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

Unified Diff: gyp/gm.gyp

Issue 281303003: Generate gm/Android.mk, minus JSON. (Closed) Base URL: https://skia.googlesource.com/skia.git@baseline_gm
Patch Set: Created 6 years, 7 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 3533aa5ce9121ff043dd9be4408bfc22f94a1212..d5f3082c27e0c9d2b5e7ba52d9d748c845783320 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -23,6 +23,13 @@
'../gm/',
],
},
+ 'conditions': [
+ ['skia_android_framework', {
+ 'dependencies!': [
+ 'jsoncpp.gyp:jsoncpp',
+ ],
+ }],
+ ],
},
{
'target_name': 'gm',
@@ -52,6 +59,15 @@
'pdf.gyp:pdf',
],
'conditions': [
+ ['skia_android_framework', {
+ 'libraries': [
+ '-lskia',
+ '-lcutils',
+ ],
+ 'dependencies!': [
+ 'jsoncpp.gyp:jsoncpp',
+ ],
+ }],
['skia_run_pdfviewer_in_gm or skia_poppler_enabled', {
'sources': [
'../src/utils/SkPDFRasterizer.cpp',
« Android.mk ('K') | « gm/gmmain.cpp ('k') | platform_tools/android/bin/gyp_to_android.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698