Chromium Code Reviews| 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..00cb883548c23e0f5c7fb14c5fa0733a88cc23bc 100644 |
| --- a/third_party/WebKit/Source/core/core.gypi |
| +++ b/third_party/WebKit/Source/core/core.gypi |
| @@ -2654,12 +2654,19 @@ |
| '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/CustomElementReaction.cpp', |
| 'dom/custom/CustomElementReaction.h', |
| + 'dom/custom/CustomElementDisconnectedCallbackReaction.cpp', |
|
dominicc (has gone to gerrit)
2016/06/13 07:59:01
Order
|
| + 'dom/custom/CustomElementDisconnectedCallbackReaction.h', |
| 'dom/custom/CustomElementReactionQueue.cpp', |
| 'dom/custom/CustomElementReactionQueue.h', |
| 'dom/custom/CustomElementReactionStack.cpp', |