Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 0982171

Browse files
Merge remote-tracking branch 'upstream/master' into block-level-text-height-behavior
2 parents 80fd926 + b3a18f5 commit 0982171

File tree

190 files changed

+1468
-898
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+1468
-898
lines changed

BUILD.gn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ group("flutter") {
135135
# embeddings are being built.
136136
if (enable_desktop_embeddings) {
137137
public_deps += [
138-
"//flutter/shell/platform/common/cpp:common_cpp_core_unittests",
139-
"//flutter/shell/platform/common/cpp/client_wrapper:client_wrapper_unittests",
138+
"//flutter/shell/platform/common:common_cpp_core_unittests",
139+
"//flutter/shell/platform/common/client_wrapper:client_wrapper_unittests",
140140
]
141141

142142
if (!is_fuchsia) {
143143
# These tests require the embedder and thus cannot run on fuchsia.
144144
# TODO(): Enable when embedder works on fuchsia.
145145
public_deps +=
146-
[ "//flutter/shell/platform/common/cpp:common_cpp_unittests" ]
146+
[ "//flutter/shell/platform/common:common_cpp_unittests" ]
147147

148148
# These tests require GLFW and thus cannot run on fuchsia.
149149
public_deps += [ "//flutter/shell/platform/glfw/client_wrapper:client_wrapper_glfw_unittests" ]

DEPS

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ vars = {
2727
'skia_git': 'https://skia.googlesource.com',
2828
# OCMock is for testing only so there is no google clone
2929
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
30-
'skia_revision': '9ff7b8d675591ad2ca8bdbb9cfbd30cdef0f146c',
30+
'skia_revision': '62b039b36d4dc289adde4cfe50b0d8636a4cd4a8',
3131

3232
# When updating the Dart revision, ensure that all entries that are
3333
# dependencies of Dart are also updated to match the entries in the
3434
# Dart SDK's DEPS file for that revision of Dart. The DEPS file for
3535
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3636
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3737
# updated revision list of existing dependencies.
38-
'dart_revision': '75251de89baf49c2b3722abde3fd79fb4a710f50',
38+
'dart_revision': '02230d7386c7c645a86a1812161c19b8253cae9d',
3939

4040
# WARNING: DO NOT EDIT MANUALLY
4141
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -56,7 +56,7 @@ vars = {
5656
'dart_shelf_packages_handler_tag': '2.0.0',
5757
'dart_shelf_proxy_tag': '0.1.0+7',
5858
'dart_shelf_static_rev': '779a6e99b320ce9ed4ff6b88bd0cdc40ea5c62c4',
59-
'dart_sse_tag': '9a486d058a17e880afa9cc1c3c0dd8bad726bcbc',
59+
'dart_sse_tag': 'e93a783755b9b048b9156f795461d17a5ece9ce8',
6060
'dart_stack_trace_tag': '6788afc61875079b71b3d1c3e65aeaa6a25cbc2f',
6161
'dart_stream_channel_tag': 'd7251e61253ec389ee6e045ee1042311bced8f1d',
6262
'dart_typed_data_tag': 'f94fc57b8e8c0e4fe4ff6cfd8290b94af52d3719',
@@ -100,7 +100,7 @@ allowed_hosts = [
100100
]
101101

102102
deps = {
103-
'src': 'https://github.com/flutter/buildroot.git' + '@' + '7565131390a39d9d6c460545d7992d76a0faa262',
103+
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'bc399c09daea4df5ef557d274062ec01292ec906',
104104

105105
# Fuchsia compatibility
106106
#
@@ -296,7 +296,7 @@ deps = {
296296
Var('dart_git') + '/source_maps.git@53eb92ccfe6e64924054f83038a534b959b12b3e',
297297

298298
'src/third_party/dart/third_party/pkg/source_span':
299-
Var('dart_git') + '/source_span.git@49ff31eabebed0da0ae6634124f8ba5c6fbf57f1',
299+
Var('dart_git') + '/source_span.git@aecb614eac3caa333658493b31a32b4e904cb0a4',
300300

301301
'src/third_party/dart/third_party/pkg/sse':
302302
Var('dart_git') + '/sse.git' + '@' + Var('dart_sse_tag'),
@@ -344,7 +344,7 @@ deps = {
344344
Var('dart_git') + '/package_config.git@0e208cb5a9482d780c47627368d3f5bdc409f37b',
345345

346346
'src/third_party/dart/tools/sdks':
347-
{'packages': [{'version': 'version:2.12.0-133.2.beta', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'},
347+
{'packages': [{'version': 'version:2.12.0-259.8.beta', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'},
348348

349349
# WARNING: end of dart dependencies list that is cleaned up automatically - see create_updated_flutter_deps.py.
350350

@@ -515,7 +515,7 @@ deps = {
515515
'packages': [
516516
{
517517
'package': 'fuchsia/third_party/clang/linux-amd64',
518-
'version': '1Wa1KIWqFodI7MyWcK3V1py3mdLwYYWY2KOaeyIR-roC'
518+
'version': '6BYbqFtrHE9UvQ1kBdTLr3JsLf86E3tng1Ualm6bzWIC'
519519
}
520520
],
521521
'condition': 'host_os == "linux"',
@@ -541,7 +541,7 @@ deps = {
541541
'packages': [
542542
{
543543
'package': 'fuchsia/sdk/core/mac-amd64',
544-
'version': 'CZUusaxvkfuScuSTU0L5AuxpqOTJ_ijx9pesRK_FNg8C'
544+
'version': 'LHRp0kYRiPKBySMXYH0rJv0A01l8yQXHuk6U_FgMeZ8C'
545545
}
546546
],
547547
'condition': 'host_os == "mac"',
@@ -551,7 +551,7 @@ deps = {
551551
'packages': [
552552
{
553553
'package': 'fuchsia/sdk/core/linux-amd64',
554-
'version': 'k80WkJhOLenOf4sEOX6dvr6UVZeQRR35ZGgfogku5_sC'
554+
'version': 'QJfCXnklYkM5AWg7-BRXYI0aoDjnYFYFMbwvi01SkVUC'
555555
}
556556
],
557557
'condition': 'host_os == "linux"',

ci/licenses_golden/licenses_flutter

Lines changed: 74 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -880,77 +880,77 @@ FILE: ../../../flutter/shell/platform/android/surface/android_surface_mock.cc
880880
FILE: ../../../flutter/shell/platform/android/surface/android_surface_mock.h
881881
FILE: ../../../flutter/shell/platform/android/vsync_waiter_android.cc
882882
FILE: ../../../flutter/shell/platform/android/vsync_waiter_android.h
883-
FILE: ../../../flutter/shell/platform/common/cpp/accessibility_bridge.cc
884-
FILE: ../../../flutter/shell/platform/common/cpp/accessibility_bridge.h
885-
FILE: ../../../flutter/shell/platform/common/cpp/accessibility_bridge_unittests.cc
886-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/basic_message_channel_unittests.cc
887-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/binary_messenger_impl.h
888-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/byte_buffer_streams.h
889-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/core_implementations.cc
890-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/encodable_value_unittests.cc
891-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/engine_method_result.cc
892-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/event_channel_unittests.cc
893-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/basic_message_channel.h
894-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/binary_messenger.h
895-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/byte_streams.h
896-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/encodable_value.h
897-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/engine_method_result.h
898-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/event_channel.h
899-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/event_sink.h
900-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/event_stream_handler.h
901-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/event_stream_handler_functions.h
902-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/message_codec.h
903-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/method_call.h
904-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/method_channel.h
905-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/method_codec.h
906-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/method_result.h
907-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/method_result_functions.h
908-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/plugin_registrar.h
909-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/plugin_registry.h
910-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/standard_codec_serializer.h
911-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/standard_message_codec.h
912-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/standard_method_codec.h
913-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/texture_registrar.h
914-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/method_call_unittests.cc
915-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/method_channel_unittests.cc
916-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/method_result_functions_unittests.cc
917-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/plugin_registrar.cc
918-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/plugin_registrar_unittests.cc
919-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/standard_codec.cc
920-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/standard_message_codec_unittests.cc
921-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/standard_method_codec_unittests.cc
922-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/texture_registrar_impl.h
923-
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/texture_registrar_unittests.cc
924-
FILE: ../../../flutter/shell/platform/common/cpp/engine_switches.cc
925-
FILE: ../../../flutter/shell/platform/common/cpp/engine_switches.h
926-
FILE: ../../../flutter/shell/platform/common/cpp/engine_switches_unittests.cc
927-
FILE: ../../../flutter/shell/platform/common/cpp/flutter_platform_node_delegate.cc
928-
FILE: ../../../flutter/shell/platform/common/cpp/flutter_platform_node_delegate.h
929-
FILE: ../../../flutter/shell/platform/common/cpp/flutter_platform_node_delegate_unittests.cc
930-
FILE: ../../../flutter/shell/platform/common/cpp/geometry.h
931-
FILE: ../../../flutter/shell/platform/common/cpp/geometry_unittests.cc
932-
FILE: ../../../flutter/shell/platform/common/cpp/incoming_message_dispatcher.cc
933-
FILE: ../../../flutter/shell/platform/common/cpp/incoming_message_dispatcher.h
934-
FILE: ../../../flutter/shell/platform/common/cpp/json_message_codec.cc
935-
FILE: ../../../flutter/shell/platform/common/cpp/json_message_codec.h
936-
FILE: ../../../flutter/shell/platform/common/cpp/json_message_codec_unittests.cc
937-
FILE: ../../../flutter/shell/platform/common/cpp/json_method_codec.cc
938-
FILE: ../../../flutter/shell/platform/common/cpp/json_method_codec.h
939-
FILE: ../../../flutter/shell/platform/common/cpp/json_method_codec_unittests.cc
940-
FILE: ../../../flutter/shell/platform/common/cpp/path_utils.cc
941-
FILE: ../../../flutter/shell/platform/common/cpp/path_utils.h
942-
FILE: ../../../flutter/shell/platform/common/cpp/path_utils_unittests.cc
943-
FILE: ../../../flutter/shell/platform/common/cpp/public/flutter_export.h
944-
FILE: ../../../flutter/shell/platform/common/cpp/public/flutter_messenger.h
945-
FILE: ../../../flutter/shell/platform/common/cpp/public/flutter_plugin_registrar.h
946-
FILE: ../../../flutter/shell/platform/common/cpp/public/flutter_texture_registrar.h
947-
FILE: ../../../flutter/shell/platform/common/cpp/test_accessibility_bridge.cc
948-
FILE: ../../../flutter/shell/platform/common/cpp/test_accessibility_bridge.h
949-
FILE: ../../../flutter/shell/platform/common/cpp/text_input_model.cc
950-
FILE: ../../../flutter/shell/platform/common/cpp/text_input_model.h
951-
FILE: ../../../flutter/shell/platform/common/cpp/text_input_model_unittests.cc
952-
FILE: ../../../flutter/shell/platform/common/cpp/text_range.h
953-
FILE: ../../../flutter/shell/platform/common/cpp/text_range_unittests.cc
883+
FILE: ../../../flutter/shell/platform/common/accessibility_bridge.cc
884+
FILE: ../../../flutter/shell/platform/common/accessibility_bridge.h
885+
FILE: ../../../flutter/shell/platform/common/accessibility_bridge_unittests.cc
886+
FILE: ../../../flutter/shell/platform/common/client_wrapper/basic_message_channel_unittests.cc
887+
FILE: ../../../flutter/shell/platform/common/client_wrapper/binary_messenger_impl.h
888+
FILE: ../../../flutter/shell/platform/common/client_wrapper/byte_buffer_streams.h
889+
FILE: ../../../flutter/shell/platform/common/client_wrapper/core_implementations.cc
890+
FILE: ../../../flutter/shell/platform/common/client_wrapper/encodable_value_unittests.cc
891+
FILE: ../../../flutter/shell/platform/common/client_wrapper/engine_method_result.cc
892+
FILE: ../../../flutter/shell/platform/common/client_wrapper/event_channel_unittests.cc
893+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/basic_message_channel.h
894+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/binary_messenger.h
895+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/byte_streams.h
896+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/encodable_value.h
897+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/engine_method_result.h
898+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/event_channel.h
899+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/event_sink.h
900+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/event_stream_handler.h
901+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/event_stream_handler_functions.h
902+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/message_codec.h
903+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/method_call.h
904+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/method_channel.h
905+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/method_codec.h
906+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/method_result.h
907+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/method_result_functions.h
908+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/plugin_registrar.h
909+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/plugin_registry.h
910+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/standard_codec_serializer.h
911+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/standard_message_codec.h
912+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/standard_method_codec.h
913+
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/texture_registrar.h
914+
FILE: ../../../flutter/shell/platform/common/client_wrapper/method_call_unittests.cc
915+
FILE: ../../../flutter/shell/platform/common/client_wrapper/method_channel_unittests.cc
916+
FILE: ../../../flutter/shell/platform/common/client_wrapper/method_result_functions_unittests.cc
917+
FILE: ../../../flutter/shell/platform/common/client_wrapper/plugin_registrar.cc
918+
FILE: ../../../flutter/shell/platform/common/client_wrapper/plugin_registrar_unittests.cc
919+
FILE: ../../../flutter/shell/platform/common/client_wrapper/standard_codec.cc
920+
FILE: ../../../flutter/shell/platform/common/client_wrapper/standard_message_codec_unittests.cc
921+
FILE: ../../../flutter/shell/platform/common/client_wrapper/standard_method_codec_unittests.cc
922+
FILE: ../../../flutter/shell/platform/common/client_wrapper/texture_registrar_impl.h
923+
FILE: ../../../flutter/shell/platform/common/client_wrapper/texture_registrar_unittests.cc
924+
FILE: ../../../flutter/shell/platform/common/engine_switches.cc
925+
FILE: ../../../flutter/shell/platform/common/engine_switches.h
926+
FILE: ../../../flutter/shell/platform/common/engine_switches_unittests.cc
927+
FILE: ../../../flutter/shell/platform/common/flutter_platform_node_delegate.cc
928+
FILE: ../../../flutter/shell/platform/common/flutter_platform_node_delegate.h
929+
FILE: ../../../flutter/shell/platform/common/flutter_platform_node_delegate_unittests.cc
930+
FILE: ../../../flutter/shell/platform/common/geometry.h
931+
FILE: ../../../flutter/shell/platform/common/geometry_unittests.cc
932+
FILE: ../../../flutter/shell/platform/common/incoming_message_dispatcher.cc
933+
FILE: ../../../flutter/shell/platform/common/incoming_message_dispatcher.h
934+
FILE: ../../../flutter/shell/platform/common/json_message_codec.cc
935+
FILE: ../../../flutter/shell/platform/common/json_message_codec.h
936+
FILE: ../../../flutter/shell/platform/common/json_message_codec_unittests.cc
937+
FILE: ../../../flutter/shell/platform/common/json_method_codec.cc
938+
FILE: ../../../flutter/shell/platform/common/json_method_codec.h
939+
FILE: ../../../flutter/shell/platform/common/json_method_codec_unittests.cc
940+
FILE: ../../../flutter/shell/platform/common/path_utils.cc
941+
FILE: ../../../flutter/shell/platform/common/path_utils.h
942+
FILE: ../../../flutter/shell/platform/common/path_utils_unittests.cc
943+
FILE: ../../../flutter/shell/platform/common/public/flutter_export.h
944+
FILE: ../../../flutter/shell/platform/common/public/flutter_messenger.h
945+
FILE: ../../../flutter/shell/platform/common/public/flutter_plugin_registrar.h
946+
FILE: ../../../flutter/shell/platform/common/public/flutter_texture_registrar.h
947+
FILE: ../../../flutter/shell/platform/common/test_accessibility_bridge.cc
948+
FILE: ../../../flutter/shell/platform/common/test_accessibility_bridge.h
949+
FILE: ../../../flutter/shell/platform/common/text_input_model.cc
950+
FILE: ../../../flutter/shell/platform/common/text_input_model.h
951+
FILE: ../../../flutter/shell/platform/common/text_input_model_unittests.cc
952+
FILE: ../../../flutter/shell/platform/common/text_range.h
953+
FILE: ../../../flutter/shell/platform/common/text_range_unittests.cc
954954
FILE: ../../../flutter/shell/platform/darwin/common/buffer_conversions.h
955955
FILE: ../../../flutter/shell/platform/darwin/common/buffer_conversions.mm
956956
FILE: ../../../flutter/shell/platform/darwin/common/command_line.h
@@ -969,6 +969,8 @@ FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/flutter_cod
969969
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/flutter_standard_codec_unittest.mm
970970
FILE: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetal.h
971971
FILE: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetal.mm
972+
FILE: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.h
973+
FILE: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.mm
972974
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Flutter.podspec
973975
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Headers/Flutter.h
974976
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterAppDelegate.h
@@ -1514,6 +1516,7 @@ FILE: ../../../flutter/shell/platform/windows/text_input_manager_win32.h
15141516
FILE: ../../../flutter/shell/platform/windows/text_input_plugin.cc
15151517
FILE: ../../../flutter/shell/platform/windows/text_input_plugin.h
15161518
FILE: ../../../flutter/shell/platform/windows/text_input_plugin_delegate.h
1519+
FILE: ../../../flutter/shell/platform/windows/text_input_plugin_unittest.cc
15171520
FILE: ../../../flutter/shell/platform/windows/win32_dpi_utils.cc
15181521
FILE: ../../../flutter/shell/platform/windows/win32_dpi_utils.h
15191522
FILE: ../../../flutter/shell/platform/windows/win32_dpi_utils_unittests.cc

ci/licenses_golden/licenses_fuchsia

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 219a178c35ed02e9c6d9c88e047017e3
1+
Signature: 83ad0e74ee12ebe386972accc188aa6a
22

33
UNUSED LICENSES:
44

@@ -2588,6 +2588,9 @@ FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp_base/include/lib/fidl/cpp/types.h
25882588
FILE: ../../../fuchsia/sdk/linux/pkg/fit/include/lib/fit/source_location.h
25892589
FILE: ../../../fuchsia/sdk/linux/pkg/scenic_cpp/commands_sizing.cc
25902590
FILE: ../../../fuchsia/sdk/linux/pkg/scenic_cpp/include/lib/ui/scenic/cpp/commands_sizing.h
2591+
FILE: ../../../fuchsia/sdk/linux/pkg/stdcompat/include/lib/stdcompat/bit.h
2592+
FILE: ../../../fuchsia/sdk/linux/pkg/stdcompat/include/lib/stdcompat/internal/bit.h
2593+
FILE: ../../../fuchsia/sdk/linux/pkg/stdcompat/include/lib/stdcompat/memory.h
25912594
FILE: ../../../fuchsia/sdk/linux/pkg/stdcompat/include/lib/stdcompat/source_location.h
25922595
FILE: ../../../fuchsia/sdk/linux/pkg/stdcompat/include/lib/stdcompat/version.h
25932596
FILE: ../../../fuchsia/sdk/linux/pkg/zx/include/lib/zx/msi.h
@@ -3419,6 +3422,7 @@ FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.feedback/data_provider_controller.
34193422
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.hardware.goldfish/goldfish_sync.fidl
34203423
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.io2/inotify.fidl
34213424
FILE: ../../../fuchsia/sdk/linux/pkg/stdcompat/include/lib/stdcompat/internal/exception.h
3425+
FILE: ../../../fuchsia/sdk/linux/pkg/stdcompat/include/lib/stdcompat/iterator.h
34223426
----------------------------------------------------------------------------------------------------
34233427
Copyright 2021 The Fuchsia Authors. All rights reserved.
34243428

0 commit comments

Comments
 (0)