diff options
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/bench.gyp | 2 | ||||
-rw-r--r-- | gyp/bench.gypi | 1 | ||||
-rw-r--r-- | gyp/skia_for_chromium_defines.gypi | 1 | ||||
-rw-r--r-- | gyp/tests.gypi | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/gyp/bench.gyp b/gyp/bench.gyp index c2337f6bba..43924ab30a 100644 --- a/gyp/bench.gyp +++ b/gyp/bench.gyp @@ -20,6 +20,7 @@ '../bench/SkGMBench.cpp', '../bench/SkGMBench.h', '../bench/benchmain.cpp', + '../tools/sk_tool_utils.cpp', ], 'conditions': [ ['skia_gpu == 1', @@ -54,6 +55,7 @@ 'include_dirs': [ '../src/core', '../src/gpu', + '../tools', ], 'dependencies': [ 'skia_lib.gyp:skia_lib', diff --git a/gyp/bench.gypi b/gyp/bench.gypi index 8170d81fc3..6680e75289 100644 --- a/gyp/bench.gypi +++ b/gyp/bench.gypi @@ -3,6 +3,7 @@ '../src/core', '../src/effects', '../src/utils', + '../tools', ], 'dependencies': [ 'skia_lib.gyp:skia_lib', diff --git a/gyp/skia_for_chromium_defines.gypi b/gyp/skia_for_chromium_defines.gypi index de026ae4f2..35877431b0 100644 --- a/gyp/skia_for_chromium_defines.gypi +++ b/gyp/skia_for_chromium_defines.gypi @@ -16,6 +16,7 @@ 'SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG=1', 'SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS=1', 'SK_SUPPORT_LEGACY_COPYTO_CONFIG', + 'SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG', ], }, } diff --git a/gyp/tests.gypi b/gyp/tests.gypi index 6990464279..80bd380886 100644 --- a/gyp/tests.gypi +++ b/gyp/tests.gypi @@ -179,5 +179,7 @@ '../tests/TDStackNesterTest.cpp', '../experimental/PdfViewer/src/SkTDStackNester.h', + + '../tools/sk_tool_utils.cpp', ], } |