diff options
author | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 21:43:43 +0000 |
---|---|---|
committer | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 21:43:43 +0000 |
commit | 63cb28586fa9e60a7df4c738fe7b675f3b8e9dc8 (patch) | |
tree | a6a09df94b655b51c12fa40a7bcbbd8862ccd9c1 /chrome/tools | |
parent | dfb923cca66e8128678b293a54308ab6360edfd0 (diff) | |
download | chromium_src-63cb28586fa9e60a7df4c738fe7b675f3b8e9dc8.zip chromium_src-63cb28586fa9e60a7df4c738fe7b675f3b8e9dc8.tar.gz chromium_src-63cb28586fa9e60a7df4c738fe7b675f3b8e9dc8.tar.bz2 |
Use more generic int value instead of True.
True is a __builtin__ which is cleared by the parsing method before
using execfile to read FILES.cfg.
TBR=miket
BUG=None
TEST=Fix Win archive step.
Review URL: https://chromiumcodereview.appspot.com/9283040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118906 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/build/win/FILES.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg index 5fa01aa..6a17e88 100644 --- a/chrome/tools/build/win/FILES.cfg +++ b/chrome/tools/build/win/FILES.cfg @@ -495,7 +495,7 @@ FILES = [ 'archive': 'mini_installer_exe_version.rc', # Force direct archiving since the default is to archive with path, so # we're "renaming" it by putting it in the root directory. - 'direct_archive': True, + 'direct_archive': 1, }, '', { |