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

Unified Diff: test/android/settings-list.gyp

Issue 565743004: android: Add a way to override build system variables. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Change key to aosp_build_settings 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
« no previous file with comments | « test/android/settings.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/android/settings-list.gyp
diff --git a/test/android/hello.gyp b/test/android/settings-list.gyp
similarity index 78%
copy from test/android/hello.gyp
copy to test/android/settings-list.gyp
index da58a2b707f8f15d4402ff4889fef052800c55f4..b392ce2bda3770c2a3d0cffa8424df6d6bff0ee5 100644
--- a/test/android/hello.gyp
+++ b/test/android/settings-list.gyp
@@ -10,6 +10,9 @@
'sources': [
'hello.c',
],
+ 'aosp_build_settings': {
+ 'LOCAL_MODULE_SUFFIX': ['.foo'],
+ }
},
],
}
« no previous file with comments | « test/android/settings.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698