aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/everything.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/everything.gyp')
-rw-r--r--gyp/everything.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gyp/everything.gyp b/gyp/everything.gyp
index f34b5176a1..8758cc652a 100644
--- a/gyp/everything.gyp
+++ b/gyp/everything.gyp
@@ -21,6 +21,10 @@
}, {
'dependencies': [ 'debugger.gyp:debugger' ],
}],
+ # DM assumes you've got a GPU.
+ ['skia_gpu == 1', {
+ 'dependencies': [ 'dm.gyp:dm' ],
+ }],
],
},
],