@@ -18,7 +18,7 @@ vars = {
1818 'llvm_git' : 'https://llvm.googlesource.com' ,
1919 # OCMock is for testing only so there is no google clone
2020 'ocmock_git' : 'https://github.com/erikdoe/ocmock.git' ,
21- 'skia_revision' : '57b4252cf2116891516919ce5a21ee9e949836cf ' ,
21+ 'skia_revision' : '665ae344c8ec402f6f2c7b5962244146f120928c ' ,
2222
2323 # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2424 # See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
@@ -48,7 +48,7 @@ vars = {
4848 # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
4949 # You can use //tools/dart/create_updated_flutter_deps.py to produce
5050 # updated revision list of existing dependencies.
51- 'dart_revision' : '6b8e98070f26a53223432ed9c82c381a1ee0d3db ' ,
51+ 'dart_revision' : 'a7d1f804fa274d6c09d284210e6ca754f222a31f ' ,
5252
5353 # WARNING: DO NOT EDIT MANUALLY
5454 # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -97,6 +97,122 @@ vars = {
9797
9898 # Setup Git hooks by default.
9999 "setup_githooks" : True ,
100+
101+ # Upstream URLs for third party dependencies, used in
102+ # determining common ancestor commit for vulnerability scanning
103+ # prefixed with 'upstream_' in order to be identified by parsing tool.
104+ # The vulnerabiity database being used in this scan can be browsed
105+ # using this UI https://osv.dev/list
106+ # If a new dependency needs to be added, the upstream (non-mirrored)
107+ # git URL for that dependency should be added to this list
108+ # with the key-value pair being:
109+ # 'upstream_[dep name from last slash and before .git in URL]':'[git URL]'
110+ # example:
111+ "upstream_abseil-cpp" : "https://github.com/abseil/abseil-cpp.git" ,
112+ "upstream_angle" : "https://github.com/google/angle.git" ,
113+ "upstream_archive" : "https://github.com/brendan-duncan/archive.git" ,
114+ "upstream_args" : "https://github.com/dart-lang/args.git" ,
115+ "upstream_async" : "https://github.com/dart-lang/async.git" ,
116+ "upstream_bazel_worker" : "https://github.com/dart-lang/bazel_worker.git" ,
117+ "upstream_benchmark" : "https://github.com/google/benchmark.git" ,
118+ "upstream_boolean_selector" : "https://github.com/dart-lang/boolean_selector.git" ,
119+ "upstream_boringssl_gen" : "https://github.com/dart-lang/boringssl_gen.git" ,
120+ "upstream_boringssl" : "https://github.com/openssl/openssl.git" ,
121+ "upstream_browser_launcher" : "https://github.com/dart-lang/browser_launcher.git" ,
122+ "upstream_buildroot" : "https://github.com/flutter/buildroot.git" ,
123+ "upstream_cli_util" : "https://github.com/dart-lang/cli_util.git" ,
124+ "upstream_clock" : "https://github.com/dart-lang/clock.git" ,
125+ "upstream_collection" : "https://github.com/dart-lang/collection.git" ,
126+ "upstream_colorama" : "https://github.com/tartley/colorama.git" ,
127+ "upstream_convert" : "https://github.com/dart-lang/convert.git" ,
128+ "upstream_crypto" : "https://github.com/dart-lang/crypto.git" ,
129+ "upstream_csslib" : "https://github.com/dart-lang/csslib.git" ,
130+ "upstream_dart_style" : "https://github.com/dart-lang/dart_style.git" ,
131+ "upstream_dartdoc" : "https://github.com/dart-lang/dartdoc.git" ,
132+ "upstream_equatable" : "https://github.com/felangel/equatable.git" ,
133+ "upstream_ffi" : "https://github.com/dart-lang/ffi.git" ,
134+ "upstream_file" : "https://github.com/google/file.dart.git" ,
135+ "upstream_fixnum" : "https://github.com/dart-lang/fixnum.git" ,
136+ "upstream_flatbuffers" : "https://github.com/google/flatbuffers.git" ,
137+ "upstream_fontconfig" : "https://gitlab.freedesktop.org/fontconfig/fontconfig.git" ,
138+ "upstream_freetype2" : "https://gitlab.freedesktop.org/freetype/freetype.git" ,
139+ "upstream_gcloud" : "https://github.com/dart-lang/gcloud.git" ,
140+ "upstream_glfw" : "https://github.com/glfw/glfw.git" ,
141+ "upstream_glob" : "https://github.com/dart-lang/glob.git" ,
142+ "upstream_googleapis" : "https://github.com/google/googleapis.dart.git" ,
143+ "upstream_googletest" : "https://github.com/google/googletest.git" ,
144+ "upstream_gtest-parallel" : "https://github.com/google/gtest-parallel.git" ,
145+ "upstream_harfbuzz" : "https://github.com/harfbuzz/harfbuzz.git" ,
146+ "upstream_html" : "https://github.com/dart-lang/html.git" ,
147+ "upstream_http_multi_server" : "https://github.com/dart-lang/http_multi_server.git" ,
148+ "upstream_http_parser" : "https://github.com/dart-lang/http_parser.git" ,
149+ "upstream_http" : "https://github.com/dart-lang/http.git" ,
150+ "upstream_icu" : "https://github.com/unicode-org/icu.git" ,
151+ "upstream_imgui" : "https://github.com/ocornut/imgui.git" ,
152+ "upstream_inja" : "https://github.com/pantor/inja.git" ,
153+ "upstream_json" : "https://github.com/nlohmann/json.git" ,
154+ "upstream_json_rpc_2" : "https://github.com/dart-lang/json_rpc_2.git" ,
155+ "upstream_libcxx" : "https://github.com/llvm-mirror/libcxx.git" ,
156+ "upstream_libcxxabi" : "https://github.com/llvm-mirror/libcxxabi.git" ,
157+ "upstream_libexpat" : "https://github.com/libexpat/libexpat.git" ,
158+ "upstream_libjpeg-turbo" : "https://github.com/libjpeg-turbo/libjpeg-turbo.git" ,
159+ "upstream_libpng" : "https://github.com/glennrp/libpng.git" ,
160+ "upstream_libtess2" : "https://github.com/memononen/libtess2.git" ,
161+ "upstream_libwebp" : "https://chromium.googlesource.com/webm/libwebp.git" ,
162+ "upstream_libxml" : "https://gitlab.gnome.org/GNOME/libxml2.git" ,
163+ "upstream_linter" : "https://github.com/dart-lang/linter.git" ,
164+ "upstream_logging" : "https://github.com/dart-lang/logging.git" ,
165+ "upstream_markdown" : "https://github.com/dart-lang/markdown.git" ,
166+ "upstream_matcher" : "https://github.com/dart-lang/matcher.git" ,
167+ "upstream_mime" : "https://github.com/dart-lang/mime.git" ,
168+ "upstream_mockito" : "https://github.com/dart-lang/mockito.git" ,
169+ "upstream_oauth2" : "https://github.com/dart-lang/oauth2.git" ,
170+ "upstream_ocmock" : "https://github.com/erikdoe/ocmock.git" ,
171+ "upstream_package_config" : "https://github.com/dart-lang/package_config.git" ,
172+ "upstream_packages" : "https://github.com/flutter/packages.git" ,
173+ "upstream_path" : "https://github.com/dart-lang/path.git" ,
174+ "upstream_platform" : "https://github.com/google/platform.dart.git" ,
175+ "upstream_pool" : "https://github.com/dart-lang/pool.git" ,
176+ "upstream_process_runner" : "https://github.com/google/process_runner.git" ,
177+ "upstream_process" : "https://github.com/google/process.dart.git" ,
178+ "upstream_protobuf" : "https://github.com/google/protobuf.dart.git" ,
179+ "upstream_pub_semver" : "https://github.com/dart-lang/pub_semver.git" ,
180+ "upstream_pub" : "https://github.com/dart-lang/pub.git" ,
181+ "upstream_pyyaml" : "https://github.com/yaml/pyyaml.git" ,
182+ "upstream_quiver-dart" : "https://github.com/google/quiver-dart.git" ,
183+ "upstream_rapidjson" : "https://github.com/Tencent/rapidjson.git" ,
184+ "upstream_root_certificates" : "https://github.com/dart-lang/root_certificates.git" ,
185+ "upstream_sdk" : "https://github.com/dart-lang/sdk.git" ,
186+ "upstream_shaderc" : "https://github.com/google/shaderc.git" ,
187+ "upstream_shelf" : "https://github.com/dart-lang/shelf.git" ,
188+ "upstream_skia" : "https://skia.googlesource.com/skia.git" ,
189+ "upstream_source_map_stack_trace" : "https://github.com/dart-lang/source_map_stack_trace.git" ,
190+ "upstream_source_maps" : "https://github.com/dart-lang/source_maps.git" ,
191+ "upstream_source_span" : "https://github.com/dart-lang/source_span.git" ,
192+ "upstream_sqlite" : "https://github.com/sqlite/sqlite.git" ,
193+ "upstream_sse" : "https://github.com/dart-lang/sse.git" ,
194+ "upstream_stack_trace" : "https://github.com/dart-lang/stack_trace.git" ,
195+ "upstream_stream_channel" : "https://github.com/dart-lang/stream_channel.git" ,
196+ "upstream_string_scanner" : "https://github.com/dart-lang/string_scanner.git" ,
197+ "upstream_SwiftShader" : "https://swiftshader.googlesource.com/SwiftShader.git" ,
198+ "upstream_term_glyph" : "https://github.com/dart-lang/term_glyph.git" ,
199+ "upstream_test_reflective_loader" : "https://github.com/dart-lang/test_reflective_loader.git" ,
200+ "upstream_test" : "https://github.com/dart-lang/test.git" ,
201+ "upstream_tinygltf" : "https://github.com/syoyo/tinygltf.git" ,
202+ "upstream_typed_data" : "https://github.com/dart-lang/typed_data.git" ,
203+ "upstream_usage" : "https://github.com/dart-lang/usage.git" ,
204+ "upstream_vector_math" : "https://github.com/google/vector_math.dart.git" ,
205+ "upstream_Vulkan-Headers" : "https://github.com/KhronosGroup/Vulkan-Headers.git" ,
206+ "upstream_VulkanMemoryAllocator" : "https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git" ,
207+ "upstream_watcher" : "https://github.com/dart-lang/watcher.git" ,
208+ "upstream_web_socket_channel" : "https://github.com/dart-lang/web_socket_channel.git" ,
209+ "upstream_webdev" : "https://github.com/dart-lang/webdev.git" ,
210+ "upstream_webkit_inspection_protocol" : "https://github.com/google/webkit_inspection_protocol.dart.git" ,
211+ "upstream_wuffs-mirror-release-c" : "https://github.com/google/wuffs-mirror-release-c.git" ,
212+ "upstream_yaml_edit" : "https://github.com/dart-lang/yaml_edit.git" ,
213+ "upstream_yaml" : "https://github.com/dart-lang/yaml.git" ,
214+ "upstream_yapf" : "https://github.com/google/yapf.git" ,
215+ "upstream_zlib" : "https://github.com/madler/zlib.git" ,
100216}
101217
102218gclient_gn_args_file = 'src/third_party/dart/build/config/gclient_args.gni'
@@ -696,7 +812,7 @@ deps = {
696812 'packages' : [
697813 {
698814 'package' : 'fuchsia/sdk/core/mac-amd64' ,
699- 'version' : 'oaqX39ssn3PUxE9it4MG_esL7d4cIAgeyJBVsuwGVcwC '
815+ 'version' : 'i-NY382Y0Y8m9OqNpz10JTZFHIpUayOTkzJSBuBDJ7IC '
700816 }
701817 ],
702818 'condition' : 'host_os == "mac" and not download_fuchsia_sdk' ,
@@ -706,7 +822,7 @@ deps = {
706822 'packages' : [
707823 {
708824 'package' : 'fuchsia/sdk/core/linux-amd64' ,
709- 'version' : 'xBfEjlXUsix6Wka-iQacx7J7LNh6aHI3ROkkPiVqsbMC '
825+ 'version' : 'NlJGkMbtZqQ6_BCpu5Mif5-14birO7qsn-VP2ULJK8MC '
710826 }
711827 ],
712828 'condition' : 'host_os == "linux" and not download_fuchsia_sdk' ,
0 commit comments