diff options
author | maf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-08 18:55:47 +0000 |
---|---|---|
committer | maf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-08 18:55:47 +0000 |
commit | 13b05bee8fbd996d15f0b86302976e7ede29740a (patch) | |
tree | 2d16325fe70308f5caabd9a0d23d681103cfee7e /o3d/plugin | |
parent | e4780eaa01196743ed144858161fce40df0f5536 (diff) | |
download | chromium_src-13b05bee8fbd996d15f0b86302976e7ede29740a.zip chromium_src-13b05bee8fbd996d15f0b86302976e7ede29740a.tar.gz chromium_src-13b05bee8fbd996d15f0b86302976e7ede29740a.tar.bz2 |
Add scripts to automatically build installer and disk image in GYP build.
Fix compile error in serializer.cc
Don't force rebuild of idl files.
Review URL: http://codereview.chromium.org/195023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25642 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin')
-rw-r--r-- | o3d/plugin/idl/idl.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/o3d/plugin/idl/idl.gyp b/o3d/plugin/idl/idl.gyp index b381e85..8d34808 100644 --- a/o3d/plugin/idl/idl.gyp +++ b/o3d/plugin/idl/idl.gyp @@ -149,7 +149,6 @@ 'action': [ 'python', 'codegen.py', - '--force', # If the build system wants to rebuild, we rebuild. '--binding-module=o3d:../../plugin/o3d_binding.py', '--generate=npapi', '--output-dir=<(idl_out_path)', |