Chromium Code Reviews| Index: Source/modules/modules.gyp |
| diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp |
| index 08c6a24a714af1ea8f0fcb424f6ad9804b403430..b45b58f9c67c8329b9eb77d8994feb8615bebbd5 100644 |
| --- a/Source/modules/modules.gyp |
| +++ b/Source/modules/modules.gyp |
| @@ -53,6 +53,8 @@ |
| '<@(modules_files)', |
| '<@(bindings_modules_v8_files)', |
| '<@(bindings_modules_v8_generated_aggregate_files)', |
| + '<@(bindings_modules_v8_generated_partial_aggregate_files)', |
| + '<(bindings_modules_v8_output_dir)/InitModulesForPartialInterface.cpp', |
|
haraken
2014/10/09 04:24:02
InitModulesForPartialInterface.cpp => InitModulesF
tasak
2014/10/10 07:52:24
Done.
|
| ], |
| # Disable c4267 warnings until we fix size_t to int truncations. |
| 'msvs_disabled_warnings': [ 4267, 4334, ] |
| @@ -71,6 +73,8 @@ |
| ], |
| 'sources': [ |
| '<@(modules_testing_files)', |
| + '<(bindings_modules_v8_output_dir)/V8InternalsPartial.cpp', |
| + '<(bindings_modules_v8_output_dir)/V8InternalsPartial.h', |
| ], |
| }], |