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

Unified Diff: test/android/settings.gyp

Issue 565743004: android: Add a way to override build system variables. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Created 6 years, 3 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: test/android/settings.gyp
diff --git a/test/android/hello.gyp b/test/android/settings.gyp
similarity index 78%
copy from test/android/hello.gyp
copy to test/android/settings.gyp
index da58a2b707f8f15d4402ff4889fef052800c55f4..d89eee2db2760c878c7355578f4b573ef3214f7c 100644
--- a/test/android/hello.gyp
+++ b/test/android/settings.gyp
@@ -10,6 +10,9 @@
'sources': [
'hello.c',
],
+ 'android_build_settings': {
+ 'LOCAL_MODULE_SUFFIX': '.foo',
+ }
},
],
}

Powered by Google App Engine
This is Rietveld 408576698