| 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 4a77e5858058e2dcec70d0efe3823cdd35fc2e3b..7aacfbd1e3d4a892070eac4bffbfcf88892fc3e7 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -2636,6 +2636,8 @@
|
| 'dom/custom/CustomElement.h',
|
| 'dom/custom/CustomElementDefinition.cpp',
|
| 'dom/custom/CustomElementDefinition.h',
|
| + 'dom/custom/CustomElementDescriptor.h',
|
| + 'dom/custom/CustomElementDescriptorHash.h',
|
| 'dom/custom/CustomElementsRegistry.cpp',
|
| 'dom/custom/CustomElementsRegistry.h',
|
| 'dom/custom/V0CustomElement.cpp',
|
| @@ -3980,6 +3982,7 @@
|
| 'dom/TreeScopeTest.cpp',
|
| 'dom/URLSearchParamsTest.cpp',
|
| 'dom/custom/CustomElementTest.cpp',
|
| + 'dom/custom/CustomElementDescriptorTest.cpp',
|
| 'dom/shadow/FlatTreeTraversalTest.cpp',
|
| 'editing/EditingCommandTest.cpp',
|
| 'editing/EditingStrategyTest.cpp',
|
|
|