| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 22198abb7e6be2a254b5c533e5f504b7dd1f7e1e..37d0c8088089adbf5f27f1bff9109d9ff1230378 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -446,7 +446,8 @@
|
| 'xml/XPathResult.idl',
|
| 'xml/XSLTProcessor.idl',
|
| ],
|
| - # 'partial interface' or target (right side of) 'implements'
|
| + # 'partial interface', target (right side of) 'implements', and
|
| + # static bindings (in bindings/v8/)
|
| 'core_dependency_idl_files': [
|
| 'animation/DocumentAnimation.idl',
|
| 'animation/ElementAnimation.idl',
|
| @@ -457,6 +458,7 @@
|
| 'dom/ParentNode.idl',
|
| 'dom/URLUtils.idl',
|
| 'dom/URLUtilsReadOnly.idl',
|
| + 'events/EventListener.idl',
|
| 'events/NavigatorEvents.idl',
|
| 'frame/NavigatorID.idl',
|
| 'frame/NavigatorOnLine.idl',
|
|
|