| Index: Source/core/core.gyp/core.gyp
|
| diff --git a/Source/core/core.gyp/core.gyp b/Source/core/core.gyp/core.gyp
|
| index d71f2672d8a7424dcdf699ed364a1aeab46b93a3..779f8db9c8505afc37e97ce349f3cc26d6bcb44f 100644
|
| --- a/Source/core/core.gyp/core.gyp
|
| +++ b/Source/core/core.gyp/core.gyp
|
| @@ -271,6 +271,9 @@
|
| # Additional .cpp files for SVG.
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit/SVGElementFactory.cpp',
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit/V8SVGElementWrapperFactory.cpp',
|
| +
|
| + # Generated from StyleBuilder.in
|
| + '<(SHARED_INTERMEDIATE_DIR)/webkit/StyleBuilder.cpp',
|
| ],
|
| 'conditions': [
|
| ['OS=="win" and component=="shared_library"', {
|
|
|