OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 '../breakpad/breakpad.gyp:*', | 108 '../breakpad/breakpad.gyp:*', |
109 '../chrome_frame/chrome_frame.gyp:*', | 109 '../chrome_frame/chrome_frame.gyp:*', |
| 110 '../cloud_print/service/win/service.gyp:*', |
110 '../cloud_print/virtual_driver/virtual_driver.gyp:*', | 111 '../cloud_print/virtual_driver/virtual_driver.gyp:*', |
111 '../courgette/courgette.gyp:*', | 112 '../courgette/courgette.gyp:*', |
112 '../rlz/rlz.gyp:*', | 113 '../rlz/rlz.gyp:*', |
113 '../sandbox/sandbox.gyp:*', | 114 '../sandbox/sandbox.gyp:*', |
114 '../third_party/angle/src/build_angle.gyp:*', | 115 '../third_party/angle/src/build_angle.gyp:*', |
115 '../third_party/bsdiff/bsdiff.gyp:*', | 116 '../third_party/bsdiff/bsdiff.gyp:*', |
116 '../third_party/bspatch/bspatch.gyp:*', | 117 '../third_party/bspatch/bspatch.gyp:*', |
117 '../third_party/gles2_book/gles2_book.gyp:*', | 118 '../third_party/gles2_book/gles2_book.gyp:*', |
118 '../tools/memory_watcher/memory_watcher.gyp:*', | 119 '../tools/memory_watcher/memory_watcher.gyp:*', |
119 ], | 120 ], |
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
605 'dependencies': [ | 606 'dependencies': [ |
606 '../chromeos/chromeos.gyp:chromeos_unittests', | 607 '../chromeos/chromeos.gyp:chromeos_unittests', |
607 ], | 608 ], |
608 }], | 609 }], |
609 ], | 610 ], |
610 }, | 611 }, |
611 ], # targets | 612 ], # targets |
612 }], # "use_aura==1" | 613 }], # "use_aura==1" |
613 ], # conditions | 614 ], # conditions |
614 } | 615 } |
OLD | NEW |