| 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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 }, | 419 }, |
| 420 ], # targets | 420 ], # targets |
| 421 'conditions': [ | 421 'conditions': [ |
| 422 ['branding=="Chrome"', { | 422 ['branding=="Chrome"', { |
| 423 'targets': [ | 423 'targets': [ |
| 424 { | 424 { |
| 425 'target_name': 'chrome_official_builder', | 425 'target_name': 'chrome_official_builder', |
| 426 'type': 'none', | 426 'type': 'none', |
| 427 'dependencies': [ | 427 'dependencies': [ |
| 428 '../chrome/app/locales/locales.gyp:*', | 428 '../chrome/app/locales/locales.gyp:*', |
| 429 '../chrome/chrome.gyp:chromedriver', |
| 429 '../chrome/chrome.gyp:crash_service', | 430 '../chrome/chrome.gyp:crash_service', |
| 430 '../chrome/chrome.gyp:page_cycler_tests', | 431 '../chrome/chrome.gyp:page_cycler_tests', |
| 431 '../chrome/chrome.gyp:policy_templates', | 432 '../chrome/chrome.gyp:policy_templates', |
| 432 '../chrome/chrome.gyp:pyautolib', | 433 '../chrome/chrome.gyp:pyautolib', |
| 433 '../chrome/chrome.gyp:reliability_tests', | 434 '../chrome/chrome.gyp:reliability_tests', |
| 434 '../chrome/chrome.gyp:startup_tests', | 435 '../chrome/chrome.gyp:startup_tests', |
| 435 '../chrome/chrome.gyp:automated_ui_tests', | 436 '../chrome/chrome.gyp:automated_ui_tests', |
| 436 '../chrome/installer/mini_installer.gyp:mini_installer', | 437 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 437 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 438 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
| 438 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 439 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 ], # targets | 496 ], # targets |
| 496 }], # "chromeos==1" | 497 }], # "chromeos==1" |
| 497 ], # conditions | 498 ], # conditions |
| 498 } | 499 } |
| 499 | 500 |
| 500 # Local Variables: | 501 # Local Variables: |
| 501 # tab-width:2 | 502 # tab-width:2 |
| 502 # indent-tabs-mode:nil | 503 # indent-tabs-mode:nil |
| 503 # End: | 504 # End: |
| 504 # vim: set expandtab tabstop=2 shiftwidth=2: | 505 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |