Chromium Code Reviews| Index: Source/bindings/modules/v8/generated.gypi |
| diff --git a/Source/bindings/modules/v8/generated.gypi b/Source/bindings/modules/v8/generated.gypi |
| index eb00db7b1fdc6aedb142dbc0e31bd2d39c70de5f..1b7297b297af541eab159aa6f8854e8cc3fcaaa1 100644 |
| --- a/Source/bindings/modules/v8/generated.gypi |
| +++ b/Source/bindings/modules/v8/generated.gypi |
| @@ -13,6 +13,9 @@ |
| 'bindings_modules_v8_generated_aggregate_files': [ |
| '<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindings.cpp', |
| ], |
| + 'bindings_modules_v8_generated_partial_aggregate_files': [ |
|
haraken
2014/10/09 04:24:00
Can we write this outside the 'OS=="win" and build
tasak
2014/10/10 07:52:22
Done.
|
| + '<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindingsPartial.cpp', |
| + ], |
| }, { |
| 'bindings_modules_v8_generated_aggregate_files': [ |
| '<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindings01.cpp', |
| @@ -35,6 +38,9 @@ |
| '<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindings18.cpp', |
| '<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindings19.cpp', |
| ], |
| + 'bindings_modules_v8_generated_partial_aggregate_files': [ |
|
haraken
2014/10/09 04:24:00
Then you can remove this, I think.
tasak
2014/10/10 07:52:22
Done.
|
| + '<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindingsPartial.cpp', |
| + ], |
| }], |
| ], |
| }, |