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