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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 ['win_use_allocator_shim==1', { | 98 ['win_use_allocator_shim==1', { |
99 'dependencies': [ | 99 'dependencies': [ |
100 '../base/allocator/allocator.gyp:*', | 100 '../base/allocator/allocator.gyp:*', |
101 ], | 101 ], |
102 }], | 102 }], |
103 ], | 103 ], |
104 'dependencies': [ | 104 'dependencies': [ |
105 '../breakpad/breakpad.gyp:*', | 105 '../breakpad/breakpad.gyp:*', |
106 '../chrome/app/locales/locales.gyp:*', | 106 '../chrome/app/locales/locales.gyp:*', |
107 '../chrome_frame/chrome_frame.gyp:*', | 107 '../chrome_frame/chrome_frame.gyp:*', |
| 108 '../cloud_print/virtual_driver/virtual_driver.gyp:*', |
108 '../courgette/courgette.gyp:*', | 109 '../courgette/courgette.gyp:*', |
109 '../rlz/rlz.gyp:*', | 110 '../rlz/rlz.gyp:*', |
110 '../sandbox/sandbox.gyp:*', | 111 '../sandbox/sandbox.gyp:*', |
111 '../third_party/angle/src/build_angle.gyp:*', | 112 '../third_party/angle/src/build_angle.gyp:*', |
112 '../third_party/bsdiff/bsdiff.gyp:*', | 113 '../third_party/bsdiff/bsdiff.gyp:*', |
113 '../third_party/bspatch/bspatch.gyp:*', | 114 '../third_party/bspatch/bspatch.gyp:*', |
114 '../third_party/gles2_book/gles2_book.gyp:*', | 115 '../third_party/gles2_book/gles2_book.gyp:*', |
115 '../tools/memory_watcher/memory_watcher.gyp:*', | 116 '../tools/memory_watcher/memory_watcher.gyp:*', |
116 ], | 117 ], |
117 }, { | 118 }, { |
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
504 ], # targets | 505 ], # targets |
505 }], # "chromeos==1" | 506 }], # "chromeos==1" |
506 ], # conditions | 507 ], # conditions |
507 } | 508 } |
508 | 509 |
509 # Local Variables: | 510 # Local Variables: |
510 # tab-width:2 | 511 # tab-width:2 |
511 # indent-tabs-mode:nil | 512 # indent-tabs-mode:nil |
512 # End: | 513 # End: |
513 # vim: set expandtab tabstop=2 shiftwidth=2: | 514 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |