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

Unified Diff: gyp/most.gyp

Issue 127423003: Move DM from everything to most, to build it by default. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 11 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/everything.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/most.gyp
diff --git a/gyp/most.gyp b/gyp/most.gyp
index 704b23091ab25de0ae954f6158d379dbde85d87a..b914bc5f89440c7b861cb3b9181145355f95aec8 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -25,6 +25,10 @@
['skia_os == "android"', {
'dependencies': [ 'android_system.gyp:SampleApp_APK' ],
}],
+ # DM assumes you've got a GPU.
+ ['skia_gpu == 1', {
+ 'dependencies': [ 'dm.gyp:dm' ],
+ }],
],
},
],
« no previous file with comments | « gyp/everything.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698