| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 }], | 98 }], |
| 99 ['OS=="win"', { | 99 ['OS=="win"', { |
| 100 'conditions': [ | 100 'conditions': [ |
| 101 ['win_use_allocator_shim==1', { | 101 ['win_use_allocator_shim==1', { |
| 102 'dependencies': [ | 102 'dependencies': [ |
| 103 '../base/allocator/allocator.gyp:*', | 103 '../base/allocator/allocator.gyp:*', |
| 104 ], | 104 ], |
| 105 }], | 105 }], |
| 106 ], | 106 ], |
| 107 'dependencies': [ | 107 'dependencies': [ |
| 108 '../aura/aura.gyp:*', |
| 108 '../breakpad/breakpad.gyp:*', | 109 '../breakpad/breakpad.gyp:*', |
| 109 '../chrome/app/locales/locales.gyp:*', | 110 '../chrome/app/locales/locales.gyp:*', |
| 110 '../chrome_frame/chrome_frame.gyp:*', | 111 '../chrome_frame/chrome_frame.gyp:*', |
| 111 '../cloud_print/virtual_driver/virtual_driver.gyp:*', | 112 '../cloud_print/virtual_driver/virtual_driver.gyp:*', |
| 112 '../courgette/courgette.gyp:*', | 113 '../courgette/courgette.gyp:*', |
| 113 '../rlz/rlz.gyp:*', | 114 '../rlz/rlz.gyp:*', |
| 114 '../sandbox/sandbox.gyp:*', | 115 '../sandbox/sandbox.gyp:*', |
| 115 '../third_party/angle/src/build_angle.gyp:*', | 116 '../third_party/angle/src/build_angle.gyp:*', |
| 116 '../third_party/bsdiff/bsdiff.gyp:*', | 117 '../third_party/bsdiff/bsdiff.gyp:*', |
| 117 '../third_party/bspatch/bspatch.gyp:*', | 118 '../third_party/bspatch/bspatch.gyp:*', |
| (...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 578 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 579 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 579 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 580 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 580 '../views/views.gyp:views_unittests', | 581 '../views/views.gyp:views_unittests', |
| 581 'temp_gyp/googleurl.gyp:googleurl_unittests', | 582 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 582 ], | 583 ], |
| 583 }, | 584 }, |
| 584 ], # targets | 585 ], # targets |
| 585 }], # "chromeos==1" | 586 }], # "chromeos==1" |
| 586 ], # conditions | 587 ], # conditions |
| 587 } | 588 } |
| OLD | NEW |