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

Unified Diff: gyp/dm.gyp

Issue 290603002: Generate Android.mk for DM. (Closed) Base URL: https://skia.googlesource.com/skia.git@generate_gm
Patch Set: Remove one more generated file. 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
« no previous file with comments | « dm/DMExpectations.h ('k') | platform_tools/android/bin/gyp_to_android.py » ('j') | 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 ac72aee08aa2b529079d5608666cec31e1c91e88..238a1522bde0787dfc09de362bb9250dbe8f7afd 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -59,5 +59,15 @@
'gputest.gyp:skgputest',
'record.gyp:*',
],
+ 'conditions': [
+ ['skia_android_framework',
+ {
+ 'libraries': [
+ '-lskia',
+ '-lcutils',
+ ],
+ },
+ ],
+ ],
}]
}
« no previous file with comments | « dm/DMExpectations.h ('k') | platform_tools/android/bin/gyp_to_android.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698