Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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': '360370ff93b053253343832432f8329a11372ffc',
'dart_revision': '18678a3eddb7f511959bd1591c7348b833797ff2',

# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
Expand All @@ -67,16 +67,16 @@ vars = {
'dart_browser_launcher_rev': 'c2871b2e03aa4490caf476c274996e2bc20c5451',
'dart_clock_rev': '200a0209927ea7c4737309e7e9076ec8b97e9c4b',
'dart_collection_rev': 'd27bfaf7994ee690be6ed424b8ee288c7aa672f6',
'dart_devtools_rev': '11ec4ae1036408018143b58d80d6feadbee56a6c',
'dart_devtools_rev': 'd2f59cf9cb072f64baa7268a0a97cf422f44edbf',
'dart_libprotobuf_rev': '24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb',
'dart_perfetto_rev': 'b8da07095979310818f0efde2ef3c69ea70d62c5',
'dart_perfetto_rev': '13ce0c9e13b0940d2476cd0cff2301708a9a2e2b',
'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10',
'dart_protobuf_rev': '050c1620a9149fcc1bf84e36d02bb111455e453d',
'dart_protobuf_rev': '3528fad58b591692f734c49481d9ed16db50518c',
'dart_pub_rev': 'fca927ae2662204805e1646c0c0687369001a41a',
'dart_root_certificates_rev': '692f6d6488af68e0121317a9c2c9eb393eb0ee50',
'dart_tools_rev': '15cc9c789359f13a637472817b64b42d827cd879',
'dart_tools_rev': 'da6bb184c9eb18e344cf37ab1a34aa04b1057edc',
'dart_watcher_rev': '6ad58dcbbf328fbecf18d6ad2357c67be300b489',
'dart_webdev_rev': '1bd434b66b58927c6aaf6e6fcbba075d86b82cfd',
'dart_webdev_rev': '25f17cda837042e8b4f7aec5192c68bef0d3c387',
'dart_webkit_inspection_protocol_rev': '82f0c1c46dfdba5edf7c5fa84456233121dd69e1',
'dart_yaml_edit_rev': 'a7e7fbad5ee263cc681681c1a6eb9e6df5336ad6',
'dart_zlib_rev': '14dd4c4455602c9b71a1a89b5cafd1f4030d2e3f',
Expand Down Expand Up @@ -331,7 +331,7 @@ deps = {
Var('chromium_git') + '/external/github.com/WebAssembly/binaryen.git@a51bd6df919a5b79574f0996a760cc20cb05697e',

'src/third_party/dart/third_party/devtools':
{'dep_type': 'cipd', 'packages': [{'package': 'dart/third_party/flutter/devtools', 'version': 'git_revision:11ec4ae1036408018143b58d80d6feadbee56a6c'}]},
{'dep_type': 'cipd', 'packages': [{'package': 'dart/third_party/flutter/devtools', 'version': 'git_revision:d2f59cf9cb072f64baa7268a0a97cf422f44edbf'}]},

'src/third_party/dart/third_party/pkg/args':
Var('dart_git') + '/args.git@df9b428e53e889835257c8475538e09834ffd022',
Expand Down
28 changes: 25 additions & 3 deletions ci/licenses_golden/excluded_files
Original file line number Diff line number Diff line change
Expand Up @@ -2469,6 +2469,7 @@
../../../third_party/perfetto/examples
../../../third_party/perfetto/gn/standalone/build_tool_wrapper.py
../../../third_party/perfetto/gn/standalone/cp.py
../../../third_party/perfetto/gn/standalone/glob.py
../../../third_party/perfetto/gn/standalone/protoc.py
../../../third_party/perfetto/gn/standalone/toolchain/linux_find_llvm.py
../../../third_party/perfetto/gn/standalone/toolchain/llvm-strip.py
Expand All @@ -2486,7 +2487,15 @@
../../../third_party/perfetto/protos
../../../third_party/perfetto/python/README.md
../../../third_party/perfetto/python/example.py
../../../third_party/perfetto/python/perfetto/__init__.py
../../../third_party/perfetto/python/generators/diff_tests/runner.py
../../../third_party/perfetto/python/generators/diff_tests/testing.py
../../../third_party/perfetto/python/generators/diff_tests/utils.py
../../../third_party/perfetto/python/generators/sql_processing/docs_extractor.py
../../../third_party/perfetto/python/generators/sql_processing/docs_parse.py
../../../third_party/perfetto/python/generators/sql_processing/utils.py
../../../third_party/perfetto/python/generators/trace_processor_table/public.py
../../../third_party/perfetto/python/generators/trace_processor_table/serialize.py
../../../third_party/perfetto/python/generators/trace_processor_table/util.py
../../../third_party/perfetto/python/perfetto/batch_trace_processor/__init__.py
../../../third_party/perfetto/python/perfetto/batch_trace_processor/api.py
../../../third_party/perfetto/python/perfetto/batch_trace_processor/platform.py
Expand All @@ -2506,38 +2515,45 @@
../../../third_party/perfetto/python/setup.py
../../../third_party/perfetto/python/test
../../../third_party/perfetto/python/tools/batch_trace_processor_shell.py
../../../third_party/perfetto/python/tools/check_imports.py
../../../third_party/perfetto/python/tools/cpu_profile.py
../../../third_party/perfetto/python/tools/heap_profile.py
../../../third_party/perfetto/python/tools/record_android_trace.py
../../../third_party/perfetto/python/tools/slice_breakdown.py
../../../third_party/perfetto/python/tools/trace_processor.py
../../../third_party/perfetto/python/tools/tracebox.py
../../../third_party/perfetto/python/tools/traceconv.py
../../../third_party/perfetto/python/tools/update_permalink.py
../../../third_party/perfetto/src/android_internal/README.md
../../../third_party/perfetto/src/base/test
../../../third_party/perfetto/src/ipc
../../../third_party/perfetto/src/profiling/OWNERS
../../../third_party/perfetto/src/profiling/memory
../../../third_party/perfetto/src/protozero/test
../../../third_party/perfetto/src/shared_lib/test
../../../third_party/perfetto/src/tools
../../../third_party/perfetto/src/trace_processor
../../../third_party/perfetto/src/traced
../../../third_party/perfetto/src/tracing
../../../third_party/perfetto/test
../../../third_party/perfetto/tools/add_tp_diff_test.py
../../../third_party/perfetto/third_party/.gitignore
../../../third_party/perfetto/tools/analyze_profiling_sampling_distribution.py
../../../third_party/perfetto/tools/check_sql_metrics.py
../../../third_party/perfetto/tools/check_sql_modules.py
../../../third_party/perfetto/tools/compat.py
../../../third_party/perfetto/tools/diff_test_trace_processor.py
../../../third_party/perfetto/tools/download_changed_screenshots.py
../../../third_party/perfetto/tools/export_power_profiles.py
../../../third_party/perfetto/tools/find_scan_roots.py
../../../third_party/perfetto/tools/gen_amalgamated_sql.py
../../../third_party/perfetto/tools/gen_cc_proto_descriptor.py
../../../third_party/perfetto/tools/gen_grpc_build_gn.py
../../../third_party/perfetto/tools/gen_stdlib_docs_json.py
../../../third_party/perfetto/tools/gen_tp_table_docs.py
../../../third_party/perfetto/tools/gen_tp_table_headers.py
../../../third_party/perfetto/tools/gn_utils.py
../../../third_party/perfetto/tools/measure_tp_performance.py
../../../third_party/perfetto/tools/print_descriptor.py
../../../third_party/perfetto/tools/proto_utils.py
../../../third_party/perfetto/tools/protoc_helper.py
../../../third_party/perfetto/tools/pull_ftrace_format_files.py
../../../third_party/perfetto/tools/run_buildtools_binary.py
Expand All @@ -2554,10 +2570,16 @@
../../../third_party/perfetto/ui/README.md
../../../third_party/perfetto/ui/config/.gitignore
../../../third_party/perfetto/ui/package.json
../../../third_party/perfetto/ui/pnpm-lock.yaml
../../../third_party/perfetto/ui/release/OWNERS
../../../third_party/perfetto/ui/release/build_all_channels.py
../../../third_party/perfetto/ui/release/roll_branch.py
../../../third_party/perfetto/ui/src/assets/.gitignore
../../../third_party/perfetto/ui/src/base/utils/package.json
../../../third_party/perfetto/ui/src/plugins/com.example.Skeleton/OWNERS
../../../third_party/perfetto/ui/src/plugins/dev.perfetto.AndroidCujs/OWNERS
../../../third_party/perfetto/ui/src/plugins/dev.perfetto.AndroidPerf/OWNERS
../../../third_party/perfetto/ui/src/plugins/dev.perfetto.LargeScreensPerf/OWNERS
../../../third_party/perfetto/ui/src/test
../../../third_party/pkg/archive
../../../third_party/pkg/equatable
Expand Down
2 changes: 1 addition & 1 deletion ci/licenses_golden/licenses_dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: d5879876343f60ca65eb960f8dea6e2e
Signature: 1f49836d8f7f5b913f1aeafdff67b9bb

====================================================================================================
LIBRARY: dart
Expand Down
Loading