Chromium Code Reviews| Index: Source/WebCore/bindings/dart/gyp/dartium.gyp |
| diff --git a/Source/WebCore/bindings/dart/gyp/dartium.gyp b/Source/WebCore/bindings/dart/gyp/dartium.gyp |
| index 3cb212bb0fa47222d205d39ea9bdcbc78a6d934c..8ea1939b46efbefa0b74b8cc058291c393847f50 100644 |
| --- a/Source/WebCore/bindings/dart/gyp/dartium.gyp |
| +++ b/Source/WebCore/bindings/dart/gyp/dartium.gyp |
| @@ -20,27 +20,15 @@ |
| ], |
| 'bindings_idl_files!': [ |
| - # Custom bindings in bindings/dart/custom exist for these. |
| - '<(webcore_dir)/dom/EventListener.idl', |
| - '<(webcore_dir)/dom/EventTarget.idl', |
| - '<(webcore_dir)/html/VoidCallback.idl', |
| - |
| # Bindings with custom Objective-C implementations. |
|
Anton Muhin
2012/04/09 14:10:59
just checking, that's how current filters in WebCo
|
| '<(webcore_dir)/page/AbstractView.idl', |
| - # FIXME: eventually we should enable them, but not now. Those only inject |
| - # constructors anyway, so we need a special treatment for them. |
| - '<(webcore_dir)/Modules/indexeddb/DOMWindowIndexedDatabase.idl', |
| - '<(webcore_dir)/Modules/intents/DOMWindowIntents.idl', |
| - '<(webcore_dir)/Modules/webdatabase/DOMWindowSQLDatabase.idl', |
| - '<(webcore_dir)/webaudio/DOMWindowWebAudio.idl', |
| - '<(webcore_dir)/websockets/DOMWindowWebSocket.idl', |
| - |
| # FIXME: suppressed after the merge. |
| + '<(webcore_dir)/Modules/gamepad/Gamepad.idl', |
| '<(webcore_dir)/Modules/gamepad/NavigatorGamepad.idl', |
| - '<(webcore_dir)/Modules/intents/NavigatorIntents.idl', |
| + '<(webcore_dir)/Modules/intents/DOMWindowIntents.idl', |
| '<(webcore_dir)/Modules/intents/IntentResultCallback.idl', |
| - '<(webcore_dir)/html/canvas/Uint8ClampedArray.idl', |
| + '<(webcore_dir)/Modules/intents/NavigatorIntents.idl', |
| '<(webcore_dir)/inspector/InjectedScriptHost.idl', |
| # These bindings are excluded, as they're only used through inheritance and don't define constants that would need a constructor. |