summaryrefslogtreecommitdiffstats
path: root/o3d/build/o3d_all.gyp
blob: 80447b7e9aa0136706df8601f0ee2275c0e9cc82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Copyright (c) 2009 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'includes': [
    'common.gypi',
  ],
  'targets': [
    {
      'target_name': 'O3D_All',
      'type': 'none',
      'dependencies': [
        '../../<(antlrdir)/antlr.gyp:*',
        '../../<(fcolladadir)/fcollada.gyp:*',
        '../../<(jpegdir)/libjpeg.gyp:*',
        '../../<(pngdir)/libpng.gyp:*',
        '../../<(zlibdir)/zlib.gyp:*',
        '../compiler/technique/technique.gyp:o3dTechnique',
        '../converter/converter.gyp:o3dConverter',
        '../core/core.gyp:o3dCore',
        '../core/core.gyp:o3dCorePlatform',
        '../documentation/documentation.gyp:*',
        '../import/archive.gyp:o3dArchive',
        '../import/import.gyp:o3dImport',
        '../installer/installer.gyp:installer',
        '../plugin/idl/idl.gyp:o3dPluginIdl',
        '../plugin/idl/idl.gyp:o3dNpnApi',
        '../plugin/plugin.gyp:npo3dautoplugin',
        '../samples/samples.gyp:*',
        '../tests/selenium/selenium.gyp:*',
        '../tests/tests.gyp:unit_tests',
        '../utils/utils.gyp:o3dUtils',
      ],
      'conditions': [
        ['OS=="win"',
          {
            'dependencies': [
              '../plugin/plugin.gyp:o3d_host',
            ],
          },
        ],
        ['OS=="mac"',
          {
            'dependencies': [
              '../../breakpad/breakpad.gyp:breakpad',
            ],
          },
        ],
        ['renderer=="cb"',
          {
            'dependencies': [
              '../gpu_plugin/gpu_plugin.gyp:*',
            ],
          },
        ],
      ],
    },
  ],
}