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', | |
8 'common.gypi', | 7 'common.gypi', |
9 ], | 8 ], |
10 'targets': [ | 9 'targets': [ |
11 { | 10 { |
12 'target_name': 'All', | 11 'target_name': 'All', |
13 'type': 'none', | 12 'type': 'none', |
14 'dependencies': [ | 13 'dependencies': [ |
15 '../../<(antlrdir)/antlr.gyp:*', | 14 '../../<(antlrdir)/antlr.gyp:*', |
16 '../../<(fcolladadir)/fcollada.gyp:*', | 15 '../../<(fcolladadir)/fcollada.gyp:*', |
17 '../../<(jpegdir)/libjpeg.gyp:*', | 16 '../../<(jpegdir)/libjpeg.gyp:*', |
(...skipping 27 matching lines...) Expand all Loading... |
45 { | 44 { |
46 'dependencies': [ | 45 'dependencies': [ |
47 '../../breakpad/breakpad.gyp:breakpad', | 46 '../../breakpad/breakpad.gyp:breakpad', |
48 ], | 47 ], |
49 }, | 48 }, |
50 ], | 49 ], |
51 ], | 50 ], |
52 }, | 51 }, |
53 ], | 52 ], |
54 } | 53 } |
OLD | NEW |