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

Unified Diff: gyp/bench.gyp

Issue 348623006: Add GYP target for sk_tool_utils.* component. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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/SampleApp.gyp ('k') | gyp/gm.gyp » ('j') | gyp/sk_tool_utils.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/bench.gyp
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index 15927e641300d012b57ded829cbfbad7fe72958b..6f33d8587fa0ec19bc9f3e01bcfc3a7a57147ffd 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -15,6 +15,7 @@
'flags.gyp:flags',
'jsoncpp.gyp:jsoncpp',
'resources.gyp:resources',
+ 'sk_tool_utils.gyp:sk_tool_utils',
'skia_lib.gyp:skia_lib',
],
'sources': [
@@ -24,7 +25,6 @@
'../bench/GMBench.h',
'../bench/ResultsWriter.cpp',
'../bench/benchmain.cpp',
- '../tools/sk_tool_utils.cpp',
],
'conditions': [
['skia_gpu == 1',
@@ -66,7 +66,6 @@
'include_dirs': [
'../src/core',
'../src/gpu',
- '../tools',
],
'direct_dependent_settings': {
'include_dirs': ['../bench'],
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/gm.gyp » ('j') | gyp/sk_tool_utils.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698