Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit e6dc81b

Browse files
committed
Remove httplib2 patch, unnecessary for newer depot_tools
1 parent 2a8e37b commit e6dc81b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/patch.cmd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
IF NOT DEFINED IN_CHROMIUM_BUILDER (goto :EOF)
44
cd %CHROMIUM_DIR%\depot_tools
55

6-
@rem vpython is used for autoninja on standalone but httplib2 is only present for python
7-
cd src\chrome
8-
cmd /c "vpython -m pip install httplib2"
9-
cd ..\..
10-
116
cd src
127
FOR %%f IN (%CHROMIUM_DIR%\patch\*.patch) DO git am --reject --signoff < %%f
138
cd ..

0 commit comments

Comments
 (0)