| 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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 '../base/base.gyp:base_unittests', | 468 '../base/base.gyp:base_unittests', |
| 469 '../chrome/browser/chromeos/input_method/candidate_window.gyp:candid
ate_window', | 469 '../chrome/browser/chromeos/input_method/candidate_window.gyp:candid
ate_window', |
| 470 '../chrome/chrome.gyp:browser_tests', | 470 '../chrome/chrome.gyp:browser_tests', |
| 471 '../chrome/chrome.gyp:chrome', | 471 '../chrome/chrome.gyp:chrome', |
| 472 '../chrome/chrome.gyp:interactive_ui_tests', | 472 '../chrome/chrome.gyp:interactive_ui_tests', |
| 473 '../chrome/chrome.gyp:memory_test', | 473 '../chrome/chrome.gyp:memory_test', |
| 474 '../chrome/chrome.gyp:page_cycler_tests', | 474 '../chrome/chrome.gyp:page_cycler_tests', |
| 475 '../chrome/chrome.gyp:safe_browsing_tests', | 475 '../chrome/chrome.gyp:safe_browsing_tests', |
| 476 '../chrome/chrome.gyp:startup_tests', | 476 '../chrome/chrome.gyp:startup_tests', |
| 477 '../chrome/chrome.gyp:sync_unit_tests', | 477 '../chrome/chrome.gyp:sync_unit_tests', |
| 478 '../chrome/chrome.gyp:sync_integration_tests', |
| 478 '../chrome/chrome.gyp:tab_switching_test', | 479 '../chrome/chrome.gyp:tab_switching_test', |
| 479 '../chrome/chrome.gyp:ui_tests', | 480 '../chrome/chrome.gyp:ui_tests', |
| 480 '../chrome/chrome.gyp:unit_tests', | 481 '../chrome/chrome.gyp:unit_tests', |
| 481 '../chrome/chrome.gyp:url_fetch_test', | 482 '../chrome/chrome.gyp:url_fetch_test', |
| 482 '../ui/ui.gyp:gfx_unittests', | 483 '../ui/ui.gyp:gfx_unittests', |
| 483 '../ipc/ipc.gyp:ipc_tests', | 484 '../ipc/ipc.gyp:ipc_tests', |
| 484 '../jingle/jingle.gyp:notifier_unit_tests', | 485 '../jingle/jingle.gyp:notifier_unit_tests', |
| 485 '../media/media.gyp:ffmpeg_tests', | 486 '../media/media.gyp:ffmpeg_tests', |
| 486 '../media/media.gyp:media_unittests', | 487 '../media/media.gyp:media_unittests', |
| 487 '../media/media.gyp:omx_test', | 488 '../media/media.gyp:omx_test', |
| 488 '../net/net.gyp:net_unittests', | 489 '../net/net.gyp:net_unittests', |
| 489 '../printing/printing.gyp:printing_unittests', | 490 '../printing/printing.gyp:printing_unittests', |
| 490 '../remoting/remoting.gyp:remoting_unittests', | 491 '../remoting/remoting.gyp:remoting_unittests', |
| 491 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 492 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 492 '../views/views.gyp:views_unittests', | 493 '../views/views.gyp:views_unittests', |
| 493 'temp_gyp/googleurl.gyp:googleurl_unittests', | 494 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 494 ], | 495 ], |
| 495 }, | 496 }, |
| 496 ], # targets | 497 ], # targets |
| 497 }], # "chromeos==1" | 498 }], # "chromeos==1" |
| 498 ], # conditions | 499 ], # conditions |
| 499 } | 500 } |
| 500 | 501 |
| 501 # Local Variables: | 502 # Local Variables: |
| 502 # tab-width:2 | 503 # tab-width:2 |
| 503 # indent-tabs-mode:nil | 504 # indent-tabs-mode:nil |
| 504 # End: | 505 # End: |
| 505 # vim: set expandtab tabstop=2 shiftwidth=2: | 506 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |