summaryrefslogtreecommitdiffstats
path: root/o3d/plugin
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-29 00:21:56 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-29 00:21:56 +0000
commit62525634a6f5727216828f8e05a4f563be90dfeb (patch)
tree6513296df081ed0cc4200c15d60eed80a8dffe90 /o3d/plugin
parent7ea908b1dd924c7324b0a3622e7c9e25f4fac4a2 (diff)
downloadchromium_src-62525634a6f5727216828f8e05a4f563be90dfeb.zip
chromium_src-62525634a6f5727216828f8e05a4f563be90dfeb.tar.gz
chromium_src-62525634a6f5727216828f8e05a4f563be90dfeb.tar.bz2
Fixing some things that are failing in the linux o3d gyp build.
BUG=None TEST=None Review URL: http://codereview.chromium.org/209025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin')
-rw-r--r--o3d/plugin/idl/idl.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/o3d/plugin/idl/idl.gyp b/o3d/plugin/idl/idl.gyp
index 8d34808..b996627 100644
--- a/o3d/plugin/idl/idl.gyp
+++ b/o3d/plugin/idl/idl.gyp
@@ -141,7 +141,9 @@
'<@(idl_files)',
],
'outputs': [
- '<(idl_out_path)/hash',
+ # TODO(bradnelson): fix gyp to be able to handle outputs without
+ # and extension on linux.
+ #'<(idl_out_path)/hash',
'<(idl_out_path)/globals_glue.cc',
'<(idl_out_path)/globals_glue.h',
'<!@(python idl_filenames.py \'<(idl_out_path)\' <@(idl_files))',