diff options
Diffstat (limited to 'chrome/tools/build/win/version.bat')
-rw-r--r-- | chrome/tools/build/win/version.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/tools/build/win/version.bat b/chrome/tools/build/win/version.bat index 93bb162..1c43ca5 100644 --- a/chrome/tools/build/win/version.bat +++ b/chrome/tools/build/win/version.bat @@ -15,6 +15,9 @@ call %SolutionDir%\..\third_party\cygwin\setup_env.bat :: Load version digits as environment variables cat %SolutionDir%\VERSION | sed "s/\(.*\)/set \1/" > %VarsBat% +REM TODO(rahulk) this line will be removed once google chrome buildbots are setup properly +set CHROMIUM_BUILD="_google_chrome" + :: Load branding strings as environment variables set Distribution="chromium" if "%CHROMIUM_BUILD%" == "_google_chrome" set Distribution="google_chrome" |