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': [ | 6 'includes': [ |
7 '../../build/common.gypi', | 7 '../../build/common.gypi', |
8 'common.gypi', | 8 'common.gypi', |
9 ], | 9 ], |
10 'targets': [ | 10 'targets': [ |
11 { | 11 { |
12 'target_name': 'All', | 12 'target_name': 'All', |
13 'type': 'none', | 13 'type': 'none', |
14 'dependencies': [ | 14 'dependencies': [ |
15 '../../<(antlrdir)/antlr.gyp:*', | 15 '../../<(antlrdir)/antlr.gyp:*', |
16 '../../<(fcolladadir)/fcollada.gyp:*', | 16 '../../<(fcolladadir)/fcollada.gyp:*', |
17 '../../<(jpegdir)/libjpeg.gyp:*', | 17 '../../<(jpegdir)/libjpeg.gyp:*', |
18 '../../<(pngdir)/libpng.gyp:*', | 18 '../../<(pngdir)/libpng.gyp:*', |
19 '../../<(zlibdir)/zlib.gyp:*', | 19 '../../<(zlibdir)/zlib.gyp:*', |
20 '../../base/base.gyp:base', | 20 '../../base/base.gyp:base', |
21 '../../breakpad/breakpad.gyp:*', | 21 '../../breakpad/breakpad.gyp:*', |
22 '../compiler/technique/technique.gyp:*', | 22 '../compiler/technique/technique.gyp:*', |
23 '../converter/converter.gyp:*', | 23 '../converter/converter.gyp:*', |
24 '../core/core.gyp:*', | 24 '../core/core.gyp:*', |
25 '../import/import.gyp:*', | 25 '../import/import.gyp:*', |
| 26 '../tests/tests.gyp:*', |
26 '../plugin/idl/idl.gyp:*', | 27 '../plugin/idl/idl.gyp:*', |
27 '../plugin/plugin.gyp:*', | 28 '../plugin/plugin.gyp:*', |
28 '../serializer/serializer.gyp:*', | 29 '../serializer/serializer.gyp:*', |
29 '../utils/utils.gyp:*', | 30 '../utils/utils.gyp:*', |
30 ], | 31 ], |
31 }, | 32 }, |
32 ], | 33 ], |
33 } | 34 } |
OLD | NEW |