summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authormmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-24 21:43:43 +0000
committermmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-24 21:43:43 +0000
commit63cb28586fa9e60a7df4c738fe7b675f3b8e9dc8 (patch)
treea6a09df94b655b51c12fa40a7bcbbd8862ccd9c1 /chrome/tools
parentdfb923cca66e8128678b293a54308ab6360edfd0 (diff)
downloadchromium_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.cfg2
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,
},
'',
{