| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 'conditions': [ | 108 'conditions': [ |
| 109 ['win_use_allocator_shim==1', { | 109 ['win_use_allocator_shim==1', { |
| 110 'dependencies': [ | 110 'dependencies': [ |
| 111 '../base/allocator/allocator.gyp:*', | 111 '../base/allocator/allocator.gyp:*', |
| 112 ], | 112 ], |
| 113 }], | 113 }], |
| 114 ], | 114 ], |
| 115 'dependencies': [ | 115 'dependencies': [ |
| 116 '../aura/aura.gyp:*', | 116 '../aura/aura.gyp:*', |
| 117 '../breakpad/breakpad.gyp:*', | 117 '../breakpad/breakpad.gyp:*', |
| 118 '../chrome/app/locales/locales.gyp:*', |
| 118 '../chrome_frame/chrome_frame.gyp:*', | 119 '../chrome_frame/chrome_frame.gyp:*', |
| 119 '../cloud_print/virtual_driver/virtual_driver.gyp:*', | 120 '../cloud_print/virtual_driver/virtual_driver.gyp:*', |
| 120 '../courgette/courgette.gyp:*', | 121 '../courgette/courgette.gyp:*', |
| 121 '../rlz/rlz.gyp:*', | 122 '../rlz/rlz.gyp:*', |
| 122 '../sandbox/sandbox.gyp:*', | 123 '../sandbox/sandbox.gyp:*', |
| 123 '../third_party/angle/src/build_angle.gyp:*', | 124 '../third_party/angle/src/build_angle.gyp:*', |
| 124 '../third_party/bsdiff/bsdiff.gyp:*', | 125 '../third_party/bsdiff/bsdiff.gyp:*', |
| 125 '../third_party/bspatch/bspatch.gyp:*', | 126 '../third_party/bspatch/bspatch.gyp:*', |
| 126 '../third_party/gles2_book/gles2_book.gyp:*', | 127 '../third_party/gles2_book/gles2_book.gyp:*', |
| 127 '../tools/memory_watcher/memory_watcher.gyp:*', | 128 '../tools/memory_watcher/memory_watcher.gyp:*', |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 ], | 518 ], |
| 518 }, | 519 }, |
| 519 ], # targets | 520 ], # targets |
| 520 'conditions': [ | 521 'conditions': [ |
| 521 ['branding=="Chrome"', { | 522 ['branding=="Chrome"', { |
| 522 'targets': [ | 523 'targets': [ |
| 523 { | 524 { |
| 524 'target_name': 'chrome_official_builder', | 525 'target_name': 'chrome_official_builder', |
| 525 'type': 'none', | 526 'type': 'none', |
| 526 'dependencies': [ | 527 'dependencies': [ |
| 528 '../chrome/app/locales/locales.gyp:*', |
| 527 '../chrome/chrome.gyp:chromedriver', | 529 '../chrome/chrome.gyp:chromedriver', |
| 528 '../chrome/chrome.gyp:crash_service', | 530 '../chrome/chrome.gyp:crash_service', |
| 529 '../chrome/chrome.gyp:crash_service_win64', | 531 '../chrome/chrome.gyp:crash_service_win64', |
| 530 '../chrome/chrome.gyp:policy_templates', | 532 '../chrome/chrome.gyp:policy_templates', |
| 531 '../chrome/chrome.gyp:pyautolib', | 533 '../chrome/chrome.gyp:pyautolib', |
| 532 '../chrome/chrome.gyp:reliability_tests', | 534 '../chrome/chrome.gyp:reliability_tests', |
| 533 '../chrome/chrome.gyp:automated_ui_tests', | 535 '../chrome/chrome.gyp:automated_ui_tests', |
| 534 '../chrome/installer/mini_installer.gyp:mini_installer', | 536 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 535 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 537 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 536 '../courgette/courgette.gyp:courgette', | 538 '../courgette/courgette.gyp:courgette', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 588 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 587 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 589 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 588 '../views/views.gyp:views_unittests', | 590 '../views/views.gyp:views_unittests', |
| 589 'temp_gyp/googleurl.gyp:googleurl_unittests', | 591 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 590 ], | 592 ], |
| 591 }, | 593 }, |
| 592 ], # targets | 594 ], # targets |
| 593 }], # "chromeos==1" | 595 }], # "chromeos==1" |
| 594 ], # conditions | 596 ], # conditions |
| 595 } | 597 } |
| OLD | NEW |