| 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 '../base/base.gyp:base', | 337 '../base/base.gyp:base', |
| 338 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 338 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 339 '../net/net.gyp:net', | 339 '../net/net.gyp:net', |
| 340 '../url/url.gyp:url_lib', | 340 '../url/url.gyp:url_lib', |
| 341 'mojo_base.gyp:mojo_common_lib', | 341 'mojo_base.gyp:mojo_common_lib', |
| 342 'mojo_base.gyp:mojo_environment_chromium', | 342 'mojo_base.gyp:mojo_environment_chromium', |
| 343 'mojo_base.gyp:mojo_service_provider_bindings', | 343 'mojo_base.gyp:mojo_service_provider_bindings', |
| 344 '<(mojo_system_for_component)', | 344 '<(mojo_system_for_component)', |
| 345 ], | 345 ], |
| 346 'sources': [ | 346 'sources': [ |
| 347 'service_manager/background_service_loader.cc', | 347 'service_manager/background_shell_service_loader.cc', |
| 348 'service_manager/background_service_loader.h', | 348 'service_manager/background_shell_service_loader.h', |
| 349 'service_manager/service_loader.h', | 349 'service_manager/service_loader.h', |
| 350 'service_manager/service_manager.cc', | 350 'service_manager/service_manager.cc', |
| 351 'service_manager/service_manager.h', | 351 'service_manager/service_manager.h', |
| 352 'service_manager/service_manager_export.h', | 352 'service_manager/service_manager_export.h', |
| 353 ], | 353 ], |
| 354 'export_dependent_settings': [ | 354 'export_dependent_settings': [ |
| 355 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 355 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 356 'mojo_base.gyp:mojo_service_provider_bindings', | 356 'mojo_base.gyp:mojo_service_provider_bindings', |
| 357 ], | 357 ], |
| 358 }, | 358 }, |
| 359 { | 359 { |
| 360 'target_name': 'mojo_service_manager_unittests', | 360 'target_name': 'mojo_service_manager_unittests', |
| 361 'type': 'executable', | 361 'type': 'executable', |
| 362 'dependencies': [ | 362 'dependencies': [ |
| 363 '../base/base.gyp:base', | 363 '../base/base.gyp:base', |
| 364 '../testing/gtest.gyp:gtest', | 364 '../testing/gtest.gyp:gtest', |
| 365 '../url/url.gyp:url_lib', | 365 '../url/url.gyp:url_lib', |
| 366 'mojo_base.gyp:mojo_common_lib', | 366 'mojo_base.gyp:mojo_common_lib', |
| 367 'mojo_base.gyp:mojo_cpp_bindings', | 367 'mojo_base.gyp:mojo_cpp_bindings', |
| 368 'mojo_base.gyp:mojo_environment_chromium', | 368 'mojo_base.gyp:mojo_environment_chromium', |
| 369 'mojo_base.gyp:mojo_run_all_unittests', | 369 'mojo_base.gyp:mojo_run_all_unittests', |
| 370 'mojo_base.gyp:mojo_application', | 370 'mojo_base.gyp:mojo_application', |
| 371 'mojo_service_manager', | 371 'mojo_service_manager', |
| 372 ], | 372 ], |
| 373 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 373 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 374 'sources': [ | 374 'sources': [ |
| 375 'service_manager/background_shell_service_loader_unittest.cc', |
| 375 'service_manager/service_manager_unittest.cc', | 376 'service_manager/service_manager_unittest.cc', |
| 376 'service_manager/test.mojom', | 377 'service_manager/test.mojom', |
| 377 ], | 378 ], |
| 378 }, | 379 }, |
| 379 { | 380 { |
| 380 # GN version: //mojo/cc | 381 # GN version: //mojo/cc |
| 381 'target_name': 'mojo_cc_support', | 382 'target_name': 'mojo_cc_support', |
| 382 'type': 'static_library', | 383 'type': 'static_library', |
| 383 'dependencies': [ | 384 'dependencies': [ |
| 384 '../base/base.gyp:base', | 385 '../base/base.gyp:base', |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 'views/views_init_internal.h', | 543 'views/views_init_internal.h', |
| 543 ], | 544 ], |
| 544 'defines': [ | 545 'defines': [ |
| 545 'MOJO_VIEWS_IMPLEMENTATION', | 546 'MOJO_VIEWS_IMPLEMENTATION', |
| 546 ], | 547 ], |
| 547 }, | 548 }, |
| 548 ], | 549 ], |
| 549 }], | 550 }], |
| 550 ], | 551 ], |
| 551 } | 552 } |
| OLD | NEW |