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

Unified Diff: gyp/most.gyp

Issue 213093004: Let DM work without a GPU. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 9 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 | « dm/DMTestTask.cpp ('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 7c329416767b16d64c7771baeb7520adce475d7a..3d9bad45caa631a7bac326a628542bf891967a63 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -23,15 +23,12 @@
'pathops_unittest.gyp:*',
'skpskgr_test.gyp:*',
# 'pdfviewer.gyp:pdfviewer',
+ 'dm.gyp:dm',
],
'conditions': [
['skia_os == "android"', {
'dependencies': [ 'android_system.gyp:SampleApp_APK' ],
}],
- # DM assumes you've got a GPU.
- ['skia_gpu == 1', {
- 'dependencies': [ 'dm.gyp:dm' ],
- }],
[ 'skia_skip_gui',
{
'dependencies!': [
« no previous file with comments | « dm/DMTestTask.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698