Index: src/d8.gyp |
diff --git a/src/d8.gyp b/src/d8.gyp |
index 901fd6515ef8c5cded882d9738e1f0329758934a..29212dde11347a964f18af2d3395be30e1e8ab13 100644 |
--- a/src/d8.gyp |
+++ b/src/d8.gyp |
@@ -61,6 +61,7 @@ |
'variables': { |
'js_files': [ |
'd8.js', |
+ 'macros.py', |
], |
}, |
'actions': [ |
@@ -72,7 +73,6 @@ |
], |
'outputs': [ |
'<(SHARED_INTERMEDIATE_DIR)/d8-js.cc', |
- '<(SHARED_INTERMEDIATE_DIR)/d8-js-empty.cc', |
], |
'action': [ |
'python', |