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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 'dependencies': [ | 135 'dependencies': [ |
136 '../remoting/remoting.gyp:*', | 136 '../remoting/remoting.gyp:*', |
137 ], | 137 ], |
138 }], | 138 }], |
139 ['use_openssl!=1', { | 139 ['use_openssl!=1', { |
140 'dependencies': [ | 140 'dependencies': [ |
141 '../net/third_party/nss/ssl.gyp:*', | 141 '../net/third_party/nss/ssl.gyp:*', |
142 ], | 142 ], |
143 }], | 143 }], |
144 ], | 144 ], |
145 }, | 145 }, # target_name: All |
146 { | 146 { |
147 'target_name': 'chromium_builder_tests', | 147 'target_name': 'chromium_builder_tests', |
148 'type': 'none', | 148 'type': 'none', |
149 'dependencies': [ | 149 'dependencies': [ |
150 '../app/app.gyp:app_unittests', | 150 '../app/app.gyp:app_unittests', |
151 '../base/base.gyp:base_unittests', | 151 '../base/base.gyp:base_unittests', |
152 '../chrome/chrome.gyp:browser_tests', | 152 '../chrome/chrome.gyp:browser_tests', |
153 '../chrome/chrome.gyp:interactive_ui_tests', | 153 '../chrome/chrome.gyp:interactive_ui_tests', |
154 '../chrome/chrome.gyp:nacl_ui_tests', | 154 '../chrome/chrome.gyp:nacl_ui_tests', |
155 '../chrome/chrome.gyp:nacl_sandbox_tests', | 155 '../chrome/chrome.gyp:nacl_sandbox_tests', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 '../views/views.gyp:views_unittests', | 190 '../views/views.gyp:views_unittests', |
191 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe
tscapePlugIn', | 191 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe
tscapePlugIn', |
192 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. | 192 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
193 # This should: | 193 # This should: |
194 # 1) not be the case. OR. | 194 # 1) not be the case. OR. |
195 # 2) be expressed in the ui tests dependencies. | 195 # 2) be expressed in the ui tests dependencies. |
196 '../webkit/webkit.gyp:test_shell_common', | 196 '../webkit/webkit.gyp:test_shell_common', |
197 ], | 197 ], |
198 }], | 198 }], |
199 ], | 199 ], |
200 }, | 200 }, # target_name: chromium_builder_tests |
| 201 { |
| 202 'target_name': 'chromium_builder_perf', |
| 203 'type': 'none', |
| 204 'dependencies': [ |
| 205 '../chrome/chrome.gyp:memory_test', |
| 206 '../chrome/chrome.gyp:page_cycler_tests', |
| 207 '../chrome/chrome.gyp:plugin_tests', |
| 208 '../chrome/chrome.gyp:startup_tests', |
| 209 '../chrome/chrome.gyp:tab_switching_test', |
| 210 '../chrome/chrome.gyp:ui_tests', # needed for dromaeo, sunspider, v8 |
| 211 '../chrome/chrome.gyp:url_fetch_test', |
| 212 ], |
| 213 }, # target_name: chromium_builder_perf |
201 { | 214 { |
202 'target_name': 'chromium_gpu_builder', | 215 'target_name': 'chromium_gpu_builder', |
203 'type': 'none', | 216 'type': 'none', |
204 'dependencies': [ | 217 'dependencies': [ |
205 '../chrome/chrome.gyp:gpu_tests', | 218 '../chrome/chrome.gyp:gpu_tests', |
206 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree'
, | 219 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree'
, |
207 ], | 220 ], |
208 } | 221 } |
209 ], | 222 ], |
210 'conditions': [ | 223 'conditions': [ |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 ], # targets | 480 ], # targets |
468 }], # "chromeos==1" | 481 }], # "chromeos==1" |
469 ], # conditions | 482 ], # conditions |
470 } | 483 } |
471 | 484 |
472 # Local Variables: | 485 # Local Variables: |
473 # tab-width:2 | 486 # tab-width:2 |
474 # indent-tabs-mode:nil | 487 # indent-tabs-mode:nil |
475 # End: | 488 # End: |
476 # vim: set expandtab tabstop=2 shiftwidth=2: | 489 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |