Of course, Google broke that
This commit is contained in:
		
							parent
							
								
									2e7f282946
								
							
						
					
					
						commit
						4f2715d3b9
					
				| @ -8,10 +8,10 @@ git clone --depth=1 --branch=master https://chromium.googlesource.com/chromium/t | |||||||
| :HASDEPOTTOOLS | :HASDEPOTTOOLS | ||||||
| 
 | 
 | ||||||
| IF EXIST src\NUL GOTO HASSRC | IF EXIST src\NUL GOTO HASSRC | ||||||
| cmd /c depot_tools\fetch --nohooks --no-history breakpad | cmd /c depot_tools\fetch --nohooks breakpad | ||||||
| GOTO DONESRC | GOTO DONESRC | ||||||
| :HASSRC | :HASSRC | ||||||
| cmd /c depot_tools\gclient sync --nohooks --no-history | cmd /c depot_tools\gclient sync --nohooks | ||||||
| :DONESRC | :DONESRC | ||||||
| 
 | 
 | ||||||
| IF EXIST gyp\NUL GOTO HASGYP | IF EXIST gyp\NUL GOTO HASGYP | ||||||
|  | |||||||
| @ -12,9 +12,9 @@ if [ ! -d "depot_tools" ]; then | |||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
| if [ ! -d "src" ]; then | if [ ! -d "src" ]; then | ||||||
|   ./depot_tools/fetch --nohooks --no-history breakpad |   ./depot_tools/fetch --nohooks breakpad | ||||||
| else | else | ||||||
|   ./depot_tools/gclient sync --nohooks --no-history |   ./depot_tools/gclient sync --nohooks | ||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
| if [ ! -d "build" ]; then | if [ ! -d "build" ]; then | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user