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

Unified Diff: platform_tools/android/gyp/dependencies.gypi

Issue 1175673002: Add android native_app_glue to platform_tools/android/third_party (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 6 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: platform_tools/android/gyp/dependencies.gypi
diff --git a/platform_tools/android/gyp/dependencies.gypi b/platform_tools/android/gyp/dependencies.gypi
index 8bacd434a5eb0f928c4a82220e6240e76cec5a99..40dcf767c18faf23828ea9c6dd40cba4fe39b2f0 100644
--- a/platform_tools/android/gyp/dependencies.gypi
+++ b/platform_tools/android/gyp/dependencies.gypi
@@ -19,6 +19,22 @@
},
'targets': [
{
+ 'target_name': 'native_app_glue',
+ 'type': 'static_library',
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '../third_party/native_app_glue',
+ ],
+ },
+ 'sources': [
+ '../third_party/native_app_glue/android_native_app_glue.c',
+ '../third_party/native_app_glue/android_native_app_glue.h',
+ ],
+ 'cflags': [
+ '-w',
+ ],
+ },
+ {
'target_name': 'cpu_features',
'type': 'static_library',
'direct_dependent_settings': {

Powered by Google App Engine
This is Rietveld 408576698