OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'All', | 8 'target_name': 'All', |
9 'type': 'none', | 9 'type': 'none', |
10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 180 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
181 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 181 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
182 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', | 182 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', |
183 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 183 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
184 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 184 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
185 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 185 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
186 '../courgette/courgette.gyp:courgette_unittests', | 186 '../courgette/courgette.gyp:courgette_unittests', |
187 '../sandbox/sandbox.gyp:sbox_integration_tests', | 187 '../sandbox/sandbox.gyp:sbox_integration_tests', |
188 '../sandbox/sandbox.gyp:sbox_unittests', | 188 '../sandbox/sandbox.gyp:sbox_unittests', |
189 '../sandbox/sandbox.gyp:sbox_validation_tests', | 189 '../sandbox/sandbox.gyp:sbox_validation_tests', |
| 190 '../views/views.gyp:views_unittests', |
190 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin', | 191 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin', |
191 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. | 192 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
192 # This should: | 193 # This should: |
193 # 1) not be the case. OR. | 194 # 1) not be the case. OR. |
194 # 2) be expressed in the ui tests dependencies. | 195 # 2) be expressed in the ui tests dependencies. |
195 '../webkit/webkit.gyp:test_shell_common', | 196 '../webkit/webkit.gyp:test_shell_common', |
196 ], | 197 ], |
197 }], | 198 }], |
198 ], | 199 ], |
199 } | 200 } |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 ], # targets | 424 ], # targets |
424 }], # "chromeos==1" | 425 }], # "chromeos==1" |
425 ], # conditions | 426 ], # conditions |
426 } | 427 } |
427 | 428 |
428 # Local Variables: | 429 # Local Variables: |
429 # tab-width:2 | 430 # tab-width:2 |
430 # indent-tabs-mode:nil | 431 # indent-tabs-mode:nil |
431 # End: | 432 # End: |
432 # vim: set expandtab tabstop=2 shiftwidth=2: | 433 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |