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

Side by Side Diff: mojo/mojo.gyp

Issue 323593002: Mojo: Use network service to load non-local Mojo Apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « mojo/common/data_pipe_utils.cc ('k') | mojo/public/cpp/bindings/lib/connector.cc » ('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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 ], 322 ],
323 'export_dependent_settings': [ 323 'export_dependent_settings': [
324 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 324 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
325 'mojo_system_impl', 325 'mojo_system_impl',
326 ], 326 ],
327 'sources': [ 327 'sources': [
328 'common/channel_init.cc', 328 'common/channel_init.cc',
329 'common/channel_init.h', 329 'common/channel_init.h',
330 'common/common_type_converters.cc', 330 'common/common_type_converters.cc',
331 'common/common_type_converters.h', 331 'common/common_type_converters.h',
332 'common/data_pipe_utils.cc',
333 'common/data_pipe_utils.h',
332 'common/environment_data.cc', 334 'common/environment_data.cc',
333 'common/environment_data.h', 335 'common/environment_data.h',
334 'common/handle_watcher.cc', 336 'common/handle_watcher.cc',
335 'common/handle_watcher.h', 337 'common/handle_watcher.h',
336 'common/message_pump_mojo.cc', 338 'common/message_pump_mojo.cc',
337 'common/message_pump_mojo.h', 339 'common/message_pump_mojo.h',
338 'common/message_pump_mojo_handler.h', 340 'common/message_pump_mojo_handler.h',
339 'common/time_helper.cc', 341 'common/time_helper.cc',
340 'common/time_helper.h', 342 'common/time_helper.h',
341 ], 343 ],
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 'target_name': 'mojo_shell_lib', 467 'target_name': 'mojo_shell_lib',
466 'type': 'static_library', 468 'type': 'static_library',
467 'dependencies': [ 469 'dependencies': [
468 '../base/base.gyp:base', 470 '../base/base.gyp:base',
469 '../base/base.gyp:base_static', 471 '../base/base.gyp:base_static',
470 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 472 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
471 '../net/net.gyp:net', 473 '../net/net.gyp:net',
472 '../url/url.gyp:url_lib', 474 '../url/url.gyp:url_lib',
473 'mojo_external_service_bindings', 475 'mojo_external_service_bindings',
474 'mojo_gles2_impl', 476 'mojo_gles2_impl',
477 'mojo_native_viewport_service',
478 'mojo_network_bindings',
475 'mojo_service_manager', 479 'mojo_service_manager',
476 'mojo_service_provider_bindings', 480 'mojo_service_provider_bindings',
481 'mojo_spy',
477 'mojo_system_impl', 482 'mojo_system_impl',
478 'mojo_native_viewport_service',
479 'mojo_spy',
480 ], 483 ],
481 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 484 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
482 'sources': [ 485 'sources': [
483 'shell/app_child_process.cc', 486 'shell/app_child_process.cc',
484 'shell/app_child_process.h', 487 'shell/app_child_process.h',
485 'shell/app_child_process.mojom', 488 'shell/app_child_process.mojom',
486 'shell/app_child_process_host.cc', 489 'shell/app_child_process_host.cc',
487 'shell/app_child_process_host.h', 490 'shell/app_child_process_host.h',
488 'shell/child_process.cc', 491 'shell/child_process.cc',
489 'shell/child_process.h', 492 'shell/child_process.h',
490 'shell/child_process_host.cc', 493 'shell/child_process_host.cc',
491 'shell/child_process_host.h', 494 'shell/child_process_host.h',
492 'shell/context.cc', 495 'shell/context.cc',
493 'shell/context.h', 496 'shell/context.h',
494 'shell/dbus_service_loader_linux.cc', 497 'shell/dbus_service_loader_linux.cc',
495 'shell/dbus_service_loader_linux.h', 498 'shell/dbus_service_loader_linux.h',
496 'shell/dynamic_service_loader.cc', 499 'shell/dynamic_service_loader.cc',
497 'shell/dynamic_service_loader.h', 500 'shell/dynamic_service_loader.h',
498 'shell/dynamic_service_runner.h', 501 'shell/dynamic_service_runner.h',
499 'shell/init.cc', 502 'shell/init.cc',
500 'shell/init.h', 503 'shell/init.h',
501 'shell/in_process_dynamic_service_runner.cc', 504 'shell/in_process_dynamic_service_runner.cc',
502 'shell/in_process_dynamic_service_runner.h', 505 'shell/in_process_dynamic_service_runner.h',
503 'shell/keep_alive.cc', 506 'shell/keep_alive.cc',
504 'shell/keep_alive.h', 507 'shell/keep_alive.h',
505 'shell/loader.cc', 508 'shell/mojo_url_resolver.cc',
506 'shell/loader.h', 509 'shell/mojo_url_resolver.h',
507 'shell/network_delegate.cc',
508 'shell/network_delegate.h',
509 'shell/out_of_process_dynamic_service_runner.cc', 510 'shell/out_of_process_dynamic_service_runner.cc',
510 'shell/out_of_process_dynamic_service_runner.h', 511 'shell/out_of_process_dynamic_service_runner.h',
511 'shell/run.cc', 512 'shell/run.cc',
512 'shell/run.h', 513 'shell/run.h',
513 'shell/storage.cc',
514 'shell/storage.h',
515 'shell/switches.cc', 514 'shell/switches.cc',
516 'shell/switches.h', 515 'shell/switches.h',
517 'shell/task_runners.cc', 516 'shell/task_runners.cc',
518 'shell/task_runners.h', 517 'shell/task_runners.h',
519 'shell/test_child_process.cc', 518 'shell/test_child_process.cc',
520 'shell/test_child_process.h', 519 'shell/test_child_process.h',
521 'shell/url_request_context_getter.cc',
522 'shell/url_request_context_getter.h',
523 'shell/view_manager_loader.cc', 520 'shell/view_manager_loader.cc',
524 'shell/view_manager_loader.h', 521 'shell/view_manager_loader.h',
525 ], 522 ],
526 'conditions': [ 523 'conditions': [
527 ['OS=="linux"', { 524 ['OS=="linux"', {
528 'dependencies': [ 525 'dependencies': [
529 '../build/linux/system.gyp:dbus', 526 '../build/linux/system.gyp:dbus',
530 '../dbus/dbus.gyp:dbus', 527 '../dbus/dbus.gyp:dbus',
531 ], 528 ],
532 }], 529 }],
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'aura/screen_mojo.h', 904 'aura/screen_mojo.h',
908 'aura/window_tree_host_mojo.cc', 905 'aura/window_tree_host_mojo.cc',
909 'aura/window_tree_host_mojo.h', 906 'aura/window_tree_host_mojo.h',
910 'aura/window_tree_host_mojo_delegate.h', 907 'aura/window_tree_host_mojo_delegate.h',
911 ], 908 ],
912 }, 909 },
913 ], 910 ],
914 }], 911 }],
915 ], 912 ],
916 } 913 }
OLDNEW
« no previous file with comments | « mojo/common/data_pipe_utils.cc ('k') | mojo/public/cpp/bindings/lib/connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698