| 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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 'type': '<(component)', | 485 'type': '<(component)', |
| 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_content_handler_bindings', |
| 495 'mojo_environment_chromium', | 496 'mojo_environment_chromium', |
| 497 'mojo_network_bindings', |
| 496 'mojo_service_provider_bindings', | 498 'mojo_service_provider_bindings', |
| 497 '<(mojo_system_for_component)', | 499 '<(mojo_system_for_component)', |
| 498 ], | 500 ], |
| 499 'sources': [ | 501 'sources': [ |
| 500 'service_manager/background_service_loader.cc', | 502 'service_manager/background_service_loader.cc', |
| 501 'service_manager/background_service_loader.h', | 503 'service_manager/background_service_loader.h', |
| 504 'service_manager/service_loader.cc', |
| 502 'service_manager/service_loader.h', | 505 'service_manager/service_loader.h', |
| 503 'service_manager/service_manager.cc', | 506 'service_manager/service_manager.cc', |
| 504 'service_manager/service_manager.h', | 507 'service_manager/service_manager.h', |
| 505 'service_manager/service_manager_export.h', | 508 'service_manager/service_manager_export.h', |
| 506 ], | 509 ], |
| 507 'export_dependent_settings': [ | 510 'export_dependent_settings': [ |
| 508 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 511 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 509 'mojo_service_provider_bindings', | 512 'mojo_service_provider_bindings', |
| 510 ], | 513 ], |
| 511 }, | 514 }, |
| (...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1048 'views/views_init_internal.h', | 1051 'views/views_init_internal.h', |
| 1049 ], | 1052 ], |
| 1050 'defines': [ | 1053 'defines': [ |
| 1051 'MOJO_VIEWS_IMPLEMENTATION', | 1054 'MOJO_VIEWS_IMPLEMENTATION', |
| 1052 ], | 1055 ], |
| 1053 }, | 1056 }, |
| 1054 ], | 1057 ], |
| 1055 }], | 1058 }], |
| 1056 ], | 1059 ], |
| 1057 } | 1060 } |
| OLD | NEW |