summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build/win/html_inline.py
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools/build/win/html_inline.py')
-rw-r--r--chrome/tools/build/win/html_inline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/build/win/html_inline.py b/chrome/tools/build/win/html_inline.py
index d3e4334..fc24088 100644
--- a/chrome/tools/build/win/html_inline.py
+++ b/chrome/tools/build/win/html_inline.py
@@ -21,7 +21,7 @@ import mimetypes
# TODO(rahulk) The default here will change to 'CHROMIUM' as soon as the buildbots
# are ready with the correct environment variable
-DIST_DEFAULT = 'CHROMIUM'
+DIST_DEFAULT = 'GOOGLE_CHROME'
DIST_ENV_VAR = 'CHROMIUM_BUILD'
DIST_SUBSTR = '%DISTRIBUTION%'