Index: third_party/WebKit/Source/web/BUILD.gn |
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn |
index ad12e859901fc2efe0b83596bb333bebce3e8432..508cb93085987d219e787bcab7669805fde0fa4a 100644 |
--- a/third_party/WebKit/Source/web/BUILD.gn |
+++ b/third_party/WebKit/Source/web/BUILD.gn |
@@ -130,6 +130,8 @@ component("web") { |
"WebEmbeddedWorkerImpl.cpp", |
"WebEmbeddedWorkerImpl.h", |
"WebExport.h", |
+ "WebFactoryImpl.cpp", |
+ "WebFactoryImpl.h", |
"WebFormControlElement.cpp", |
"WebFormElement.cpp", |
"WebFormElementObserverImpl.cpp", |
@@ -146,6 +148,8 @@ component("web") { |
"WebHitTestResult.cpp", |
"WebIDBKey.cpp", |
"WebIDBKeyRange.cpp", |
+ "WebInitializer.cpp", |
+ "WebInitializer.h", |
"WebInputElement.cpp", |
"WebInputEvent.cpp", |
"WebInputMethodControllerImpl.cpp", |