Skip to content

Commit 17577f2

Browse files
committed
Remove the patcher script and its dependencies.
We don't need it anymore as the V8 patch for the XDK has been removed. We can revert this patch if one day in the future we need that.
1 parent b12cb73 commit 17577f2

File tree

5 files changed

+0
-846
lines changed

5 files changed

+0
-846
lines changed

DEPS

-6
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ hooks = [
3737
"pattern": ".",
3838
"action": ["python", "src/xwalk/tools/fetch_deps.py", "-v"],
3939
},
40-
{
41-
# Apply patches.
42-
"name": "patcher",
43-
"pattern": ".",
44-
"action": ["python", "src/xwalk/tools/patcher.py", "--patch-config", "src/xwalk/patch/patch.cfg"],
45-
},
4640
{
4741
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
4842
"name": "gyp-xwalk",

patch/patch.cfg

-7
This file was deleted.

tools/file_util.py

-130
This file was deleted.

0 commit comments

Comments
 (0)