Chromium Code Reviews| Index: Source/core/core.gyp |
| diff --git a/Source/core/core.gyp b/Source/core/core.gyp |
| index bd4d3a69dc13e039287fbf2b3e5be62c845dc43c..0b20d6a9f0c21b4b1d4659d06b3bc3036cacb9e8 100644 |
| --- a/Source/core/core.gyp |
| +++ b/Source/core/core.gyp |
| @@ -278,6 +278,10 @@ |
| # Generated from make_style_builder.py |
| '<(blink_core_output_dir)/StyleBuilder.cpp', |
| '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', |
| + |
| + # Generated by the IDL compiler (for IDL dictionaries) |
| + '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', |
| + '<(blink_core_output_dir)/css/FontFaceDescriptors.h', |
|
bashi
2014/07/30 11:32:26
Want to remove this.
haraken
2014/07/30 19:57:36
I'm not sure if we can remove this. As long as we
bashi
2014/07/31 02:34:05
Yes. We don't use aggregate build for dictionaries
|
| ], |
| 'conditions': [ |
| ['OS=="win" and component=="shared_library"', { |