| Index: Source/core/core.gyp/core.gyp
|
| diff --git a/Source/core/core.gyp/core.gyp b/Source/core/core.gyp/core.gyp
|
| index fea1b1c762e4cd8002e2bb7c2edd93976aeb0570..a4174f7d0ba6e048d96a097d6ce1300918a528e7 100644
|
| --- a/Source/core/core.gyp/core.gyp
|
| +++ b/Source/core/core.gyp/core.gyp
|
| @@ -271,6 +271,9 @@
|
| '<(SHARED_INTERMEDIATE_DIR)/webcore/InspectorFrontend.cpp',
|
| '<(SHARED_INTERMEDIATE_DIR)/webcore/InspectorBackendDispatcher.cpp',
|
| '<(SHARED_INTERMEDIATE_DIR)/webcore/InspectorTypeBuilder.cpp',
|
| +
|
| + # Generated from StyleBuilder.in
|
| + '<(SHARED_INTERMEDIATE_DIR)/webkit/StyleBuilder.cpp',
|
| ],
|
| 'conditions': [
|
| ['OS=="win" and component=="shared_library"', {
|
|
|