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 | ||||
| 
 | ||||
| IF EXIST src\NUL GOTO HASSRC | ||||
| cmd /c depot_tools\fetch --nohooks --no-history breakpad | ||||
| cmd /c depot_tools\fetch --nohooks breakpad | ||||
| GOTO DONESRC | ||||
| :HASSRC | ||||
| cmd /c depot_tools\gclient sync --nohooks --no-history | ||||
| cmd /c depot_tools\gclient sync --nohooks | ||||
| :DONESRC | ||||
| 
 | ||||
| IF EXIST gyp\NUL GOTO HASGYP | ||||
|  | ||||
| @ -12,9 +12,9 @@ if [ ! -d "depot_tools" ]; then | ||||
| fi | ||||
| 
 | ||||
| if [ ! -d "src" ]; then | ||||
|   ./depot_tools/fetch --nohooks --no-history breakpad | ||||
|   ./depot_tools/fetch --nohooks breakpad | ||||
| else | ||||
|   ./depot_tools/gclient sync --nohooks --no-history | ||||
|   ./depot_tools/gclient sync --nohooks | ||||
| fi | ||||
| 
 | ||||
| if [ ! -d "build" ]; then | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user