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

Unified Diff: gyp/gm.gyp

Issue 140503007: Scripts to generate Android.mk for framework Skia. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Update copyrights, remove unnecessary code. Created 6 years, 11 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
Index: gyp/gm.gyp
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index 971fce5d355e5e75e95053de09d97cd63abc060b..33b3a7c631a67514741fa11cd8302f53cf7e7806 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -113,6 +113,11 @@
'gputest.gyp:skgputest',
],
}],
+ ['skia_android_framework', {
djsollen 2014/01/21 17:47:37 if we aren't building gm yet, do we need this?
scroggo 2014/01/21 19:10:06 Removed.
+ 'dependencies!': [
+ 'poppler.gyp:libpoppler-cpp-gpl',
+ ],
+ }],
],
},
],

Powered by Google App Engine
This is Rietveld 408576698