| 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 'mojo_gles2_impl', | 388 'mojo_gles2_impl', |
| 389 'mojo_service_manager', | 389 'mojo_service_manager', |
| 390 'mojo_shell_bindings', | 390 'mojo_shell_bindings', |
| 391 'mojo_system', | 391 'mojo_system', |
| 392 'mojo_system_impl', | 392 'mojo_system_impl', |
| 393 'mojo_native_viewport_service', | 393 'mojo_native_viewport_service', |
| 394 ], | 394 ], |
| 395 'variables': { | 395 'variables': { |
| 396 'mojom_base_output_dir': 'mojo', | 396 'mojom_base_output_dir': 'mojo', |
| 397 }, | 397 }, |
| 398 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], | 398 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 399 'sources': [ | 399 'sources': [ |
| 400 'shell/app_child_process.cc', | 400 'shell/app_child_process.cc', |
| 401 'shell/app_child_process.h', | 401 'shell/app_child_process.h', |
| 402 'shell/app_child_process.mojom', | 402 'shell/app_child_process.mojom', |
| 403 'shell/app_child_process_host.cc', | 403 'shell/app_child_process_host.cc', |
| 404 'shell/app_child_process_host.h', | 404 'shell/app_child_process_host.h', |
| 405 'shell/child_process.cc', | 405 'shell/child_process.cc', |
| 406 'shell/child_process.h', | 406 'shell/child_process.h', |
| 407 'shell/child_process_host.cc', | 407 'shell/child_process_host.cc', |
| 408 'shell/child_process_host.h', | 408 'shell/child_process_host.h', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 'mojo_common_lib', | 466 'mojo_common_lib', |
| 467 'mojo_environment_chromium', | 467 'mojo_environment_chromium', |
| 468 'mojo_run_all_unittests', | 468 'mojo_run_all_unittests', |
| 469 'mojo_service_manager', | 469 'mojo_service_manager', |
| 470 'mojo_shell_client', | 470 'mojo_shell_client', |
| 471 'mojo_system', | 471 'mojo_system', |
| 472 ], | 472 ], |
| 473 'variables': { | 473 'variables': { |
| 474 'mojom_base_output_dir': 'mojo', | 474 'mojom_base_output_dir': 'mojo', |
| 475 }, | 475 }, |
| 476 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], | 476 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 477 'sources': [ | 477 'sources': [ |
| 478 'service_manager/service_manager_unittest.cc', | 478 'service_manager/service_manager_unittest.cc', |
| 479 'service_manager/test.mojom', | 479 'service_manager/test.mojom', |
| 480 ], | 480 ], |
| 481 }, | 481 }, |
| 482 { | 482 { |
| 483 'target_name': 'mojo_js_bindings_lib', | 483 'target_name': 'mojo_js_bindings_lib', |
| 484 'type': 'static_library', | 484 'type': 'static_library', |
| 485 'dependencies': [ | 485 'dependencies': [ |
| 486 '../base/base.gyp:base', | 486 '../base/base.gyp:base', |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 'mojo_js_unittests.isolate', | 629 'mojo_js_unittests.isolate', |
| 630 ], | 630 ], |
| 631 'sources': [ | 631 'sources': [ |
| 632 'mojo_js_unittests.isolate', | 632 'mojo_js_unittests.isolate', |
| 633 ], | 633 ], |
| 634 }, | 634 }, |
| 635 ], | 635 ], |
| 636 }], | 636 }], |
| 637 ], | 637 ], |
| 638 } | 638 } |
| OLD | NEW |