chore: [gn] remove gclient hook for node config.gypi (#13354)

This commit is contained in:
Jeremy Apthorp 2018-06-21 07:44:19 -07:00 committed by Samuel Attard
parent 10a174fc6a
commit f4d0cef619

11
DEPS
View file

@ -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',