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 '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, |
11 'dependencies': [ | 11 'dependencies': [ |
12 '../app/app.gyp:*', | 12 '../app/app.gyp:*', |
13 '../base/base.gyp:*', | 13 '../base/base.gyp:*', |
| 14 '../chrome/browser/sync/tools/sync_tools.gyp:*', |
14 '../chrome/chrome.gyp:*', | 15 '../chrome/chrome.gyp:*', |
15 '../gfx/gfx.gyp:*', | 16 '../gfx/gfx.gyp:*', |
16 '../gpu/gpu.gyp:*', | 17 '../gpu/gpu.gyp:*', |
17 '../ipc/ipc.gyp:*', | 18 '../ipc/ipc.gyp:*', |
18 '../media/media.gyp:*', | 19 '../media/media.gyp:*', |
19 '../net/net.gyp:*', | 20 '../net/net.gyp:*', |
20 '../printing/printing.gyp:*', | 21 '../printing/printing.gyp:*', |
21 '../sdch/sdch.gyp:*', | 22 '../sdch/sdch.gyp:*', |
22 '../skia/skia.gyp:*', | 23 '../skia/skia.gyp:*', |
23 '../testing/gmock.gyp:*', | 24 '../testing/gmock.gyp:*', |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 ], # targets | 296 ], # targets |
296 }], # "chromeos==1" | 297 }], # "chromeos==1" |
297 ], # conditions | 298 ], # conditions |
298 } | 299 } |
299 | 300 |
300 # Local Variables: | 301 # Local Variables: |
301 # tab-width:2 | 302 # tab-width:2 |
302 # indent-tabs-mode:nil | 303 # indent-tabs-mode:nil |
303 # End: | 304 # End: |
304 # vim: set expandtab tabstop=2 shiftwidth=2: | 305 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |