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