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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 'type': 'static_library', | 159 'type': 'static_library', |
160 'dependencies': [ | 160 'dependencies': [ |
161 '../base/base.gyp:base', | 161 '../base/base.gyp:base', |
162 '../base/base.gyp:base_static', | 162 '../base/base.gyp:base_static', |
163 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 163 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
164 '../net/net.gyp:net', | 164 '../net/net.gyp:net', |
165 '../url/url.gyp:url_lib', | 165 '../url/url.gyp:url_lib', |
166 'mojo_base.gyp:mojo_application_bindings', | 166 'mojo_base.gyp:mojo_application_bindings', |
167 'mojo_base.gyp:mojo_common_lib', | 167 'mojo_base.gyp:mojo_common_lib', |
168 'mojo_base.gyp:mojo_system_impl', | 168 'mojo_base.gyp:mojo_system_impl', |
169 'mojo_base.gyp:mojo_application', | 169 'mojo_base.gyp:mojo_application_chromium', |
170 'mojo_external_service_bindings', | 170 'mojo_external_service_bindings', |
171 'mojo_gles2_impl', | 171 'mojo_gles2_impl', |
172 'mojo_native_viewport_service', | 172 'mojo_native_viewport_service', |
173 'mojo_network_bindings', | 173 'mojo_network_bindings', |
174 'mojo_service_manager', | 174 'mojo_service_manager', |
175 'mojo_spy', | 175 'mojo_spy', |
176 ], | 176 ], |
177 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 177 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
178 'sources': [ | 178 'sources': [ |
179 'shell/app_child_process.cc', | 179 'shell/app_child_process.cc', |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_chromium', |
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/background_shell_service_loader_unittest.cc', |
376 'service_manager/service_manager_unittest.cc', | 376 'service_manager/service_manager_unittest.cc', |
377 'service_manager/test.mojom', | 377 'service_manager/test.mojom', |
378 ], | 378 ], |
379 }, | 379 }, |
380 { | 380 { |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 }], | 450 }], |
451 ['OS=="linux"', { | 451 ['OS=="linux"', { |
452 'targets': [ | 452 'targets': [ |
453 { | 453 { |
454 'target_name': 'mojo_dbus_service', | 454 'target_name': 'mojo_dbus_service', |
455 'type': 'static_library', | 455 'type': 'static_library', |
456 'dependencies': [ | 456 'dependencies': [ |
457 '../base/base.gyp:base', | 457 '../base/base.gyp:base', |
458 '../build/linux/system.gyp:dbus', | 458 '../build/linux/system.gyp:dbus', |
459 '../dbus/dbus.gyp:dbus', | 459 '../dbus/dbus.gyp:dbus', |
460 'mojo_base.gyp:mojo_application', | 460 'mojo_base.gyp:mojo_application_chromium', |
461 'mojo_base.gyp:mojo_common_lib', | 461 'mojo_base.gyp:mojo_common_lib', |
462 'mojo_base.gyp:mojo_system_impl', | 462 'mojo_base.gyp:mojo_system_impl', |
463 'mojo_external_service_bindings', | 463 'mojo_external_service_bindings', |
464 ], | 464 ], |
465 'sources': [ | 465 'sources': [ |
466 'dbus/dbus_external_service.h', | 466 'dbus/dbus_external_service.h', |
467 'dbus/dbus_external_service.cc', | 467 'dbus/dbus_external_service.cc', |
468 ], | 468 ], |
469 }, | 469 }, |
470 ], | 470 ], |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
543 'views/views_init_internal.h', | 543 'views/views_init_internal.h', |
544 ], | 544 ], |
545 'defines': [ | 545 'defines': [ |
546 'MOJO_VIEWS_IMPLEMENTATION', | 546 'MOJO_VIEWS_IMPLEMENTATION', |
547 ], | 547 ], |
548 }, | 548 }, |
549 ], | 549 ], |
550 }], | 550 }], |
551 ], | 551 ], |
552 } | 552 } |
OLD | NEW |