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 d0a8300b48784b296b5da730bab91b6fcdc229d9..f2e18e0f2d073691020ad16f8edbbf2f8df00cc0 100644 |
| --- a/third_party/WebKit/Source/core/core.gypi |
| +++ b/third_party/WebKit/Source/core/core.gypi |
| @@ -2667,6 +2667,8 @@ |
| 'dom/custom/V0CustomElementSyncMicrotaskQueue.h', |
| 'dom/custom/V0CustomElementUpgradeCandidateMap.cpp', |
| 'dom/custom/V0CustomElementUpgradeCandidateMap.h', |
| + 'dom/custom/CustomElement.cpp', |
|
tkent
2016/04/27 08:21:18
File list in dom/custom/ isn't sorted though it wa
kojii
2016/04/27 08:45:20
Done.
|
| + 'dom/custom/CustomElement.h', |
| 'dom/custom/CustomElementsRegistry.cpp', |
| 'dom/custom/CustomElementsRegistry.h', |
| 'dom/shadow/DistributedNodes.cpp', |
| @@ -3956,6 +3958,7 @@ |
| 'dom/TreeScopeStyleSheetCollectionTest.cpp', |
| 'dom/TreeScopeTest.cpp', |
| 'dom/URLSearchParamsTest.cpp', |
| + 'dom/custom/CustomElementTest.cpp', |
| 'dom/shadow/FlatTreeTraversalTest.cpp', |
| 'editing/EditingCommandTest.cpp', |
| 'editing/EditingStrategyTest.cpp', |