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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 '../chrome/chrome.gyp:page_cycler_tests', | 403 '../chrome/chrome.gyp:page_cycler_tests', |
404 '../chrome/chrome.gyp:policy_templates', | 404 '../chrome/chrome.gyp:policy_templates', |
405 '../chrome/chrome.gyp:pyautolib', | 405 '../chrome/chrome.gyp:pyautolib', |
406 '../chrome/chrome.gyp:reliability_tests', | 406 '../chrome/chrome.gyp:reliability_tests', |
407 '../chrome/chrome.gyp:startup_tests', | 407 '../chrome/chrome.gyp:startup_tests', |
408 '../chrome/chrome.gyp:automated_ui_tests', | 408 '../chrome/chrome.gyp:automated_ui_tests', |
409 '../chrome/installer/mini_installer.gyp:mini_installer', | 409 '../chrome/installer/mini_installer.gyp:mini_installer', |
410 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 410 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
411 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 411 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
412 '../courgette/courgette.gyp:courgette', | 412 '../courgette/courgette.gyp:courgette', |
| 413 '../courgette/courgette.gyp:courgette64', |
413 '../third_party/adobe/flash/flash_player.gyp:flash_player', | 414 '../third_party/adobe/flash/flash_player.gyp:flash_player', |
414 '../webkit/webkit.gyp:test_shell', | 415 '../webkit/webkit.gyp:test_shell', |
415 ], | 416 ], |
416 'conditions': [ | 417 'conditions': [ |
417 ['internal_pdf', { | 418 ['internal_pdf', { |
418 'dependencies': [ | 419 'dependencies': [ |
419 '../pdf/pdf.gyp:pdf', | 420 '../pdf/pdf.gyp:pdf', |
420 ], | 421 ], |
421 }], # internal_pdf | 422 }], # internal_pdf |
422 ] | 423 ] |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 |