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

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: Remove redundant gyp include 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..288fb3a7f95516379d894ebc765f81c966d5e144 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -24,6 +24,9 @@
'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