| Index: Source/core/core.gyp
|
| diff --git a/Source/core/core.gyp b/Source/core/core.gyp
|
| index c81976b325f07fad8422d2c1e702353eedbe42ae..d3544a5d6bd05ac47447c45b9b067871f891d471 100644
|
| --- a/Source/core/core.gyp
|
| +++ b/Source/core/core.gyp
|
| @@ -218,7 +218,8 @@
|
| 'injected_script_source',
|
| 'debugger_script_source',
|
| '../bindings/core/v8/generated.gyp:bindings_core_generated',
|
| - # FIXME: don't depend on bindings_modules http://crbug.com/358074
|
| + # FIXME: don't depend on bindings/modules http://crbug.com/358074
|
| + '../bindings/modules/generated.gyp:bindings_modules_generated',
|
| '../bindings/modules/v8/generated.gyp:bindings_modules_generated',
|
| '../platform/platform_generated.gyp:make_platform_generated',
|
| '../wtf/wtf.gyp:wtf',
|
|
|