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

Unified Diff: gyp/dm.gyp

Issue 1036523002: Switch DM to use utils/android/SkAndroidSDKCanvas (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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/DMSrcSinkAndroid.cpp ('k') | no next file » | no next file with comments »
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 dc75729dc6de001e469aea6c951c5433a6a60cb5..241e26f40d8a390caad15b569f92691e781e959e 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -20,10 +20,14 @@
'include_dirs': [
'../../../frameworks/base/libs/hwui/',
'../../../frameworks/native/include/',
+ '../src/utils/android/',
djsollen 2015/03/24 18:02:55 you shouldn't need this as it will be pulled in by
tomhudson 2015/03/24 19:33:08 Done.
],
'sources': [
'../dm/DMSrcSinkAndroid.cpp',
],
+ 'dependencies': [
+ 'utils.gyp:android_utils',
+ ],
}],
],
}]
« no previous file with comments | « dm/DMSrcSinkAndroid.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698