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/installer/installer.gyp | |
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/installer/installer.gyp')
-rw-r--r-- | o3d/installer/installer.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/installer/installer.gyp b/o3d/installer/installer.gyp index 426d153..ad018f5f 100644 --- a/o3d/installer/installer.gyp +++ b/o3d/installer/installer.gyp @@ -25,7 +25,7 @@ ['OS=="mac"', { 'dependencies': [ - 'mac/installer.gyp:installer', + 'mac/installer.gyp:disk_image', ], }, ], |