aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tests.gypi
diff options
context:
space:
mode:
authorGravatar tfarina <tfarina@chromium.org>2014-06-21 10:54:17 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-21 10:54:17 -0700
commit2010891425f10257363ae6eb0da70453746dc087 (patch)
treea47622a715cda1e06a4df631875b81ae93e40e92 /gyp/tests.gypi
parent4856ac9a4dd340ee255a961a6ca64214582d59dd (diff)
Add GYP target for sk_tool_utils.* component.
This declares a static library target in gyp/sk_tool_utils.gyp, so other targets can depend directly on it instead of including the source file in their source lists. BUG=None TEST=make all R=mtklein@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/348623006
Diffstat (limited to 'gyp/tests.gypi')
-rw-r--r--gyp/tests.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index f135107c34..9876f18a44 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -23,6 +23,7 @@
'skia_lib.gyp:skia_lib',
'tools.gyp:picture_utils',
'tools.gyp:resources',
+ 'tools.gyp:sk_tool_utils',
],
'sources': [
'../tests/Test.cpp',
@@ -197,7 +198,5 @@
'../tests/TDStackNesterTest.cpp',
'../experimental/PdfViewer/src/SkTDStackNester.h',
-
- '../tools/sk_tool_utils.cpp',
],
}