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

Side by Side Diff: build/all.gyp

Issue 6347011: Build the views unittests in the builder targer. Also fix ordering. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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) 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 '../chrome/chrome.gyp:startup_tests', 337 '../chrome/chrome.gyp:startup_tests',
338 '../chrome/chrome.gyp:sync_integration_tests', 338 '../chrome/chrome.gyp:sync_integration_tests',
339 '../chrome/chrome.gyp:sync_unit_tests', 339 '../chrome/chrome.gyp:sync_unit_tests',
340 '../chrome/chrome.gyp:tab_switching_test', 340 '../chrome/chrome.gyp:tab_switching_test',
341 '../chrome/chrome.gyp:ui_tests', 341 '../chrome/chrome.gyp:ui_tests',
342 '../chrome/chrome.gyp:unit_tests', 342 '../chrome/chrome.gyp:unit_tests',
343 '../chrome/chrome.gyp:url_fetch_test', 343 '../chrome/chrome.gyp:url_fetch_test',
344 # mini_installer_tests depends on mini_installer. This should be 344 # mini_installer_tests depends on mini_installer. This should be
345 # defined in installer.gyp. 345 # defined in installer.gyp.
346 '../chrome/installer/mini_installer.gyp:mini_installer', 346 '../chrome/installer/mini_installer.gyp:mini_installer',
347 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
348 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
349 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
350 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
351 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
352 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
347 '../courgette/courgette.gyp:courgette_unittests', 353 '../courgette/courgette.gyp:courgette_unittests',
348 '../gfx/gfx.gyp:gfx_unittests', 354 '../gfx/gfx.gyp:gfx_unittests',
349 '../gpu/gpu.gyp:gpu_unittests', 355 '../gpu/gpu.gyp:gpu_unittests',
350 '../ipc/ipc.gyp:ipc_tests', 356 '../ipc/ipc.gyp:ipc_tests',
351 '../jingle/jingle.gyp:notifier_unit_tests', 357 '../jingle/jingle.gyp:notifier_unit_tests',
352 '../media/media.gyp:media_unittests', 358 '../media/media.gyp:media_unittests',
353 '../printing/printing.gyp:printing_unittests', 359 '../printing/printing.gyp:printing_unittests',
354 '../remoting/remoting.gyp:remoting_unittests', 360 '../remoting/remoting.gyp:remoting_unittests',
355 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 361 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
356 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn', 362 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn',
363 '../views/views.gyp:views_unittests',
357 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. 364 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
358 # This should: 365 # This should:
359 # 1) not be the case. OR. 366 # 1) not be the case. OR.
360 # 2) be expressed in the ui tests dependencies. 367 # 2) be expressed in the ui tests dependencies.
361 '../webkit/webkit.gyp:test_shell_common', 368 '../webkit/webkit.gyp:test_shell_common',
362 'temp_gyp/googleurl.gyp:googleurl_unittests', 369 'temp_gyp/googleurl.gyp:googleurl_unittests',
363 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
364 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
365 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
366 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
367 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
368 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
369 ], 370 ],
370 }, 371 },
371 { 372 {
372 'target_name': 'chromium_builder_dbg_tsan_win', 373 'target_name': 'chromium_builder_dbg_tsan_win',
373 'type': 'none', 374 'type': 'none',
374 'dependencies': [ 375 'dependencies': [
375 '../app/app.gyp:app_unittests', 376 '../app/app.gyp:app_unittests',
376 # TODO(bradnelson): app_unittests should depend on locales. 377 # TODO(bradnelson): app_unittests should depend on locales.
377 # However, we can't add dependencies on chrome/ to app/ 378 # However, we can't add dependencies on chrome/ to app/
378 # See http://crbug.com/43603 379 # See http://crbug.com/43603
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 ], # targets 467 ], # targets
467 }], # "chromeos==1" 468 }], # "chromeos==1"
468 ], # conditions 469 ], # conditions
469 } 470 }
470 471
471 # Local Variables: 472 # Local Variables:
472 # tab-width:2 473 # tab-width:2
473 # indent-tabs-mode:nil 474 # indent-tabs-mode:nil
474 # End: 475 # End:
475 # vim: set expandtab tabstop=2 shiftwidth=2: 476 # 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