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

Side by Side Diff: mojo/mojo.gyp

Issue 477923004: Create native_viewport_service, don't build it into mojo_shell unless Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get the static build to work Created 6 years, 4 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') | mojo/services/native_viewport/main.cc » ('J')
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 20 matching lines...) Expand all
31 'mojo_compositor_app', 31 'mojo_compositor_app',
32 'mojo_content_handler_demo', 32 'mojo_content_handler_demo',
33 'mojo_echo_client', 33 'mojo_echo_client',
34 'mojo_echo_service', 34 'mojo_echo_service',
35 'mojo_example_apptests', 35 'mojo_example_apptests',
36 'mojo_example_service', 36 'mojo_example_service',
37 'mojo_geometry_lib', 37 'mojo_geometry_lib',
38 'mojo_html_viewer', 38 'mojo_html_viewer',
39 'mojo_js', 39 'mojo_js',
40 'mojo_launcher', 40 'mojo_launcher',
41 'mojo_native_viewport_service_lib', 41 'mojo_native_viewport_service',
42 'mojo_network_service', 42 'mojo_network_service',
43 'mojo_pepper_container_app', 43 'mojo_pepper_container_app',
44 'mojo_png_viewer', 44 'mojo_png_viewer',
45 'mojo_sample_app', 45 'mojo_sample_app',
46 'mojo_shell', 46 'mojo_shell',
47 'mojo_shell_lib', 47 'mojo_shell_lib',
48 'mojo_shell_tests', 48 'mojo_shell_tests',
49 'mojo_surfaces_app', 49 'mojo_surfaces_app',
50 'mojo_surfaces_app', 50 'mojo_surfaces_app',
51 'mojo_surfaces_child_app', 51 'mojo_surfaces_child_app',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 138 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
139 '../net/net.gyp:net', 139 '../net/net.gyp:net',
140 '../url/url.gyp:url_lib', 140 '../url/url.gyp:url_lib',
141 'mojo_application_manager', 141 'mojo_application_manager',
142 'mojo_base.gyp:mojo_application_bindings', 142 'mojo_base.gyp:mojo_application_bindings',
143 'mojo_base.gyp:mojo_common_lib', 143 'mojo_base.gyp:mojo_common_lib',
144 'mojo_base.gyp:mojo_gles2_impl', 144 'mojo_base.gyp:mojo_gles2_impl',
145 'mojo_base.gyp:mojo_system_impl', 145 'mojo_base.gyp:mojo_system_impl',
146 'mojo_base.gyp:mojo_application_chromium', 146 'mojo_base.gyp:mojo_application_chromium',
147 'mojo_external_service_bindings', 147 'mojo_external_service_bindings',
148 'mojo_native_viewport_service_lib',
149 'mojo_network_bindings', 148 'mojo_network_bindings',
150 'mojo_spy', 149 'mojo_spy',
151 ], 150 ],
152 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 151 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
153 'sources': [ 152 'sources': [
154 'shell/app_child_process.cc', 153 'shell/app_child_process.cc',
155 'shell/app_child_process.h', 154 'shell/app_child_process.h',
156 'shell/app_child_process.mojom', 155 'shell/app_child_process.mojom',
157 'shell/app_child_process_host.cc', 156 'shell/app_child_process_host.cc',
158 'shell/app_child_process_host.h', 157 'shell/app_child_process_host.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'conditions': [ 192 'conditions': [
194 ['OS=="linux"', { 193 ['OS=="linux"', {
195 'dependencies': [ 194 'dependencies': [
196 '../build/linux/system.gyp:dbus', 195 '../build/linux/system.gyp:dbus',
197 '../dbus/dbus.gyp:dbus', 196 '../dbus/dbus.gyp:dbus',
198 ], 197 ],
199 }], 198 }],
200 ['OS=="android"', { 199 ['OS=="android"', {
201 'dependencies': [ 200 'dependencies': [
202 'mojo_network_service_lib', 201 'mojo_network_service_lib',
202 'mojo_native_viewport_service_lib',
203 ], 203 ],
204 'sources': [ 204 'sources': [
205 'shell/network_application_loader.cc', 205 'shell/network_application_loader.cc',
206 'shell/network_application_loader.h', 206 'shell/network_application_loader.h',
207 ], 207 ],
208 }], 208 }],
209 ['use_aura==1', { 209 ['use_aura==1', {
210 'dependencies': [ 210 'dependencies': [
211 # These are only necessary as long as we hard code use of ViewManage r. 211 # These are only necessary as long as we hard code use of ViewManage r.
212 '../skia/skia.gyp:skia', 212 '../skia/skia.gyp:skia',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 'views/views_init_internal.h', 521 'views/views_init_internal.h',
522 ], 522 ],
523 'defines': [ 523 'defines': [
524 'MOJO_VIEWS_IMPLEMENTATION', 524 'MOJO_VIEWS_IMPLEMENTATION',
525 ], 525 ],
526 }, 526 },
527 ], 527 ],
528 }], 528 }],
529 ], 529 ],
530 } 530 }
OLDNEW
« no previous file with comments | « no previous file | mojo/mojo_services.gypi » ('j') | mojo/services/native_viewport/main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698