forked from Scout24/nodejs-rpm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnode-js.v8_inspector.gyp.patch
More file actions
48 lines (48 loc) · 2.16 KB
/
node-js.v8_inspector.gyp.patch
File metadata and controls
48 lines (48 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
diff -aurN node-v6.3.0.org/deps/v8_inspector/platform/v8_inspector/v8_inspector.gyp node-v6.3.0/deps/v8_inspector/platform/v8_inspector/v8_inspector.gyp
--- node-v6.3.0.org/deps/v8_inspector/platform/v8_inspector/v8_inspector.gyp 2016-07-07 11:58:24.022656945 +0900
+++ node-v6.3.0/deps/v8_inspector/platform/v8_inspector/v8_inspector.gyp 2016-07-07 12:06:32.795638924 +0900
@@ -20,7 +20,7 @@
],
'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/blink/platform/v8_inspector/InjectedScriptSource.h', ],
'action': [
- 'python', 'build/xxd.py', 'InjectedScriptSource_js', 'InjectedScriptSource.js', '<@(_outputs)'
+ 'python2.7', 'build/xxd.py', 'InjectedScriptSource_js', 'InjectedScriptSource.js', '<@(_outputs)'
],
},
],
@@ -40,7 +40,7 @@
],
'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/blink/platform/v8_inspector/DebuggerScript.h', ],
'action': [
- 'python', 'build/xxd.py', 'DebuggerScript_js', 'DebuggerScript.js', '<@(_outputs)'
+ 'python2.7', 'build/xxd.py', 'DebuggerScript_js', 'DebuggerScript.js', '<@(_outputs)'
],
},
],
@@ -74,7 +74,7 @@
'action_name': 'generateV8InspectorProtocolBackendSources',
'inputs': [
'<@(jinja_module_files)',
- # The python script in action below.
+ # The python2.7 script in action below.
'../inspector_protocol/CodeGenerator.py',
# Source code templates.
'../inspector_protocol/TypeBuilder_h.template',
@@ -93,7 +93,7 @@
'<(blink_platform_output_dir)/v8_inspector/protocol/Runtime.h',
],
'action': [
- 'python',
+ 'python2.7',
'../inspector_protocol/CodeGenerator.py',
'--protocol', 'js_protocol.json',
'--string_type', 'String16',
@@ -120,7 +120,7 @@
'<(blink_platform_output_dir)/v8_inspector/protocol.json',
],
'action': [
- 'python',
+ 'python2.7',
'../inspector_protocol/generate-inspector-protocol-version',
'--o',
'<@(_outputs)',