aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/most.gyp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-08 16:52:42 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-08 16:52:42 +0000
commitd9c4dfb170a484f309b501115fd06d0e7135d0fd (patch)
tree01d70cfc088c0d4681c2d4e92656fa47c87b605d /gyp/most.gyp
parentfa8afda2500f4c90b52bb18228033abb651bde2d (diff)
Move DM from everything to most, to build it by default.
BUG= R=reed@google.com Author: mtklein@google.com Review URL: https://codereview.chromium.org/127423003 git-svn-id: http://skia.googlecode.com/svn/trunk@12962 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/most.gyp')
-rw-r--r--gyp/most.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gyp/most.gyp b/gyp/most.gyp
index 704b23091a..b914bc5f89 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' ],
+ }],
],
},
],