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

Unified Diff: gyp/dm.gypi

Issue 435673002: DM: only depend on GpuTest when it's a GPU build. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix via gyp instead Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/dm.gypi
diff --git a/gyp/dm.gypi b/gyp/dm.gypi
index 2db30879fd30b50c0fb4038af2d69dd37baaf85c..1f11e17872c0198deda90101e5fe9a2073e740fa 100644
--- a/gyp/dm.gypi
+++ b/gyp/dm.gypi
@@ -16,7 +16,6 @@
'dependencies': [
'etc1.gyp:libetc1',
'flags.gyp:flags',
- 'gputest.gyp:skgputest',
'jsoncpp.gyp:jsoncpp',
'skia_lib.gyp:skia_lib',
'tools.gyp:crash_handler',
@@ -52,4 +51,9 @@
'../src/utils/debugger/SkDrawCommand.cpp',
'../src/utils/debugger/SkObjectParser.cpp',
],
+ 'conditions': [
+ [ 'skia_gpu == 1', {
+ 'dependencies': [ 'gputest.gyp:skgputest' ],
+ }],
+ ],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698