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

Side by Side Diff: build/all.gyp

Issue 1508023: Add interactive ui tests to the chromeos builder. (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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'sources': [ 259 'sources': [
260 # TODO(bradnelson): This is here to work around gyp issue 137. 260 # TODO(bradnelson): This is here to work around gyp issue 137.
261 # Remove this sources list when that issue has been fixed. 261 # Remove this sources list when that issue has been fixed.
262 'all.gyp', 262 'all.gyp',
263 ], 263 ],
264 'dependencies': [ 264 'dependencies': [
265 '../app/app.gyp:app_unittests', 265 '../app/app.gyp:app_unittests',
266 '../base/base.gyp:base_unittests', 266 '../base/base.gyp:base_unittests',
267 '../chrome/chrome.gyp:browser_tests', 267 '../chrome/chrome.gyp:browser_tests',
268 '../chrome/chrome.gyp:chrome', 268 '../chrome/chrome.gyp:chrome',
269 '../chrome/chrome.gyp:interactive_ui_tests',
269 '../chrome/chrome.gyp:memory_test', 270 '../chrome/chrome.gyp:memory_test',
270 '../chrome/chrome.gyp:page_cycler_tests', 271 '../chrome/chrome.gyp:page_cycler_tests',
271 '../chrome/chrome.gyp:startup_tests', 272 '../chrome/chrome.gyp:startup_tests',
272 '../chrome/chrome.gyp:tab_switching_test', 273 '../chrome/chrome.gyp:tab_switching_test',
273 '../chrome/chrome.gyp:ui_tests', 274 '../chrome/chrome.gyp:ui_tests',
274 '../chrome/chrome.gyp:unit_tests', 275 '../chrome/chrome.gyp:unit_tests',
275 '../chrome/chrome.gyp:url_fetch_test', 276 '../chrome/chrome.gyp:url_fetch_test',
276 '../gfx/gfx.gyp:gfx_unittests', 277 '../gfx/gfx.gyp:gfx_unittests',
277 '../ipc/ipc.gyp:ipc_tests', 278 '../ipc/ipc.gyp:ipc_tests',
278 '../media/media.gyp:ffmpeg_tests', 279 '../media/media.gyp:ffmpeg_tests',
(...skipping 10 matching lines...) Expand all
289 ], # targets 290 ], # targets
290 }], # "chromeos==1" 291 }], # "chromeos==1"
291 ], # conditions 292 ], # conditions
292 } 293 }
293 294
294 # Local Variables: 295 # Local Variables:
295 # tab-width:2 296 # tab-width:2
296 # indent-tabs-mode:nil 297 # indent-tabs-mode:nil
297 # End: 298 # End:
298 # vim: set expandtab tabstop=2 shiftwidth=2: 299 # 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