Chromium Code Reviews| 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 75fe9a85ff4f71ded869d1f08fc84c6a22021b55..d1fefccb920cacbebaeb2f0d33fe53585c7ccc7b 100644 |
| --- a/third_party/WebKit/Source/core/dom/BUILD.gn |
| +++ b/third_party/WebKit/Source/core/dom/BUILD.gn |
| @@ -45,6 +45,8 @@ blink_core_sources("dom") { |
| "ContainerNode.h", |
| "ContextFeatures.cpp", |
| "ContextFeatures.h", |
| + "ContextFeaturesClientImpl.cpp", |
| + "ContextFeaturesClientImpl.h", |
|
kinuko
2017/03/31 16:13:12
Moved from Source/web as they no longer has depend
|
| "ContextLifecycleNotifier.cpp", |
| "ContextLifecycleNotifier.h", |
| "ContextLifecycleObserver.cpp", |