| 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 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 667 ], | 667 ], |
| 668 }, | 668 }, |
| 669 { | 669 { |
| 670 'target_name': 'mojo_shell_tests', | 670 'target_name': 'mojo_shell_tests', |
| 671 'type': '<(gtest_target_type)', | 671 'type': '<(gtest_target_type)', |
| 672 'dependencies': [ | 672 'dependencies': [ |
| 673 '../base/base.gyp:base', | 673 '../base/base.gyp:base', |
| 674 '../base/base.gyp:base_i18n', | 674 '../base/base.gyp:base_i18n', |
| 675 '../base/base.gyp:test_support_base', | 675 '../base/base.gyp:test_support_base', |
| 676 '../testing/gtest.gyp:gtest', | 676 '../testing/gtest.gyp:gtest', |
| 677 '../net/net.gyp:net_test_support', |
| 677 # TODO(vtl): We don't currently need this, but I imagine we will soon. | 678 # TODO(vtl): We don't currently need this, but I imagine we will soon. |
| 678 # '../ui/gl/gl.gyp:gl', | 679 # '../ui/gl/gl.gyp:gl', |
| 679 '../url/url.gyp:url_lib', | 680 '../url/url.gyp:url_lib', |
| 680 'mojo_common_lib', | 681 'mojo_common_lib', |
| 681 'mojo_environment_chromium', | 682 'mojo_environment_chromium', |
| 682 'mojo_service_manager', | 683 'mojo_service_manager', |
| 683 'mojo_shell_lib', | 684 'mojo_shell_lib', |
| 684 'mojo_system_impl', | 685 'mojo_system_impl', |
| 685 'mojo_test_app', | 686 'mojo_test_app', |
| 686 'mojo_test_request_tracker_app', | 687 'mojo_test_request_tracker_app', |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1059 'views/views_init_internal.h', | 1060 'views/views_init_internal.h', |
| 1060 ], | 1061 ], |
| 1061 'defines': [ | 1062 'defines': [ |
| 1062 'MOJO_VIEWS_IMPLEMENTATION', | 1063 'MOJO_VIEWS_IMPLEMENTATION', |
| 1063 ], | 1064 ], |
| 1064 }, | 1065 }, |
| 1065 ], | 1066 ], |
| 1066 }], | 1067 }], |
| 1067 ], | 1068 ], |
| 1068 } | 1069 } |
| OLD | NEW |