Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: Source/WebCore/bindings/dart/gyp/dartium.gyp

Issue 10025022: Pass the list of idl files to fremontcutbuilder. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/WebCore/bindings/dart/gyp/scripts/generate_dart_bindings.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | Source/WebCore/bindings/dart/gyp/scripts/generate_dart_bindings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698