Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Unified Diff: gyp/tools.gyp

Issue 348623006: Add GYP target for sk_tool_utils.* component. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tools.gyp Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/tests.gypi ('k') | tools/sk_tool_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index eeb210a4970a3d15e81acff02a9c58f3d8874a97..6913cc1c67d3f4928c35f8a4633c59d35f1d30b1 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -49,10 +49,10 @@
'include_dirs' : [ '../src/utils/' ],
'sources': [
'../gm/gm_expectations.cpp',
- '../tools/sk_tool_utils.cpp',
],
'dependencies': [
'jsoncpp.gyp:jsoncpp',
+ 'sk_tool_utils',
'skia_lib.gyp:skia_lib',
],
'direct_dependent_settings': {
@@ -84,7 +84,18 @@
'skia_lib.gyp:skia_lib',
],
'direct_dependent_settings': {
- 'include_dirs': [ '../tools/', ],
+ 'include_dirs': [ '../tools', ],
+ },
+ },
+ {
+ 'target_name': 'sk_tool_utils',
+ 'type': 'static_library',
+ 'sources': [ '../tools/sk_tool_utils.cpp' ],
+ 'dependencies': [
+ 'skia_lib.gyp:skia_lib',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [ '../tools', ],
},
},
{
« no previous file with comments | « gyp/tests.gypi ('k') | tools/sk_tool_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698