OLD | NEW |
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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 'defines': [ | 486 'defines': [ |
487 'MOJO_SERVICE_MANAGER_IMPLEMENTATION', | 487 'MOJO_SERVICE_MANAGER_IMPLEMENTATION', |
488 ], | 488 ], |
489 'dependencies': [ | 489 'dependencies': [ |
490 '../base/base.gyp:base', | 490 '../base/base.gyp:base', |
491 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 491 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
492 '../net/net.gyp:net', | 492 '../net/net.gyp:net', |
493 '../url/url.gyp:url_lib', | 493 '../url/url.gyp:url_lib', |
494 'mojo_common_lib', | 494 'mojo_common_lib', |
495 'mojo_environment_chromium', | 495 'mojo_environment_chromium', |
| 496 'mojo_network_bindings', |
496 'mojo_service_provider_bindings', | 497 'mojo_service_provider_bindings', |
497 '<(mojo_system_for_component)', | 498 '<(mojo_system_for_component)', |
498 ], | 499 ], |
499 'sources': [ | 500 'sources': [ |
500 'service_manager/background_service_loader.cc', | 501 'service_manager/background_service_loader.cc', |
501 'service_manager/background_service_loader.h', | 502 'service_manager/background_service_loader.h', |
| 503 'service_manager/service_loader.cc', |
502 'service_manager/service_loader.h', | 504 'service_manager/service_loader.h', |
503 'service_manager/service_manager.cc', | 505 'service_manager/service_manager.cc', |
504 'service_manager/service_manager.h', | 506 'service_manager/service_manager.h', |
505 'service_manager/service_manager_export.h', | 507 'service_manager/service_manager_export.h', |
506 ], | 508 ], |
507 'export_dependent_settings': [ | 509 'export_dependent_settings': [ |
508 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 510 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
509 'mojo_service_provider_bindings', | 511 'mojo_service_provider_bindings', |
510 ], | 512 ], |
511 }, | 513 }, |
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } |
OLD | NEW |