| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index d787993d78971ac04676af96c63c4161adb81772..7b9ccf1a78d4f734e042baefefeeac39fa033474 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -2654,11 +2654,18 @@
|
| 'dom/custom/CEReactionsScope.h',
|
| 'dom/custom/CustomElement.cpp',
|
| 'dom/custom/CustomElement.h',
|
| + 'dom/custom/CustomElementAttributeChangedCallbackReaction.cpp',
|
| + 'dom/custom/CustomElementAttributeChangedCallbackReaction.h',
|
| + 'dom/custom/CustomElementConnectedCallbackReaction.cpp',
|
| + 'dom/custom/CustomElementConnectedCallbackReaction.h',
|
| 'dom/custom/CustomElementDefinition.cpp',
|
| 'dom/custom/CustomElementDefinition.h',
|
| 'dom/custom/CustomElementDefinitionBuilder.h',
|
| 'dom/custom/CustomElementDescriptor.h',
|
| 'dom/custom/CustomElementDescriptorHash.h',
|
| + 'dom/custom/CustomElementDisconnectedCallbackReaction.cpp',
|
| + 'dom/custom/CustomElementDisconnectedCallbackReaction.h',
|
| + 'dom/custom/CustomElementReaction.cpp',
|
| 'dom/custom/CustomElementReaction.h',
|
| 'dom/custom/CustomElementReactionQueue.cpp',
|
| 'dom/custom/CustomElementReactionQueue.h',
|
|
|