diff --git a/DEPS b/DEPS index 99c6c9f9782ff..a3f5653880e5f 100644 --- a/DEPS +++ b/DEPS @@ -45,7 +45,7 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS. # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '760722f8224b0b2ee89a10d11f2493924d5cf2c7', + 'dart_revision': 'd80a054dc99ae5c44ec04f8837914a629a96478e', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py @@ -54,10 +54,10 @@ vars = { 'dart_browser_launcher_rev': 'c6cc1025d6901926cf022e144ba109677e3548f1', 'dart_clock_rev': '5631a0612f4ac7e1b32f7c9a00fc7c00a41615e1', 'dart_collection_rev': 'e1407da23b9f17400b3a905aafe2b8fa10db3d86', - 'dart_devtools_rev': '2a707ca56c1a9d5eeef212c28c573548a051fdd2', + 'dart_devtools_rev': '8c525828ba33029ed664bf8ea2829b6e5370535f', 'dart_linter_tag': '14c916a16e78315e212cf79e7ccf4c19159a1bda', 'dart_protobuf_rev': 'c1eb6cb51af39ccbaa1a8e19349546586a5c8e31', - 'dart_pub_rev': 'a3a102a549388a6dbfecc9252fabb618f9a2f5f7', + 'dart_pub_rev': 'a949b329b1b51f5f3973a790e0a0a45897d837de', 'dart_root_certificates_rev': '692f6d6488af68e0121317a9c2c9eb393eb0ee50', 'dart_shelf_proxy_tag': 'ccd311f64d8689e7a145d703ba267975d6df9e28', 'dart_shelf_static_rev': '202ec1a53c9a830c17cf3b718d089cf7eba568ad', @@ -184,7 +184,7 @@ deps = { # WARNING: Unused Dart dependencies in the list below till "WARNING:" marker are removed automatically - see create_updated_flutter_deps.py. 'src/third_party/dart/third_party/devtools': - {'packages': [{'version': 'git_revision:2a707ca56c1a9d5eeef212c28c573548a051fdd2', 'package': 'dart/third_party/flutter/devtools'}], 'dep_type': 'cipd'}, + {'packages': [{'version': 'git_revision:8c525828ba33029ed664bf8ea2829b6e5370535f', 'package': 'dart/third_party/flutter/devtools'}], 'dep_type': 'cipd'}, 'src/third_party/dart/third_party/pkg/args': Var('dart_git') + '/args.git@3b3f55766af13d895d2020ec001a28e8dc147f91', @@ -307,13 +307,13 @@ deps = { Var('dart_git') + '/shelf_web_socket.git@24fb8a04befa75a94ac63a27047b231d1a22aab4', 'src/third_party/dart/third_party/pkg/source_map_stack_trace': - Var('dart_git') + '/source_map_stack_trace.git@80709f2d2fe5086ab50d744a28a2d26ea4384a1b', + Var('dart_git') + '/source_map_stack_trace.git@8eabd96b1811e30a11d3c54c9b4afae4fb72e98f', 'src/third_party/dart/third_party/pkg/source_maps': Var('dart_git') + '/source_maps.git@6499ee3adac8d469e2953e2e8ba4bdb4c2fbef90', 'src/third_party/dart/third_party/pkg/source_span': - Var('dart_git') + '/source_span.git@dc189b455d823e2919667f6c5dcb41ab7483bce0', + Var('dart_git') + '/source_span.git@8ae724c3e67f5afaacead44e93ff145bfb8775c7', 'src/third_party/dart/third_party/pkg/sse': Var('dart_git') + '/sse.git@9084339389eb441d0c0518cddac211a097e78657', diff --git a/ci/licenses_golden/licenses_third_party b/ci/licenses_golden/licenses_third_party index 39743c6c5b897..1fae618824b9c 100644 --- a/ci/licenses_golden/licenses_third_party +++ b/ci/licenses_golden/licenses_third_party @@ -1,4 +1,4 @@ -Signature: 28d451b837ee6006dcd66ee04744fb6c +Signature: e1aa1b29987d2b44149beb482f1ec9d6 UNUSED LICENSES: diff --git a/lib/snapshot/BUILD.gn b/lib/snapshot/BUILD.gn index 1dc34fe675c41..01cbbc12277a7 100644 --- a/lib/snapshot/BUILD.gn +++ b/lib/snapshot/BUILD.gn @@ -143,9 +143,7 @@ template("bin_to_coff") { args += [ "--executable" ] } - if (current_cpu == "x64") { - args += [ "--64-bit" ] - } + args += [ "--arch=$current_cpu" ] inputs = [ invoker.input ] outputs = [ output ] }