| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 'mojo_public_utility_unittests', | 54 'mojo_public_utility_unittests', |
| 55 'mojo_sample_app', | 55 'mojo_sample_app', |
| 56 'mojo_service_manager', | 56 'mojo_service_manager', |
| 57 'mojo_service_manager_unittests', | 57 'mojo_service_manager_unittests', |
| 58 'mojo_shell', | 58 'mojo_shell', |
| 59 'mojo_shell_lib', | 59 'mojo_shell_lib', |
| 60 'mojo_shell_tests', | 60 'mojo_shell_tests', |
| 61 'mojo_system', | 61 'mojo_system', |
| 62 'mojo_system_impl', | 62 'mojo_system_impl', |
| 63 'mojo_system_unittests', | 63 'mojo_system_unittests', |
| 64 'mojo_test_service', | 64 'mojo_test_app', |
| 65 'mojo_test_monitoring_app', |
| 65 'mojo_utility', | 66 'mojo_utility', |
| 66 'mojo_view_manager_lib', | 67 'mojo_view_manager_lib', |
| 67 'mojo_view_manager_lib_unittests', | 68 'mojo_view_manager_lib_unittests', |
| 68 'mojo_wget', | 69 'mojo_wget', |
| 69 ], | 70 ], |
| 70 'conditions': [ | 71 'conditions': [ |
| 71 ['use_aura==1', { | 72 ['use_aura==1', { |
| 72 'dependencies': [ | 73 'dependencies': [ |
| 73 'mojo_aura_demo', | 74 'mojo_aura_demo', |
| 74 'mojo_aura_demo_init', | 75 'mojo_aura_demo_init', |
| (...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 '../base/base.gyp:test_support_base', | 605 '../base/base.gyp:test_support_base', |
| 605 '../testing/gtest.gyp:gtest', | 606 '../testing/gtest.gyp:gtest', |
| 606 # TODO(vtl): We don't currently need this, but I imagine we will soon. | 607 # TODO(vtl): We don't currently need this, but I imagine we will soon. |
| 607 # '../ui/gl/gl.gyp:gl', | 608 # '../ui/gl/gl.gyp:gl', |
| 608 '../url/url.gyp:url_lib', | 609 '../url/url.gyp:url_lib', |
| 609 'mojo_common_lib', | 610 'mojo_common_lib', |
| 610 'mojo_environment_chromium', | 611 'mojo_environment_chromium', |
| 611 'mojo_service_manager', | 612 'mojo_service_manager', |
| 612 'mojo_shell_lib', | 613 'mojo_shell_lib', |
| 613 'mojo_system_impl', | 614 'mojo_system_impl', |
| 614 'mojo_test_service', | 615 'mojo_test_app', |
| 616 'mojo_test_monitoring_app', |
| 615 'mojo_test_service_bindings', | 617 'mojo_test_service_bindings', |
| 616 ], | 618 ], |
| 617 'sources': [ | 619 'sources': [ |
| 618 'shell/child_process_host_unittest.cc', | 620 'shell/child_process_host_unittest.cc', |
| 619 'shell/shell_test_base.cc', | 621 'shell/shell_test_base.cc', |
| 620 'shell/shell_test_base.h', | 622 'shell/shell_test_base.h', |
| 621 'shell/shell_test_base_unittest.cc', | 623 'shell/shell_test_base_unittest.cc', |
| 622 'shell/shell_test_main.cc', | 624 'shell/shell_test_main.cc', |
| 623 ], | 625 ], |
| 624 'conditions': [ | 626 'conditions': [ |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 984 'views/views_init_internal.h', | 986 'views/views_init_internal.h', |
| 985 ], | 987 ], |
| 986 'defines': [ | 988 'defines': [ |
| 987 'MOJO_VIEWS_IMPLEMENTATION', | 989 'MOJO_VIEWS_IMPLEMENTATION', |
| 988 ], | 990 ], |
| 989 }, | 991 }, |
| 990 ], | 992 ], |
| 991 }], | 993 }], |
| 992 ], | 994 ], |
| 993 } | 995 } |
| OLD | NEW |