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