| Index: Source/modules/modules.gyp
|
| diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
|
| index 4db884bf1f02e49f4a7f748df0d74493a386a32f..9b09014759442367d2bf75a2808f156034df9f51 100644
|
| --- a/Source/modules/modules.gyp
|
| +++ b/Source/modules/modules.gyp
|
| @@ -31,7 +31,7 @@
|
| 'includes': [
|
| '../build/scripts/scripts.gypi',
|
| '../build/win/precompile.gypi',
|
| - '../bindings/bindings.gypi',
|
| + '../bindings/modules/modules.gypi', # modules can depend on bindings/modules, but not on bindings
|
| 'modules.gypi',
|
| ],
|
| 'targets': [{
|
|
|