Chromium Code Reviews| Index: Source/modules/modules.gyp |
| diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp |
| index 5c3d8bab133ec3239c6caeb3bf748bf0da1670e0..970ecc76f32de9ec6019a7c5f534530c2068c216 100644 |
| --- a/Source/modules/modules.gyp |
| +++ b/Source/modules/modules.gyp |
| @@ -48,6 +48,10 @@ |
| 'BLINK_IMPLEMENTATION=1', |
| 'INSIDE_BLINK', |
| ], |
| + 'include_dirs': [ |
|
Nils Barth (inactive)
2014/06/04 06:09:28
Could you add a FIXME to remove once qualified, as
c.shu
2014/06/04 16:00:42
Done.
|
| + '<(core_output_dir)', |
| + '<(modules_output_dir)', |
| + ], |
| 'sources': [ |
| '<@(modules_files)', |
| '<@(bindings_modules_generated_aggregate_files)', |