Index: Source/modules/modules.gyp |
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp |
index 4cadb2a3578263c03232d3af578b8f88b78e0b84..9f518783291dc0514c41ba879b184b4f2d5be828 100644 |
--- a/Source/modules/modules.gyp |
+++ b/Source/modules/modules.gyp |
@@ -30,6 +30,7 @@ |
{ |
'includes': [ |
'../build/win/precompile.gypi', |
+ '../bindings/bindings.gypi', |
'modules.gypi', |
], |
'targets': [{ |
@@ -47,6 +48,7 @@ |
], |
'sources': [ |
'<@(modules_files)', |
+ '<@(bindings_modules_generated_aggregate_files)', |
], |
# Disable c4267 warnings until we fix size_t to int truncations. |
'msvs_disabled_warnings': [ 4267, 4334, ] |