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

Unified Diff: mojo/mojo.gyp

Issue 334783006: Allow the mojo shell to run on android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 5621bea4f359611d22e426a73795951cfe97d0cf..85c1740d166a0e211968e3643c5140342e025847 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -866,6 +866,9 @@
'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
'native_lib_target': 'libmojo_shell',
+ 'additional_bundled_libs': [
+ '<(SHARED_LIB_DIR)/libmojo_network_service.>(android_product_extension)',
tim (not reviewing) 2014/06/26 16:33:02 q's mostly for my own education: - What's "android
qsr 2014/06/26 16:41:16 android_product_extension is .so for normal build,
+ ],
},
'includes': [ '../build/java_apk.gypi' ],
}

Powered by Google App Engine
This is Rietveld 408576698