Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: build/all.gyp

Issue 1621007: Build selenium tests on the bots. This test is running on the webkit.org xp ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'target_name': 'chromium_builder', 195 'target_name': 'chromium_builder',
196 'type': 'none', 196 'type': 'none',
197 'dependencies': [ 197 'dependencies': [
198 '../app/app.gyp:app_unittests', 198 '../app/app.gyp:app_unittests',
199 '../chrome/chrome.gyp:browser_tests', 199 '../chrome/chrome.gyp:browser_tests',
200 '../chrome/chrome.gyp:interactive_ui_tests', 200 '../chrome/chrome.gyp:interactive_ui_tests',
201 '../chrome/chrome.gyp:memory_test', 201 '../chrome/chrome.gyp:memory_test',
202 '../chrome/chrome.gyp:nacl_ui_tests', 202 '../chrome/chrome.gyp:nacl_ui_tests',
203 '../chrome/chrome.gyp:page_cycler_tests', 203 '../chrome/chrome.gyp:page_cycler_tests',
204 '../chrome/chrome.gyp:plugin_tests', 204 '../chrome/chrome.gyp:plugin_tests',
205 '../chrome/chrome.gyp:selenium_tests',
205 '../chrome/chrome.gyp:startup_tests', 206 '../chrome/chrome.gyp:startup_tests',
206 '../chrome/chrome.gyp:sync_unit_tests', 207 '../chrome/chrome.gyp:sync_unit_tests',
207 '../chrome/chrome.gyp:tab_switching_test', 208 '../chrome/chrome.gyp:tab_switching_test',
208 '../chrome/chrome.gyp:ui_tests', 209 '../chrome/chrome.gyp:ui_tests',
209 '../chrome/chrome.gyp:unit_tests', 210 '../chrome/chrome.gyp:unit_tests',
210 '../chrome/chrome.gyp:url_fetch_test', 211 '../chrome/chrome.gyp:url_fetch_test',
211 '../chrome/installer/installer.gyp:installer_util_unittests', 212 '../chrome/installer/installer.gyp:installer_util_unittests',
212 '../chrome/installer/installer.gyp:mini_installer_test', 213 '../chrome/installer/installer.gyp:mini_installer_test',
213 # mini_installer_tests depends on mini_installer. This should be 214 # mini_installer_tests depends on mini_installer. This should be
214 # defined in installer.gyp. 215 # defined in installer.gyp.
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 ], # targets 291 ], # targets
291 }], # "chromeos==1" 292 }], # "chromeos==1"
292 ], # conditions 293 ], # conditions
293 } 294 }
294 295
295 # Local Variables: 296 # Local Variables:
296 # tab-width:2 297 # tab-width:2
297 # indent-tabs-mode:nil 298 # indent-tabs-mode:nil
298 # End: 299 # End:
299 # vim: set expandtab tabstop=2 shiftwidth=2: 300 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698