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

Commit 9c14f7c

Browse files
committed
Merge remote-tracking branch 'upstream/main' into spans_absolute
2 parents d2a0927 + 90cd956 commit 9c14f7c

Some content is hidden

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

51 files changed

+996
-753
lines changed

.ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ targets:
266266
android_sdk_license: \n24333f8a63b6825ea9c5514f83c2829b004d1fee
267267
android_sdk_preview_license: \n84831b9409646a918e30573bab4c9c91346d8abd
268268
build_android_aot: "true"
269-
jazzy_version: 0.9.5
269+
jazzy_version: "0.14.1"
270270
timeout: 60
271271
scheduler: luci
272272

@@ -275,23 +275,23 @@ targets:
275275
properties:
276276
add_recipes_cq: "true"
277277
build_host: "true"
278-
jazzy_version: 0.9.5
278+
jazzy_version: "0.14.1"
279279
timeout: 75
280280
scheduler: luci
281281

282282
- name: Mac Unopt
283283
recipe: engine/engine_unopt
284284
properties:
285285
add_recipes_cq: "true"
286-
jazzy_version: 0.9.5
286+
jazzy_version: "0.14.1"
287287
timeout: 75
288288
scheduler: luci
289289

290290
- name: Mac clang-tidy
291291
recipe: engine/engine_lint
292292
properties:
293293
add_recipes_cq: "true"
294-
jazzy_version: 0.9.5
294+
jazzy_version: "0.14.1"
295295
timeout: 75
296296
scheduler: luci
297297

@@ -300,7 +300,7 @@ targets:
300300
properties:
301301
build_ios: "true"
302302
ios_debug: "true"
303-
jazzy_version: 0.9.5
303+
jazzy_version: "0.14.1"
304304
timeout: 60
305305
scheduler: luci
306306

@@ -332,7 +332,7 @@ targets:
332332
environment: Staging
333333
dependencies: >-
334334
[
335-
{"dependency": "jazzy"}
335+
{"dependency": "jazzy", "version": "0.14.1"}
336336
]
337337
scheduler: luci
338338

@@ -420,7 +420,7 @@ targets:
420420
properties:
421421
build_ios: "true"
422422
ios_profile: "true"
423-
jazzy_version: 0.9.5
423+
jazzy_version: "0.14.1"
424424
timeout: 90
425425
scheduler: luci
426426

@@ -430,7 +430,7 @@ targets:
430430
properties:
431431
build_ios: "true"
432432
ios_release: "true"
433-
jazzy_version: 0.9.5
433+
jazzy_version: "0.14.1"
434434
timeout: 90
435435
scheduler: luci
436436

DEPS

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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': '88f90513a9ba47a9e3e0c09ab2403fa6b4e59cfc',
30+
'skia_revision': '4ee8dab839e855252b996f62118b9e5d9e662f71',
3131

