From 5dd7867d7b62724082a5524f98718618410fd642 Mon Sep 17 00:00:00 2001 From: "pamg@google.com" Date: Sat, 30 Aug 2008 18:43:14 +0000 Subject: Switch to building Chromium rather than Google Chrome by default. The official builder will need the CHROMIUM_BUILD environment variable set to "_google_chrome". Same as Rietveld issue 2943, approved by nsylvain and rahulk, but in the writeable repository rather than the read-only one. BUG=1296800 TEST=covered by buildbots git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1588 0039d316-1c4b-4281-b951-d872f2087c98 --- rlz/copy_files.bat | 3 --- 1 file changed, 3 deletions(-) (limited to 'rlz/copy_files.bat') diff --git a/rlz/copy_files.bat b/rlz/copy_files.bat index 7d62e41..022c54f 100644 --- a/rlz/copy_files.bat +++ b/rlz/copy_files.bat @@ -6,9 +6,6 @@ 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% -- cgit v1.1