| Index: Source/WebCore/WebCore.gyp/WebCore.gyp
|
| diff --git a/Source/WebCore/WebCore.gyp/WebCore.gyp b/Source/WebCore/WebCore.gyp/WebCore.gyp
|
| index 499a73d4e2dce639e244f5bc6a31f1a6e15ea93a..223ab3c4ed8a314a5208fe31f9f54341b6e7b67e 100644
|
| --- a/Source/WebCore/WebCore.gyp/WebCore.gyp
|
| +++ b/Source/WebCore/WebCore.gyp/WebCore.gyp
|
| @@ -75,7 +75,6 @@
|
| '../accessibility',
|
| '../accessibility/chromium',
|
| '../bindings',
|
| - '../bindings/generic',
|
| '../bindings/v8',
|
| '../bindings/v8/custom',
|
| '../css',
|
| @@ -2076,7 +2075,6 @@
|
|
|
| # Exclude most of bindings, except of the V8-related parts.
|
| ['exclude', 'bindings/[^/]+/'],
|
| - ['include', 'bindings/generic/'],
|
| ['include', 'bindings/v8/'],
|
|
|
| # FIXME: Figure out how to store these patterns in a variable.
|
|
|