|
Reland "skia: Add 'skia_unittests' test suite for this directory."
This should be a lightweight test suite that should allow a dev changing
something in skia/ext to test it much more quickly than having to build
all 'unit_tests' target just to run the tests from skia/ext.
It was reverted because it broke Mac GN with error like:
duplicate symbol __ZN3gfx27SkMatrixToCGAffineTransformERK8SkMatrix in:
obj/skia/ext/skia_unittests.skia_utils_mac_unittest.o
obj/skia/ext/skia.skia_utils_mac.o
(and more similar issues).
BUG= 444058
TEST=skia_unittests links and runs fine.
R=danakj@chromium.org,thakis@chromium.org,glider@chromium.org,sky@chromium.org
TBR=glider@chromium.org (already reviewed tools/valgrind - and no changes were made at that directory).
Committed: https://crrev.com/0f9c5eed19153d16a29a206356ff581e003f514a
Cr-Commit-Position: refs/heads/master@{#310688}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+186 lines, -44 lines) |
Patch |
|
M |
build/all.gyp
|
View
|
|
9 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
|
3 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
|
M |
skia/BUILD.gn
|
View
|
|
2 chunks |
+46 lines, -0 lines |
0 comments
|
Download
|
|
M |
skia/ext/platform_canvas_unittest.cc
|
View
|
|
4 chunks |
+17 lines, -12 lines |
0 comments
|
Download
|
|
A |
skia/skia_tests.gyp
|
View
|
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
|
M |
testing/buildbot/chromium.chromiumos.json
|
View
|
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
testing/buildbot/chromium.fyi.json
|
View
|
|
5 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
testing/buildbot/chromium.linux.json
|
View
|
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
|
M |
testing/buildbot/chromium.mac.json
|
View
|
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
|
M |
testing/buildbot/chromium.memory.json
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
testing/buildbot/chromium.memory.fyi.json
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
testing/buildbot/chromium.webkit.json
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
testing/buildbot/chromium.win.json
|
View
|
|
5 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
|
M |
testing/buildbot/chromium_memory_trybot.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
testing/buildbot/chromium_trybot.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
tools/valgrind/chrome_tests.py
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (1 generated)
|