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

Unified Diff: mojo/mojo.gyp

Issue 395163002: Bundle the network service in the shell on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 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 | mojo/mojo_services.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 0c615162a37e430817bc7c821159a691de1defa7..2eebad6c79048461a7adb95208776d07415f8cd5 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -75,7 +75,6 @@
'mojo_network_service',
'mojo_pepper_container_app',
'mojo_png_viewer',
- 'mojo_profile_service',
'mojo_public_application_unittests',
'mojo_public_test_utils',
'mojo_public_bindings_unittests',
@@ -545,7 +544,6 @@
'mojo_gles2_impl',
'mojo_native_viewport_service',
'mojo_network_bindings',
- 'mojo_profile_service',
'mojo_service_manager',
'mojo_service_provider_bindings',
'mojo_spy',
@@ -579,8 +577,6 @@
'shell/mojo_url_resolver.h',
'shell/out_of_process_dynamic_service_runner.cc',
'shell/out_of_process_dynamic_service_runner.h',
- 'shell/profile_service_loader.cc',
- 'shell/profile_service_loader.h',
'shell/run.cc',
'shell/run.h',
'shell/switches.cc',
@@ -599,6 +595,15 @@
'../dbus/dbus.gyp:dbus',
],
}],
+ ['OS=="android"', {
+ 'dependencies': [
+ 'mojo_network_service_lib',
+ ],
+ 'sources': [
+ 'shell/network_service_loader.cc',
+ 'shell/network_service_loader.h',
+ ],
+ }],
['use_aura==1', {
'dependencies': [
# These are only necessary as long as we hard code use of ViewManager.
@@ -927,9 +932,6 @@
'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
'native_lib_target': 'libmojo_shell',
- 'additional_bundled_libs': [
- '<(PRODUCT_DIR)/libmojo_network_service.so',
- ],
},
'includes': [ '../build/java_apk.gypi' ],
}
« no previous file with comments | « no previous file | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698