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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 ], | 654 ], |
655 }, | 655 }, |
656 { | 656 { |
657 'target_name': 'mojo_shell_tests', | 657 'target_name': 'mojo_shell_tests', |
658 'type': '<(gtest_target_type)', | 658 'type': '<(gtest_target_type)', |
659 'dependencies': [ | 659 'dependencies': [ |
660 '../base/base.gyp:base', | 660 '../base/base.gyp:base', |
661 '../base/base.gyp:base_i18n', | 661 '../base/base.gyp:base_i18n', |
662 '../base/base.gyp:test_support_base', | 662 '../base/base.gyp:test_support_base', |
663 '../testing/gtest.gyp:gtest', | 663 '../testing/gtest.gyp:gtest', |
| 664 '../net/net.gyp:net_test_support', |
664 # TODO(vtl): We don't currently need this, but I imagine we will soon. | 665 # TODO(vtl): We don't currently need this, but I imagine we will soon. |
665 # '../ui/gl/gl.gyp:gl', | 666 # '../ui/gl/gl.gyp:gl', |
666 '../url/url.gyp:url_lib', | 667 '../url/url.gyp:url_lib', |
667 'mojo_common_lib', | 668 'mojo_common_lib', |
668 'mojo_environment_chromium', | 669 'mojo_environment_chromium', |
669 'mojo_service_manager', | 670 'mojo_service_manager', |
670 'mojo_shell_lib', | 671 'mojo_shell_lib', |
671 'mojo_system_impl', | 672 'mojo_system_impl', |
672 'mojo_test_app', | 673 'mojo_test_app', |
673 'mojo_test_request_tracker_app', | 674 'mojo_test_request_tracker_app', |
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1046 'views/views_init_internal.h', | 1047 'views/views_init_internal.h', |
1047 ], | 1048 ], |
1048 'defines': [ | 1049 'defines': [ |
1049 'MOJO_VIEWS_IMPLEMENTATION', | 1050 'MOJO_VIEWS_IMPLEMENTATION', |
1050 ], | 1051 ], |
1051 }, | 1052 }, |
1052 ], | 1053 ], |
1053 }], | 1054 }], |
1054 ], | 1055 ], |
1055 } | 1056 } |
OLD | NEW |