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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 'target_name': 'chromeos_builder', | 431 'target_name': 'chromeos_builder', |
432 'type': 'none', | 432 'type': 'none', |
433 'sources': [ | 433 'sources': [ |
434 # TODO(bradnelson): This is here to work around gyp issue 137. | 434 # TODO(bradnelson): This is here to work around gyp issue 137. |
435 # Remove this sources list when that issue has been fixed. | 435 # Remove this sources list when that issue has been fixed. |
436 'all.gyp', | 436 'all.gyp', |
437 ], | 437 ], |
438 'dependencies': [ | 438 'dependencies': [ |
439 '../app/app.gyp:app_unittests', | 439 '../app/app.gyp:app_unittests', |
440 '../base/base.gyp:base_unittests', | 440 '../base/base.gyp:base_unittests', |
| 441 '../chrome/browser/chromeos/input_method/candidate_window.gyp:candid
ate_window', |
441 '../chrome/chrome.gyp:browser_tests', | 442 '../chrome/chrome.gyp:browser_tests', |
442 '../chrome/chrome.gyp:chrome', | 443 '../chrome/chrome.gyp:chrome', |
443 '../chrome/chrome.gyp:interactive_ui_tests', | 444 '../chrome/chrome.gyp:interactive_ui_tests', |
444 '../chrome/chrome.gyp:memory_test', | 445 '../chrome/chrome.gyp:memory_test', |
445 '../chrome/chrome.gyp:page_cycler_tests', | 446 '../chrome/chrome.gyp:page_cycler_tests', |
446 '../chrome/chrome.gyp:safe_browsing_tests', | 447 '../chrome/chrome.gyp:safe_browsing_tests', |
447 '../chrome/chrome.gyp:startup_tests', | 448 '../chrome/chrome.gyp:startup_tests', |
448 '../chrome/chrome.gyp:sync_unit_tests', | 449 '../chrome/chrome.gyp:sync_unit_tests', |
449 '../chrome/chrome.gyp:tab_switching_test', | 450 '../chrome/chrome.gyp:tab_switching_test', |
450 '../chrome/chrome.gyp:ui_tests', | 451 '../chrome/chrome.gyp:ui_tests', |
451 '../chrome/chrome.gyp:unit_tests', | 452 '../chrome/chrome.gyp:unit_tests', |
452 '../chrome/chrome.gyp:url_fetch_test', | 453 '../chrome/chrome.gyp:url_fetch_test', |
453 '../gfx/gfx.gyp:gfx_unittests', | 454 '../gfx/gfx.gyp:gfx_unittests', |
454 '../ipc/ipc.gyp:ipc_tests', | 455 '../ipc/ipc.gyp:ipc_tests', |
455 '../jingle/jingle.gyp:notifier_unit_tests', | 456 '../jingle/jingle.gyp:notifier_unit_tests', |
456 '../media/media.gyp:ffmpeg_tests', | 457 '../media/media.gyp:ffmpeg_tests', |
457 '../media/media.gyp:media_unittests', | 458 '../media/media.gyp:media_unittests', |
458 '../media/media.gyp:omx_test', | 459 '../media/media.gyp:omx_test', |
459 '../net/net.gyp:net_unittests', | 460 '../net/net.gyp:net_unittests', |
460 '../printing/printing.gyp:printing_unittests', | 461 '../printing/printing.gyp:printing_unittests', |
461 '../remoting/remoting.gyp:remoting_unittests', | 462 '../remoting/remoting.gyp:remoting_unittests', |
462 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 463 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 464 '../views/views.gyp:views_unittests', |
463 'temp_gyp/googleurl.gyp:googleurl_unittests', | 465 'temp_gyp/googleurl.gyp:googleurl_unittests', |
464 '../chrome/browser/chromeos/input_method/candidate_window.gyp:candid
ate_window', | |
465 ], | 466 ], |
466 }, | 467 }, |
467 ], # targets | 468 ], # targets |
468 }], # "chromeos==1" | 469 }], # "chromeos==1" |
469 ], # conditions | 470 ], # conditions |
470 } | 471 } |
471 | 472 |
472 # Local Variables: | 473 # Local Variables: |
473 # tab-width:2 | 474 # tab-width:2 |
474 # indent-tabs-mode:nil | 475 # indent-tabs-mode:nil |
475 # End: | 476 # End: |
476 # vim: set expandtab tabstop=2 shiftwidth=2: | 477 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |