| 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 24dff8a5877222e8470d0bbd6615e4e6a489a19f..3d75825174f9cf18ce816e86aecbb186610fbefc 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -422,6 +422,7 @@
|
| 'css/DocumentFontFaceSet.idl',
|
| 'dom/ChildNode.idl',
|
| 'dom/DocumentFullscreen.idl',
|
| + 'dom/DocumentOrShadowRoot.idl',
|
| 'dom/ElementFullscreen.idl',
|
| 'dom/GlobalEventHandlers.idl',
|
| 'dom/NonDocumentTypeChildNode.idl',
|
| @@ -2409,6 +2410,7 @@
|
| 'dom/DocumentLifecycleNotifier.cpp',
|
| 'dom/DocumentLifecycleNotifier.h',
|
| 'dom/DocumentLifecycleObserver.h',
|
| + 'dom/DocumentOrShadowRoot.h',
|
| 'dom/DocumentOrderedList.cpp',
|
| 'dom/DocumentOrderedList.h',
|
| 'dom/DocumentOrderedMap.cpp',
|
|
|