diff options
Diffstat (limited to 'chrome/tools/build/win/version.bat')
-rw-r--r-- | chrome/tools/build/win/version.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/tools/build/win/version.bat b/chrome/tools/build/win/version.bat index 1c43ca5..93bb162 100644 --- a/chrome/tools/build/win/version.bat +++ b/chrome/tools/build/win/version.bat @@ -15,9 +15,6 @@ 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" |