OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | |
7 'common.gypi', | |
8 ], | |
9 'targets': [ | 6 'targets': [ |
10 { | 7 { |
11 'target_name': 'All', | 8 'target_name': 'All', |
12 'type': 'none', | 9 'type': 'none', |
13 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
14 'dependencies': [ | 11 'dependencies': [ |
15 '../app/app.gyp:*', | 12 '../app/app.gyp:*', |
16 '../base/base.gyp:*', | 13 '../base/base.gyp:*', |
17 '../chrome/chrome.gyp:*', | 14 '../chrome/chrome.gyp:*', |
18 '../ipc/ipc.gyp:*', | 15 '../ipc/ipc.gyp:*', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 '../chrome/chrome.gyp:url_fetch_test', | 130 '../chrome/chrome.gyp:url_fetch_test', |
134 '../ipc/ipc.gyp:ipc_tests', | 131 '../ipc/ipc.gyp:ipc_tests', |
135 '../media/media.gyp:media_unittests', | 132 '../media/media.gyp:media_unittests', |
136 '../printing/printing.gyp:printing_unittests', | 133 '../printing/printing.gyp:printing_unittests', |
137 ], | 134 ], |
138 }, | 135 }, |
139 ], # targets | 136 ], # targets |
140 }], # OS="mac" | 137 }], # OS="mac" |
141 ], # conditions | 138 ], # conditions |
142 } | 139 } |
OLD | NEW |