diff options
-rw-r--r-- | webkit/webkit.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 19ea173..5fbd9ea 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -724,6 +724,15 @@ '../third_party/WebKit/WebCore/platform/graphics/GraphicsLayer.cpp', '../third_party/WebKit/WebCore/platform/graphics/RenderLayerBacking.cpp', '../third_party/WebKit/WebCore/platform/graphics/RenderLayerCompositor.cpp', + + # Temporary exclusion to avoid needing a 2-sided commit. + # TODO(ajwong): Delete after we roll-down the WebCore.gypi update. + '../third_party/WebKit/WebCore/bindings/v8/NPV8Object.cpp', + '../third_party/WebKit/WebCore/bindings/v8/NPV8Object.h', + '../third_party/WebKit/WebCore/bindings/v8/V8NPUtils.cpp', + '../third_party/WebKit/WebCore/bindings/v8/V8NPUtils.h', + '../third_party/WebKit/WebCore/bindings/v8/V8NPObject.cpp', + '../third_party/WebKit/WebCore/bindings/v8/V8NPObject.h', ], 'direct_dependent_settings': { 'include_dirs': [ |