Update Perfetto reference following fix for b/234001590

Change-Id: I024d9ab105537c4d45e2b25e00215a7823b6e408
Bug: skia:13303
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/545677
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Nicolette Prevost <nicolettep@google.com>
This commit is contained in:
Nicolette Prevost 2022-06-16 10:40:59 -04:00 committed by SkCQ
parent 27b07c71e1
commit 39fe4360fd
2 changed files with 1 additions and 4 deletions

2
DEPS
View File

@ -35,7 +35,7 @@ deps = {
"third_party/externals/microhttpd" : "https://android.googlesource.com/platform/external/libmicrohttpd@748945ec6f1c67b7efc934ab0808e1d32f2fb98d",
"third_party/externals/oboe" : "https://chromium.googlesource.com/external/github.com/google/oboe.git@b02a12d1dd821118763debec6b83d00a8a0ee419",
"third_party/externals/opengl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/OpenGL-Registry@14b80ebeab022b2c78f84a573f01028c96075553",
"third_party/externals/perfetto" : "https://android.googlesource.com/platform/external/perfetto@d5b124f8a69f517e91514135e8dfc4c995d34c36",
"third_party/externals/perfetto" : "https://android.googlesource.com/platform/external/perfetto@93885509be1c9240bc55fa515ceb34811e54a394",
"third_party/externals/piex" : "https://android.googlesource.com/platform/external/piex.git@bb217acdca1cc0c16b704669dd6f91a1b509c406",
"third_party/externals/rive" : "https://skia.googlesource.com/external/github.com/rive-app/rive-cpp.git@d9a4b488a4b3d622fe8721a3126b248bdc100e37",
"third_party/externals/sfntly" : "https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git@b55ff303ea2f9e26702b514cf6a3196a2e3e2974",

View File

@ -53,9 +53,6 @@ extra_ldflags = [ \n\
"-Wl,/usr/local/lib" \n\
] ' > /tmp/skia/skia/out/Static/args.gn
# TODO(nicolettep) Delete this manual removal of a broken symlink that comes with the Perfetto
# checkout once the issue is addressed within the Perfetto respository itself.
RUN rm -f /tmp/skia/skia/third_party/externals/perfetto/ui/src/gen
# Build Skia.
RUN cd /tmp/skia/skia \
&& ./bin/gn gen out/Static \