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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | mojo/mojo_services.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'mojo_html_viewer', 68 'mojo_html_viewer',
69 'mojo_js', 69 'mojo_js',
70 'mojo_js_bindings', 70 'mojo_js_bindings',
71 'mojo_js_unittests', 71 'mojo_js_unittests',
72 'mojo_launcher', 72 'mojo_launcher',
73 'mojo_message_generator', 73 'mojo_message_generator',
74 'mojo_native_viewport_service', 74 'mojo_native_viewport_service',
75 'mojo_network_service', 75 'mojo_network_service',
76 'mojo_pepper_container_app', 76 'mojo_pepper_container_app',
77 'mojo_png_viewer', 77 'mojo_png_viewer',
78 'mojo_profile_service',
79 'mojo_public_application_unittests', 78 'mojo_public_application_unittests',
80 'mojo_public_test_utils', 79 'mojo_public_test_utils',
81 'mojo_public_bindings_unittests', 80 'mojo_public_bindings_unittests',
82 'mojo_public_environment_unittests', 81 'mojo_public_environment_unittests',
83 'mojo_public_system_perftests', 82 'mojo_public_system_perftests',
84 'mojo_public_system_unittests', 83 'mojo_public_system_unittests',
85 'mojo_public_utility_unittests', 84 'mojo_public_utility_unittests',
86 'mojo_sample_app', 85 'mojo_sample_app',
87 'mojo_service_manager', 86 'mojo_service_manager',
88 'mojo_service_manager_unittests', 87 'mojo_service_manager_unittests',
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 '../base/base.gyp:base_static', 537 '../base/base.gyp:base_static',
539 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 538 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
540 '../net/net.gyp:net', 539 '../net/net.gyp:net',
541 '../url/url.gyp:url_lib', 540 '../url/url.gyp:url_lib',
542 'mojo_application', 541 'mojo_application',
543 'mojo_common_lib', 542 'mojo_common_lib',
544 'mojo_external_service_bindings', 543 'mojo_external_service_bindings',
545 'mojo_gles2_impl', 544 'mojo_gles2_impl',
546 'mojo_native_viewport_service', 545 'mojo_native_viewport_service',
547 'mojo_network_bindings', 546 'mojo_network_bindings',
548 'mojo_profile_service',
549 'mojo_service_manager', 547 'mojo_service_manager',
550 'mojo_service_provider_bindings', 548 'mojo_service_provider_bindings',
551 'mojo_spy', 549 'mojo_spy',
552 'mojo_system_impl', 550 'mojo_system_impl',
553 ], 551 ],
554 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 552 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
555 'sources': [ 553 'sources': [
556 'shell/app_child_process.cc', 554 'shell/app_child_process.cc',
557 'shell/app_child_process.h', 555 'shell/app_child_process.h',
558 'shell/app_child_process.mojom', 556 'shell/app_child_process.mojom',
(...skipping 13 matching lines...) Expand all
572 'shell/init.cc', 570 'shell/init.cc',
573 'shell/init.h', 571 'shell/init.h',
574 'shell/in_process_dynamic_service_runner.cc', 572 'shell/in_process_dynamic_service_runner.cc',
575 'shell/in_process_dynamic_service_runner.h', 573 'shell/in_process_dynamic_service_runner.h',
576 'shell/keep_alive.cc', 574 'shell/keep_alive.cc',
577 'shell/keep_alive.h', 575 'shell/keep_alive.h',
578 'shell/mojo_url_resolver.cc', 576 'shell/mojo_url_resolver.cc',
579 'shell/mojo_url_resolver.h', 577 'shell/mojo_url_resolver.h',
580 'shell/out_of_process_dynamic_service_runner.cc', 578 'shell/out_of_process_dynamic_service_runner.cc',
581 'shell/out_of_process_dynamic_service_runner.h', 579 'shell/out_of_process_dynamic_service_runner.h',
582 'shell/profile_service_loader.cc',
583 'shell/profile_service_loader.h',
584 'shell/run.cc', 580 'shell/run.cc',
585 'shell/run.h', 581 'shell/run.h',
586 'shell/switches.cc', 582 'shell/switches.cc',
587 'shell/switches.h', 583 'shell/switches.h',
588 'shell/task_runners.cc', 584 'shell/task_runners.cc',
589 'shell/task_runners.h', 585 'shell/task_runners.h',
590 'shell/test_child_process.cc', 586 'shell/test_child_process.cc',
591 'shell/test_child_process.h', 587 'shell/test_child_process.h',
592 'shell/view_manager_loader.cc', 588 'shell/view_manager_loader.cc',
593 'shell/view_manager_loader.h', 589 'shell/view_manager_loader.h',
594 ], 590 ],
595 'conditions': [ 591 'conditions': [
596 ['OS=="linux"', { 592 ['OS=="linux"', {
597 'dependencies': [ 593 'dependencies': [
598 '../build/linux/system.gyp:dbus', 594 '../build/linux/system.gyp:dbus',
599 '../dbus/dbus.gyp:dbus', 595 '../dbus/dbus.gyp:dbus',
600 ], 596 ],
601 }], 597 }],
598 ['OS=="android"', {
599 'dependencies': [
600 'mojo_network_service_lib',
601 ],
602 'sources': [
603 'shell/network_service_loader.cc',
604 'shell/network_service_loader.h',
605 ],
606 }],
602 ['use_aura==1', { 607 ['use_aura==1', {
603 'dependencies': [ 608 'dependencies': [
604 # These are only necessary as long as we hard code use of ViewManage r. 609 # These are only necessary as long as we hard code use of ViewManage r.
605 '../skia/skia.gyp:skia', 610 '../skia/skia.gyp:skia',
606 'mojo_gles2', 611 'mojo_gles2',
607 'mojo_view_manager', 612 'mojo_view_manager',
608 'mojo_view_manager_bindings', 613 'mojo_view_manager_bindings',
609 ], 614 ],
610 }, { # use_aura==0 615 }, { # use_aura==0
611 'sources!': [ 616 'sources!': [
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 '../base/base.gyp:base_java', 925 '../base/base.gyp:base_java',
921 '../net/net.gyp:net_java', 926 '../net/net.gyp:net_java',
922 'mojo_native_viewport_java', 927 'mojo_native_viewport_java',
923 'libmojo_shell', 928 'libmojo_shell',
924 ], 929 ],
925 'variables': { 930 'variables': {
926 'apk_name': 'MojoShell', 931 'apk_name': 'MojoShell',
927 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 932 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
928 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 933 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
929 'native_lib_target': 'libmojo_shell', 934 'native_lib_target': 'libmojo_shell',
930 'additional_bundled_libs': [
931 '<(PRODUCT_DIR)/libmojo_network_service.so',
932 ],
933 }, 935 },
934 'includes': [ '../build/java_apk.gypi' ], 936 'includes': [ '../build/java_apk.gypi' ],
935 } 937 }
936 ], 938 ],
937 }], 939 }],
938 ['OS=="linux"', { 940 ['OS=="linux"', {
939 'targets': [ 941 'targets': [
940 { 942 {
941 'target_name': 'mojo_dbus_service', 943 'target_name': 'mojo_dbus_service',
942 'type': 'static_library', 944 'type': 'static_library',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 'views/views_init_internal.h', 1050 'views/views_init_internal.h',
1049 ], 1051 ],
1050 'defines': [ 1052 'defines': [
1051 'MOJO_VIEWS_IMPLEMENTATION', 1053 'MOJO_VIEWS_IMPLEMENTATION',
1052 ], 1054 ],
1053 }, 1055 },
1054 ], 1056 ],
1055 }], 1057 }],
1056 ], 1058 ],
1057 } 1059 }
OLDNEW
« 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