| Index: Source/core/core.gyp
|
| diff --git a/Source/core/core.gyp b/Source/core/core.gyp
|
| index 5e3e04a40cf0cbf65a341d13f863093dab542b40..db066cf3c34a5ff8671b8a35475e345fd99d115a 100644
|
| --- a/Source/core/core.gyp
|
| +++ b/Source/core/core.gyp
|
| @@ -1116,6 +1116,10 @@
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.h',
|
| '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp',
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h',
|
| + '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8LayerRect.cpp',
|
| + '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRect.h',
|
| + '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8LayerRectList.cpp',
|
| + '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRectList.h',
|
| ],
|
| 'sources/': [
|
| ['exclude', 'testing/js'],
|
|
|