Index: src/d8.gyp |
diff --git a/src/d8.gyp b/src/d8.gyp |
index a78551599fb0992a4519754e7a62a8dc2727b1e2..548459a7901463e8c8d1b9785d25b267fed95419 100644 |
--- a/src/d8.gyp |
+++ b/src/d8.gyp |
@@ -48,6 +48,7 @@ |
'..', |
], |
'sources': [ |
+ 'd8.h', |
'd8.cc', |
'startup-data-util.h', |
'startup-data-util.cc' |
@@ -69,7 +70,11 @@ |
'sources': [ 'd8-windows.cc', ] |
}], |
[ 'component!="shared_library"', { |
- 'sources': [ 'd8-debug.cc', '<(SHARED_INTERMEDIATE_DIR)/d8-js.cc', ], |
+ 'sources': [ |
+ 'd8-debug.h', |
+ 'd8-debug.cc', |
+ '<(SHARED_INTERMEDIATE_DIR)/d8-js.cc', |
+ ], |
'conditions': [ |
[ 'want_separate_host_toolset==1', { |
'dependencies': [ |