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

Unified Diff: gyp/dm.gyp

Issue 1815823002: Move SkGLContext and some GrGLInterface implementations to skgputest module (Closed) Base URL: https://chromium.googlesource.com/skia.git@debugobject
Patch Set: rebase, readd null interface to main lib Created 4 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 | « gyp/SampleApp.gyp ('k') | gyp/flags.gyp » ('j') | samplecode/SampleApp.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/dm.gyp
diff --git a/gyp/dm.gyp b/gyp/dm.gyp
index a8a7fd7caeb29adb95aac74317a011f3050d3657..616c2a01ec6eb4e33f04bf11ee7bb1d9925b8402 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -25,6 +25,11 @@
'tools.gyp:android_utils',
],
}],
+ ['skia_gpu', {
+ 'dependencies': [
+ 'gputest.gyp:skgputest',
+ ],
+ }],
],
}]
}
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/flags.gyp » ('j') | samplecode/SampleApp.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698