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

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: updates 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
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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 ], 321 ],
322 'export_dependent_settings': [ 322 'export_dependent_settings': [
323 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 323 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
324 'mojo_system_impl', 324 'mojo_system_impl',
325 ], 325 ],
326 'sources': [ 326 'sources': [
327 'common/channel_init.cc', 327 'common/channel_init.cc',
328 'common/channel_init.h', 328 'common/channel_init.h',
329 'common/common_type_converters.cc', 329 'common/common_type_converters.cc',
330 'common/common_type_converters.h', 330 'common/common_type_converters.h',
331 'common/data_pipe_utils.cc',
332 'common/data_pipe_utils.h',
331 'common/environment_data.cc', 333 'common/environment_data.cc',
332 'common/environment_data.h', 334 'common/environment_data.h',
333 'common/handle_watcher.cc', 335 'common/handle_watcher.cc',
334 'common/handle_watcher.h', 336 'common/handle_watcher.h',
335 'common/message_pump_mojo.cc', 337 'common/message_pump_mojo.cc',
336 'common/message_pump_mojo.h', 338 'common/message_pump_mojo.h',
337 'common/message_pump_mojo_handler.h', 339 'common/message_pump_mojo_handler.h',
338 'common/time_helper.cc', 340 'common/time_helper.cc',
339 'common/time_helper.h', 341 'common/time_helper.h',
340 ], 342 ],
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 'target_name': 'mojo_shell_lib', 466 'target_name': 'mojo_shell_lib',
465 'type': 'static_library', 467 'type': 'static_library',
466 'dependencies': [ 468 'dependencies': [
467 '../base/base.gyp:base', 469 '../base/base.gyp:base',
468 '../base/base.gyp:base_static', 470 '../base/base.gyp:base_static',
469 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 471 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
470 '../net/net.gyp:net', 472 '../net/net.gyp:net',
471 '../url/url.gyp:url_lib', 473 '../url/url.gyp:url_lib',
472 'mojo_external_service_bindings', 474 'mojo_external_service_bindings',
473 'mojo_gles2_impl', 475 'mojo_gles2_impl',
476 'mojo_native_viewport_service',
477 'mojo_network_bindings',
474 'mojo_service_manager', 478 'mojo_service_manager',
475 'mojo_service_provider_bindings', 479 'mojo_service_provider_bindings',
480 'mojo_spy',
476 'mojo_system_impl', 481 'mojo_system_impl',
477 'mojo_native_viewport_service',
478 'mojo_spy',
479 ], 482 ],
480 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 483 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
481 'sources': [ 484 'sources': [
482 'shell/app_child_process.cc', 485 'shell/app_child_process.cc',
483 'shell/app_child_process.h', 486 'shell/app_child_process.h',
484 'shell/app_child_process.mojom', 487 'shell/app_child_process.mojom',
485 'shell/app_child_process_host.cc', 488 'shell/app_child_process_host.cc',
486 'shell/app_child_process_host.h', 489 'shell/app_child_process_host.h',
487 'shell/child_process.cc', 490 'shell/child_process.cc',
488 'shell/child_process.h', 491 'shell/child_process.h',
489 'shell/child_process_host.cc', 492 'shell/child_process_host.cc',
490 'shell/child_process_host.h', 493 'shell/child_process_host.h',
491 'shell/context.cc', 494 'shell/context.cc',
492 'shell/context.h', 495 'shell/context.h',
493 'shell/dbus_service_loader_linux.cc', 496 'shell/dbus_service_loader_linux.cc',
494 'shell/dbus_service_loader_linux.h', 497 'shell/dbus_service_loader_linux.h',
495 'shell/dynamic_service_loader.cc', 498 'shell/dynamic_service_loader.cc',
496 'shell/dynamic_service_loader.h', 499 'shell/dynamic_service_loader.h',
497 'shell/dynamic_service_runner.h', 500 'shell/dynamic_service_runner.h',
498 'shell/init.cc', 501 'shell/init.cc',
499 'shell/init.h', 502 'shell/init.h',
500 'shell/in_process_dynamic_service_runner.cc', 503 'shell/in_process_dynamic_service_runner.cc',
501 'shell/in_process_dynamic_service_runner.h', 504 'shell/in_process_dynamic_service_runner.h',
502 'shell/keep_alive.cc', 505 'shell/keep_alive.cc',
503 'shell/keep_alive.h', 506 'shell/keep_alive.h',
504 'shell/loader.cc', 507 'shell/mojo_url_resolver.cc',
505 'shell/loader.h', 508 'shell/mojo_url_resolver.h',
506 'shell/network_delegate.cc',
507 'shell/network_delegate.h',
508 'shell/out_of_process_dynamic_service_runner.cc', 509 'shell/out_of_process_dynamic_service_runner.cc',
509 'shell/out_of_process_dynamic_service_runner.h', 510 'shell/out_of_process_dynamic_service_runner.h',
510 'shell/run.cc', 511 'shell/run.cc',
511 'shell/run.h', 512 'shell/run.h',
512 'shell/storage.cc',
513 'shell/storage.h',
514 'shell/switches.cc', 513 'shell/switches.cc',
515 'shell/switches.h', 514 'shell/switches.h',
516 'shell/task_runners.cc', 515 'shell/task_runners.cc',
517 'shell/task_runners.h', 516 'shell/task_runners.h',
518 'shell/test_child_process.cc', 517 'shell/test_child_process.cc',
519 'shell/test_child_process.h', 518 'shell/test_child_process.h',
520 'shell/url_request_context_getter.cc',
521 'shell/url_request_context_getter.h',
522 'shell/view_manager_loader.cc', 519 'shell/view_manager_loader.cc',
523 'shell/view_manager_loader.h', 520 'shell/view_manager_loader.h',
524 ], 521 ],
525 'conditions': [ 522 'conditions': [
526 ['OS=="linux"', { 523 ['OS=="linux"', {
527 'dependencies': [ 524 'dependencies': [
528 '../build/linux/system.gyp:dbus', 525 '../build/linux/system.gyp:dbus',
529 '../dbus/dbus.gyp:dbus', 526 '../dbus/dbus.gyp:dbus',
530 ], 527 ],
531 }], 528 }],
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 'aura/screen_mojo.cc', 902 'aura/screen_mojo.cc',
906 'aura/screen_mojo.h', 903 'aura/screen_mojo.h',
907 'aura/window_tree_host_mojo.cc', 904 'aura/window_tree_host_mojo.cc',
908 'aura/window_tree_host_mojo.h', 905 'aura/window_tree_host_mojo.h',
909 ], 906 ],
910 }, 907 },
911 ], 908 ],
912 }], 909 }],
913 ], 910 ],
914 } 911 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698