mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: [gn] remove gclient hook for node config.gypi (#13354)
This commit is contained in:
committed by
Samuel Attard
parent
10a174fc6a
commit
f4d0cef619
11
DEPS
11
DEPS
@@ -45,17 +45,6 @@ hooks = [
|
||||
'name':
|
||||
'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': [
|
||||
'bash',
|
||||
|
||||
Reference in New Issue
Block a user