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

Unified Diff: build/android/native_app_dependencies.gypi

Issue 13852037: [Android] Add native library to strip inputs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « no previous file | build/android/strip_native_libraries.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/native_app_dependencies.gypi
diff --git a/build/android/native_app_dependencies.gypi b/build/android/native_app_dependencies.gypi
index f54dda73380c06788c46b31a32a1f2551c4b64dc..9f9ea340fa0f89da4c5a40efa52a769695cd2187 100644
--- a/build/android/native_app_dependencies.gypi
+++ b/build/android/native_app_dependencies.gypi
@@ -52,6 +52,7 @@
{
'variables': {
'input_libraries': ['<(native_binary)'],
+ 'input_paths': ['<(native_binary)'],
Yaron 2013/04/19 17:15:14 Shouldn't this be with the strip_native_libraries
cjhopman 2013/04/19 17:30:10 Yes, yes it should.
},
'includes': ['../../build/android/write_ordered_libraries.gypi'],
},
« no previous file with comments | « no previous file | build/android/strip_native_libraries.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698