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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 'conditions': [ | 490 'conditions': [ |
491 ['branding=="Chrome"', { | 491 ['branding=="Chrome"', { |
492 'targets': [ | 492 'targets': [ |
493 { | 493 { |
494 'target_name': 'chrome_official_builder', | 494 'target_name': 'chrome_official_builder', |
495 'type': 'none', | 495 'type': 'none', |
496 'dependencies': [ | 496 'dependencies': [ |
497 '../chrome/app/locales/locales.gyp:*', | 497 '../chrome/app/locales/locales.gyp:*', |
498 '../chrome/chrome.gyp:chromedriver', | 498 '../chrome/chrome.gyp:chromedriver', |
499 '../chrome/chrome.gyp:crash_service', | 499 '../chrome/chrome.gyp:crash_service', |
500 '../chrome/chrome.gyp:page_cycler_tests', | |
501 '../chrome/chrome.gyp:policy_templates', | 500 '../chrome/chrome.gyp:policy_templates', |
502 '../chrome/chrome.gyp:pyautolib', | 501 '../chrome/chrome.gyp:pyautolib', |
503 '../chrome/chrome.gyp:reliability_tests', | 502 '../chrome/chrome.gyp:reliability_tests', |
504 '../chrome/chrome.gyp:startup_tests', | |
505 '../chrome/chrome.gyp:automated_ui_tests', | 503 '../chrome/chrome.gyp:automated_ui_tests', |
506 '../chrome/installer/mini_installer.gyp:mini_installer', | 504 '../chrome/installer/mini_installer.gyp:mini_installer', |
507 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | |
508 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 505 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
509 '../courgette/courgette.gyp:courgette', | 506 '../courgette/courgette.gyp:courgette', |
510 '../courgette/courgette.gyp:courgette64', | 507 '../courgette/courgette.gyp:courgette64', |
511 '../third_party/adobe/flash/flash_player.gyp:flash_player', | 508 '../third_party/adobe/flash/flash_player.gyp:flash_player', |
512 '../webkit/webkit.gyp:test_shell', | |
513 ], | 509 ], |
514 'conditions': [ | 510 'conditions': [ |
515 ['internal_pdf', { | 511 ['internal_pdf', { |
516 'dependencies': [ | 512 'dependencies': [ |
517 '../pdf/pdf.gyp:pdf', | 513 '../pdf/pdf.gyp:pdf', |
518 ], | 514 ], |
519 }], # internal_pdf | 515 }], # internal_pdf |
520 ] | 516 ] |
521 }, | 517 }, |
522 ], # targets | 518 ], # targets |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 ], # targets | 564 ], # targets |
569 }], # "chromeos==1" | 565 }], # "chromeos==1" |
570 ], # conditions | 566 ], # conditions |
571 } | 567 } |
572 | 568 |
573 # Local Variables: | 569 # Local Variables: |
574 # tab-width:2 | 570 # tab-width:2 |
575 # indent-tabs-mode:nil | 571 # indent-tabs-mode:nil |
576 # End: | 572 # End: |
577 # vim: set expandtab tabstop=2 shiftwidth=2: | 573 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |