| Index: third_party/WebKit/Source/core/dom/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/dom/BUILD.gn b/third_party/WebKit/Source/core/dom/BUILD.gn
|
| index cf5545675f6ba2ad84701cebcaa8c928573cc6a1..ab77807ea8b7f985d268bf44315852861fd3cb75 100644
|
| --- a/third_party/WebKit/Source/core/dom/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/dom/BUILD.gn
|
| @@ -50,6 +50,8 @@ blink_core_sources("dom") {
|
| "ContainerNode.h",
|
| "ContextFeatures.cpp",
|
| "ContextFeatures.h",
|
| + "ContextFeaturesClientImpl.cpp",
|
| + "ContextFeaturesClientImpl.h",
|
| "ContextLifecycleNotifier.cpp",
|
| "ContextLifecycleNotifier.h",
|
| "ContextLifecycleObserver.cpp",
|
|
|