diff options
author | rahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-29 16:24:24 +0000 |
---|---|---|
committer | rahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-29 16:24:24 +0000 |
commit | 5e5701128d20d626ebae21457851c717c7f468b3 (patch) | |
tree | 362ac52294eb66f3ce4d1f8e23923ad427d7d96e /rlz | |
parent | 1aa0d49f10942f9334d7546e26a2b2df4617d8a4 (diff) | |
download | chromium_src-5e5701128d20d626ebae21457851c717c7f468b3.zip chromium_src-5e5701128d20d626ebae21457851c717c7f468b3.tar.gz chromium_src-5e5701128d20d626ebae21457851c717c7f468b3.tar.bz2 |
Rollback 1529.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1532 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'rlz')
-rw-r--r-- | rlz/copy_files.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rlz/copy_files.bat b/rlz/copy_files.bat index 022c54f..7d62e41 100644 --- a/rlz/copy_files.bat +++ b/rlz/copy_files.bat @@ -6,6 +6,9 @@ setlocal set InputPath=%~1 set OutDir=%~2 +REM Remove this line when we start setting CHROMIUM_BUILD option on buildbots +set CHROMIUM_BUILD=_google_chrome + if NOT "%CHROMIUM_BUILD%" == "_google_chrome" goto END xcopy /R /C /Y %InputPath% %OutDir% |