Skip to content

Commit f0ef6d4

Browse files
hujiajierogerwang
authored andcommitted
Revert "tools: upgrade patcher.py"
This reverts commit c18c516. That commit causes an error like this when running gclient hooks: Apply boringssl.patch in C:\nwjs\src\third_party\boringssl\src ... failed to apply: error: git apply: bad git-diff - expected /dev/null on line 19 ------------------------------------------------------------------------------- !!!! ERROR: This patch failed to apply. Your build will not be correct. -------------------------------------------------------------------------------
1 parent c18c516 commit f0ef6d4

File tree

5 files changed

+642
-237
lines changed

5 files changed

+642
-237
lines changed

patch/patch.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
patches = [
22
{
33
'name': 'selenium',
4-
'path': 'third_party/webdriver/pylib/',
4+
'path': 'src/third_party/webdriver/pylib/',
55
},
66
{
77
'name': 'ffmpeg',
8-
'path': 'third_party/ffmpeg/',
8+
'path': 'src/third_party/ffmpeg/',
99
},
1010
{
1111
'name': 'boringssl',
12-
'path': 'third_party/boringssl/src/',
12+
'path': 'src/third_party/boringssl/src/',
1313
}
1414
]

tools/exec_util.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

tools/git_util.py

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)