3232
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
3333
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
@@ -39,7 +39,7 @@ vars = {
3939
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS.
4040
# You can use //tools/dart/create_updated_flutter_deps.py to produce
4141
# updated revision list of existing dependencies.
42-
'dart_revision': '4fbe27c0f148c915ceb2f6bd615a7d79114730e0',
42+
'dart_revision': 'eab48bbaad87079a0a4fba11c92a8b4e284b460f',
4343

4444
# WARNING: DO NOT EDIT MANUALLY
4545
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -48,12 +48,12 @@ vars = {
4848
'dart_browser_launcher_rev': 'c6cc1025d6901926cf022e144ba109677e3548f1',
4949
'dart_clock_rev': '5631a0612f4ac7e1b32f7c9a00fc7c00a41615e1',
5050
'dart_collection_rev': 'e1407da23b9f17400b3a905aafe2b8fa10db3d86',
51-
'dart_devtools_rev': 'b9f2039239cc72ac8b26f8a5fe46123f34d53ce1',
52-
'dart_linter_tag': '1.18.0',
51+
'dart_devtools_rev': '65c40d3f6b3dd03411cb8f4b0c0b1ecaa9148f26',
52+
'dart_linter_tag': '4eaae25b00f3c29935ab0d804b8711cf9a645519',
5353
'dart_protobuf_rev': 'c1eb6cb51af39ccbaa1a8e19349546586a5c8e31',
5454
'dart_pub_rev': '8f5ab7b1aba3b9f66b56246d77e167990339d317',
5555
'dart_root_certificates_rev': '692f6d6488af68e0121317a9c2c9eb393eb0ee50',
56-
'dart_shelf_proxy_tag': 'v1.0.0',
56+
'dart_shelf_proxy_tag': 'ccd311f64d8689e7a145d703ba267975d6df9e28',
5757
'dart_shelf_static_rev': '202ec1a53c9a830c17cf3b718d089cf7eba568ad',
5858
'dart_watcher_rev': 'f76997ab0c857dc5537ac0975a9ada92b54ef949',
5959
'dart_webdev_rev': '832b096c0c24798d3df46faa7b7661fe930573c2',
@@ -110,7 +110,7 @@ deps = {
110110
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'e4cee118fc80c7cd3b8f8959aa02747a67c38a63',
111111

112112
'src/flutter/impeller':
113-
Var('github_git') + '/flutter/impeller' + '@' + 'c1abf6ed09c8dbf090434355be431329586c8bc6',
113+
Var('github_git') + '/flutter/impeller' + '@' + '21f922f9d8409d61b32b135298127f4e30d5bbb1',
114114

115115
# Fuchsia compatibility
116116
#
@@ -178,7 +178,7 @@ deps = {
178178
# WARNING: Unused Dart dependencies in the list below till "WARNING:" marker are removed automatically - see create_updated_flutter_deps.py.
179179

180180
'src/third_party/dart/third_party/devtools':
181-
{'packages': [{'version': 'git_revision:b9f2039239cc72ac8b26f8a5fe46123f34d53ce1', 'package': 'dart/third_party/flutter/devtools'}], 'dep_type': 'cipd'},
181+
{'packages': [{'version': 'git_revision:65c40d3f6b3dd03411cb8f4b0c0b1ecaa9148f26', 'package': 'dart/third_party/flutter/devtools'}], 'dep_type': 'cipd'},
182182

183183
'src/third_party/dart/third_party/pkg/args':
184184
Var('dart_git') + '/args.git@3b3f55766af13d895d2020ec001a28e8dc147f91',
@@ -607,7 +607,7 @@ deps = {
607607
'packages': [
608608
{
609609
'package': 'fuchsia/sdk/core/mac-amd64',
610-
'version': 'fewd4Sjq-esVX5XMhFgqwnEbsqzssXF_T9BefRXxTmAC'
610+
'version': 'pKLRua3FKZ226m3_dSHvh29OWknFukWiYhWWRlA5hqMC'
611611
}
612612
],
613613
'condition': 'host_os == "mac" and not download_fuchsia_sdk',
@@ -617,7 +617,7 @@ deps = {
617617
'packages': [
618618
{
619619
'package': 'fuchsia/sdk/core/linux-amd64',
620-
'version': 'chacW6dGPy3iVKT0AyZMyTXryg5IFG00vXvkHU9Kwn0C'
620+
'version': 'P8RdLi_Y_btsMacuOQLgvHRRo41oJaN5j9rI_EfM7E8C'
621621
}
622622
],
623623
'condition': 'host_os == "linux" and not download_fuchsia_sdk',

build/archives/BUILD.gn

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ zip_bundle("flutter_patched_sdk") {
7878
if (build_engine_artifacts && flutter_prebuilt_dart_sdk) {
7979
copy("dart_sdk_archive") {
8080
sources = [ prebuilt_dart_sdk_archive ]
81-
outputs =
82-
[ "$root_out_dir/zip_archives/dart-sdk-$prebuilt_dart_sdk_config.zip" ]
81+
outputs = [ "$root_out_dir/zip_archives/dart-sdk-$full_platform_name.zip" ]
8382
}
8483
}
8584

@@ -127,3 +126,12 @@ if (host_os == "win") {
127126
]
128127
}
129128
}
129+
130+
# Archives Flutter Mac Artifacts
131+
if (is_mac) {
132+
group("macos_flutter_framework") {
133+
deps = [
134+
"//flutter/shell/platform/darwin/macos:macos_flutter_framework_archive",
135+
]
136+
}
137+
}

build/zip_bundle.gni

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ template("zip_bundle") {
4242
script = "//flutter/build/zip.py"
4343
outputs = [ "$root_build_dir/zip_archives/${invoker.output}" ]
4444
sources = []
45+
forward_variables_from(invoker, [ "visibility" ])
4546
deps = invoker.deps
4647

4748
args = [
@@ -84,14 +85,18 @@ template("zip_bundle") {
8485
template("zip_bundle_from_file") {
8586
assert(defined(invoker.output), "output must be defined")
8687
assert(defined(invoker.files), "files must be defined as a list of scopes")
88+
8789
action(target_name) {
90+
forward_variables_from(invoker,
91+
[
92+
"visibility",
93+
"deps",
94+
])
8895
script = "//flutter/build/zip.py"
8996
outputs = [ "$root_build_dir/zip_archives/${invoker.output}" ]
9097
sources = []
91-
deps = invoker.deps
9298
location_source_path = "$target_gen_dir/zip_bundle.txt"
9399
write_file(location_source_path, invoker.files, "json")
94-
95100
args = [
96101
"-o",
97102
rebase_path(outputs[0]),

ci/licenses_golden/licenses_flutter

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@ FILE: ../../../flutter/impeller/base/allocation.cc
402402
FILE: ../../../flutter/impeller/base/allocation.h
403403
FILE: ../../../flutter/impeller/base/backend_cast.h
404404
FILE: ../../../flutter/impeller/base/base.h
405+
FILE: ../../../flutter/impeller/base/comparable.cc
406+
FILE: ../../../flutter/impeller/base/comparable.h
405407
FILE: ../../../flutter/impeller/base/config.h
406408
FILE: ../../../flutter/impeller/base/promise.cc
407409
FILE: ../../../flutter/impeller/base/promise.h
@@ -426,10 +428,22 @@ FILE: ../../../flutter/impeller/display_list/display_list_dispatcher.cc
426428
FILE: ../../../flutter/impeller/display_list/display_list_dispatcher.h
427429
FILE: ../../../flutter/impeller/display_list/display_list_unittests.cc
428430
FILE: ../../../flutter/impeller/docs/shader_pipeline.png
429-
FILE: ../../../flutter/impeller/entity/content_context.cc
430-
FILE: ../../../flutter/impeller/entity/content_context.h
431-
FILE: ../../../flutter/impeller/entity/contents.cc
432-
FILE: ../../../flutter/impeller/entity/contents.h
431+
FILE: ../../../flutter/impeller/entity/contents/clip_contents.cc
432+
FILE: ../../../flutter/impeller/entity/contents/clip_contents.h
433+
FILE: ../../../flutter/impeller/entity/contents/content_context.cc
434+
FILE: ../../../flutter/impeller/entity/contents/content_context.h
435+
FILE: ../../../flutter/impeller/entity/contents/contents.cc
436+
FILE: ../../../flutter/impeller/entity/contents/contents.h
437+
FILE: ../../../flutter/impeller/entity/contents/linear_gradient_contents.cc
438+
FILE: ../../../flutter/impeller/entity/contents/linear_gradient_contents.h
439+
FILE: ../../../flutter/impeller/entity/contents/solid_color_contents.cc
440+
FILE: ../../../flutter/impeller/entity/contents/solid_color_contents.h
441+
FILE: ../../../flutter/impeller/entity/contents/solid_stroke_contents.cc
442+
FILE: ../../../flutter/impeller/entity/contents/solid_stroke_contents.h
443+
FILE: ../../../flutter/impeller/entity/contents/text_contents.cc
444+
FILE: ../../../flutter/impeller/entity/contents/text_contents.h
445+
FILE: ../../../flutter/impeller/entity/contents/texture_contents.cc
446+
FILE: ../../../flutter/impeller/entity/contents/texture_contents.h
433447
FILE: ../../../flutter/impeller/entity/entity.cc
434448
FILE: ../../../flutter/impeller/entity/entity.h
435449
FILE: ../../../flutter/impeller/entity/entity_pass.cc
@@ -462,6 +476,7 @@ FILE: ../../../flutter/impeller/fixtures/test_texture.vert
462476
FILE: ../../../flutter/impeller/fixtures/types.h
463477
FILE: ../../../flutter/impeller/geometry/color.cc
464478
FILE: ../../../flutter/impeller/geometry/color.h
479+
FILE: ../../../flutter/impeller/geometry/constants.cc
465480
FILE: ../../../flutter/impeller/geometry/constants.h
466481
FILE: ../../../flutter/impeller/geometry/geometry_unittests.cc
467482
FILE: ../../../flutter/impeller/geometry/geometry_unittests.h
@@ -490,6 +505,8 @@ FILE: ../../../flutter/impeller/geometry/type_traits.cc
490505
FILE: ../../../flutter/impeller/geometry/type_traits.h
491506
FILE: ../../../flutter/impeller/geometry/vector.cc
492507
FILE: ../../../flutter/impeller/geometry/vector.h
508+
FILE: ../../../flutter/impeller/image/backends/skia/compressed_image_skia.cc
509+
FILE: ../../../flutter/impeller/image/backends/skia/compressed_image_skia.h
493510
FILE: ../../../flutter/impeller/image/compressed_image.cc
494511
FILE: ../../../flutter/impeller/image/compressed_image.h
495512
FILE: ../../../flutter/impeller/image/decompressed_image.cc
@@ -542,8 +559,6 @@ FILE: ../../../flutter/impeller/renderer/command.cc
542559
FILE: ../../../flutter/impeller/renderer/command.h
543560
FILE: ../../../flutter/impeller/renderer/command_buffer.cc
544561
FILE: ../../../flutter/impeller/renderer/command_buffer.h
545-
FILE: ../../../flutter/impeller/renderer/comparable.cc
546-
FILE: ../../../flutter/impeller/renderer/comparable.h
547562
FILE: ../../../flutter/impeller/renderer/context.cc
548563
FILE: ../../../flutter/impeller/renderer/context.h
549564
FILE: ../../../flutter/impeller/renderer/device_buffer.cc
@@ -587,8 +602,6 @@ FILE: ../../../flutter/impeller/renderer/shader_types.cc
587602
FILE: ../../../flutter/impeller/renderer/shader_types.h
588603
FILE: ../../../flutter/impeller/renderer/surface.cc
589604
FILE: ../../../flutter/impeller/renderer/surface.h
590-
FILE: ../../../flutter/impeller/renderer/tessellator.cc
591-
FILE: ../../../flutter/impeller/renderer/tessellator.h
592605
FILE: ../../../flutter/impeller/renderer/texture.cc
593606
FILE: ../../../flutter/impeller/renderer/texture.h
594607
FILE: ../../../flutter/impeller/renderer/texture_descriptor.cc
@@ -599,6 +612,11 @@ FILE: ../../../flutter/impeller/renderer/vertex_buffer_builder.cc
599612
FILE: ../../../flutter/impeller/renderer/vertex_buffer_builder.h
600613
FILE: ../../../flutter/impeller/renderer/vertex_descriptor.cc
601614
FILE: ../../../flutter/impeller/renderer/vertex_descriptor.h
615+
FILE: ../../../flutter/impeller/tessellator/c/tessellator.cc
616+
FILE: ../../../flutter/impeller/tessellator/c/tessellator.h
617+
FILE: ../../../flutter/impeller/tessellator/dart/lib/tessellator.dart
618+
FILE: ../../../flutter/impeller/tessellator/tessellator.cc
619+
FILE: ../../../flutter/impeller/tessellator/tessellator.h
602620
FILE: ../../../flutter/impeller/typographer/backends/skia/text_frame_skia.cc
603621
FILE: ../../../flutter/impeller/typographer/backends/skia/text_frame_skia.h
604622
FILE: ../../../flutter/impeller/typographer/backends/skia/text_render_context_skia.cc
@@ -1564,10 +1582,10 @@ FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterGLCom
15641582
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterIOSurfaceHolder.h
15651583
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterIOSurfaceHolder.mm
15661584
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyPrimaryResponder.h
1567-
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeySecondaryResponder.h
15681585
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyboardManager.h
15691586
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyboardManager.mm
15701587
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyboardManagerUnittests.mm
1588+
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyboardViewDelegate.h
15711589
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMacOSExternalTexture.h
15721590
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMetalCompositor.h
15731591
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMetalCompositor.mm

ci/licenses_golden/licenses_fuchsia

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 99d7a9776a60f8efcb19ffbb72a3856c
1+
Signature: 25848f672474d566d9b91382fb1cef52
22

33
UNUSED LICENSES:
44

@@ -445,6 +445,7 @@ FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.bluetooth.hfp/meta.json
445445
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.bluetooth.le/meta.json
446446
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.bluetooth.sys/meta.json
447447
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.bluetooth/meta.json
448+
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.buildinfo.test/meta.json
448449
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.buildinfo/meta.json
449450
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.camera/meta.json
450451
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.camera2.hal/meta.json
@@ -1191,6 +1192,7 @@ FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.bluetooth.hfp/meta.json
11911192
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.bluetooth.le/meta.json
11921193
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.bluetooth.sys/meta.json
11931194
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.bluetooth/meta.json
1195+
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.buildinfo.test/meta.json
11941196
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.buildinfo/meta.json
11951197
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.camera/meta.json
11961198
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.camera2.hal/meta.json
@@ -1834,6 +1836,7 @@ FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.bluetooth.hfp/meta.json
18341836
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.bluetooth.le/meta.json
18351837
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.bluetooth.sys/meta.json
18361838
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.bluetooth/meta.json
1839+
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.buildinfo.test/meta.json
18371840
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.buildinfo/meta.json
18381841
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.camera/meta.json
18391842
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.camera2.hal/meta.json
@@ -3656,8 +3659,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36563659

36573660
====================================================================================================
36583661
LIBRARY: fuchsia_sdk
3659-
ORIGIN: ../../../fuchsia/sdk/linux/fidl/fuchsia.component.resolution/component.fidl + ../../../fuchsia/sdk/linux/LICENSE
3662+
ORIGIN: ../../../fuchsia/sdk/linux/fidl/fuchsia.buildinfo.test/buildinfotest.fidl + ../../../fuchsia/sdk/linux/LICENSE
36603663
TYPE: LicenseType.bsd
3664+
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.buildinfo.test/buildinfotest.fidl
36613665
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.component.resolution/component.fidl
36623666
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.component.resolution/package.fidl
36633667
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.component.resolution/resolver.fidl

ci/licenses_golden/licenses_skia

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 317c968593a85134700d911173c285cf
1+
Signature: 7f12efd5e4e3f1edc0df103c85983278
22

33
UNUSED LICENSES:
44

@@ -651,6 +651,7 @@ FILE: ../../../third_party/skia/BUILD.bazel
651651
FILE: ../../../third_party/skia/CQ_COMMITTERS
652652
FILE: ../../../third_party/skia/DEPS
653653
FILE: ../../../third_party/skia/DIR_METADATA
654+
FILE: ../../../third_party/skia/OWNERS.android
654655
FILE: ../../../third_party/skia/WORKSPACE.bazel
655656
FILE: ../../../third_party/skia/bazel/BUILD.bazel
656657
FILE: ../../../third_party/skia/bazel/cc_binary_with_flags.bzl
@@ -753,16 +754,6 @@ FILE: ../../../third_party/skia/experimental/tskit/package.json
753754
FILE: ../../../third_party/skia/experimental/tskit/tsconfig.json
754755
FILE: ../../../third_party/skia/experimental/wasm-hello-world/BUILD.bazel
755756
FILE: ../../../third_party/skia/experimental/wasm-hello-world/hello_world.html
756-
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/cpu.js
757-
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/debugger/anim.mskp
758-
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/debugger/index.html
759-
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/debugger/sample.skp
760-
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/externs.js
761-
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/fonts/NotoMono-Regular.ttf
762-
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/gpu.js
763-
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/helper.js
764-
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/karma.conf.js
765-
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/package.json
766757
FILE: ../../../third_party/skia/experimental/webgpu-bazel/example/index.html
767758
FILE: ../../../third_party/skia/experimental/webgpu-bazel/src/BUILD
768759
FILE: ../../../third_party/skia/gm/BUILD.bazel
@@ -3335,7 +3326,6 @@ TYPE: LicenseType.bsd
33353326
FILE: ../../../third_party/skia/bench/BulkRectBench.cpp
33363327
FILE: ../../../third_party/skia/bench/DDLRecorderBench.cpp
33373328
FILE: ../../../third_party/skia/bench/SkSLBench.cpp
3338-
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/debugger_bindings.cpp
33393329
FILE: ../../../third_party/skia/gm/asyncrescaleandread.cpp
33403330
FILE: ../../../third_party/skia/gm/crbug_908646.cpp
33413331
FILE: ../../../third_party/skia/gm/crbug_946965.cpp
@@ -6101,6 +6091,8 @@ FILE: ../../../third_party/skia/experimental/graphite/src/UploadTask.h
61016091
FILE: ../../../third_party/skia/experimental/graphite/src/mtl/MtlSampler.h
61026092
FILE: ../../../third_party/skia/experimental/graphite/src/mtl/MtlSampler.mm
61036093
FILE: ../../../third_party/skia/gm/bug12866.cpp
6094+
FILE: ../../../third_party/skia/include/core/SkAlphaType.h
6095+
FILE: ../../../third_party/skia/include/core/SkColorType.h
61046096
FILE: ../../../third_party/skia/include/private/SkUniquePaintParamsID.h
61056097
FILE: ../../../third_party/skia/src/core/SkBuiltInCodeSnippetID.h
61066098
FILE: ../../../third_party/skia/src/core/SkDebugUtils.h
@@ -6186,7 +6178,6 @@ FILE: ../../../third_party/skia/src/gpu/ops/PathStencilCoverOp.h
61866178
FILE: ../../../third_party/skia/src/gpu/ops/PathTessellateOp.cpp
61876179
FILE: ../../../third_party/skia/src/gpu/ops/PathTessellateOp.h
61886180
FILE: ../../../third_party/skia/src/gpu/tessellate/AffineMatrix.h
6189-
FILE: ../../../third_party/skia/src/gpu/tessellate/PatchWriter.cpp
61906181
FILE: ../../../third_party/skia/src/gpu/tessellate/PatchWriter.h
61916182
FILE: ../../../third_party/skia/src/gpu/tessellate/PathCurveTessellator.cpp
61926183
FILE: ../../../third_party/skia/src/gpu/tessellate/PathCurveTessellator.h

0 commit comments

Comments
 (0)