@@ -18,7 +18,7 @@ vars = {
18
18
'llvm_git' : 'https://llvm.googlesource.com' ,
19
19
# OCMock is for testing only so there is no google clone
20
20
'ocmock_git' : 'https://github.com/erikdoe/ocmock.git' ,
21
- 'skia_revision' : '57b4252cf2116891516919ce5a21ee9e949836cf ' ,
21
+ 'skia_revision' : '665ae344c8ec402f6f2c7b5962244146f120928c ' ,
22
22
23
23
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
24
24
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
@@ -48,7 +48,7 @@ vars = {
48
48
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
49
49
# You can use //tools/dart/create_updated_flutter_deps.py to produce
50
50
# updated revision list of existing dependencies.
51
- 'dart_revision' : '6b8e98070f26a53223432ed9c82c381a1ee0d3db ' ,
51
+ 'dart_revision' : 'a7d1f804fa274d6c09d284210e6ca754f222a31f ' ,
52
52
53
53
# WARNING: DO NOT EDIT MANUALLY
54
54
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -97,6 +97,122 @@ vars = {
97
97
98
98
# Setup Git hooks by default.
99
99
"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" ,
100
216
}
101
217
102
218
gclient_gn_args_file = 'src/third_party/dart/build/config/gclient_args.gni'
@@ -696,7 +812,7 @@ deps = {
696
812
'packages' : [
697
813
{
698
814
'package' : 'fuchsia/sdk/core/mac-amd64' ,
699
- 'version' : 'oaqX39ssn3PUxE9it4MG_esL7d4cIAgeyJBVsuwGVcwC '
815
+ 'version' : 'i-NY382Y0Y8m9OqNpz10JTZFHIpUayOTkzJSBuBDJ7IC '
700
816
}
701
817
],
702
818
'condition' : 'host_os == "mac" and not download_fuchsia_sdk' ,
@@ -706,7 +822,7 @@ deps = {
706
822
'packages' : [
707
823
{
708
824
'package' : 'fuchsia/sdk/core/linux-amd64' ,
709
- 'version' : 'xBfEjlXUsix6Wka-iQacx7J7LNh6aHI3ROkkPiVqsbMC '
825
+ 'version' : 'NlJGkMbtZqQ6_BCpu5Mif5-14birO7qsn-VP2ULJK8MC '
710
826
}
711
827
],
712
828
'condition' : 'host_os == "linux" and not download_fuchsia_sdk' ,
0 commit comments