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

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..fedd89b36f03db65a88d5081b35de0c80c4f5ea2 100644
--- a/build/android/native_app_dependencies.gypi
+++ b/build/android/native_app_dependencies.gypi
@@ -56,6 +56,9 @@
'includes': ['../../build/android/write_ordered_libraries.gypi'],
},
{
+ 'variables': {
+ 'input_paths': ['<(native_binary)'],
+ },
'includes': ['../../build/android/strip_native_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