diff options
Diffstat (limited to 'o3d/build/o3d.gyp')
-rw-r--r-- | o3d/build/o3d.gyp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/o3d/build/o3d.gyp b/o3d/build/o3d.gyp new file mode 100644 index 0000000..14832d1 --- /dev/null +++ b/o3d/build/o3d.gyp @@ -0,0 +1,15 @@ +# 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. + +{ + 'targets': [ + { + 'target_name': 'O3D', + 'type': 'none', + 'dependencies': [ + '<!(python select_dependencies.py):*', + ], + }, + ], +} |