chore: [gn] remove gclient hook for node config.gypi (#13354)
This commit is contained in:
parent
10a174fc6a
commit
f4d0cef619
1 changed files with 0 additions and 11 deletions
11
DEPS
11
DEPS
|
@ -45,17 +45,6 @@ hooks = [
|
||||||
'name':
|
'name':
|
||||||
'electron_external_binaries'
|
'electron_external_binaries'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'action': [
|
|
||||||
'bash',
|
|
||||||
'-c',
|
|
||||||
# NOTE(nornagon): this ridiculous {{}} stuff is because these strings get
|
|
||||||
# variable-substituted twice by gclient.
|
|
||||||
'echo -e "#\\n{{{{\'variables\':{{{{}}}}}}}}" > src/third_party/electron_node/config.gypi',
|
|
||||||
],
|
|
||||||
'pattern': 'src/third_party/electron_node',
|
|
||||||
'name': 'touch_node_config_gypi'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
'action': [
|
'action': [
|
||||||
'bash',
|
'bash',
|
||||||
|
|
Loading…
Reference in a new issue