Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(564)

Unified Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2887523003: Introduced WebFactory and WebFactoryImpl for constructing web/ classes (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 602d8e5a1e144f3b78f1c71580ac77053dfae958..7d474d2fe5771b8a340da76ef4ff5fe526b25782 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -132,6 +132,8 @@ component("web") {
"WebEmbeddedWorkerImpl.cpp",
"WebEmbeddedWorkerImpl.h",
"WebExport.h",
+ "WebFactoryImpl.cpp",
+ "WebFactoryImpl.h",
"WebFormControlElement.cpp",
"WebFormElement.cpp",
"WebFormElementObserverImpl.cpp",
@@ -150,6 +152,8 @@ component("web") {
"WebHitTestResult.cpp",
"WebIDBKey.cpp",
"WebIDBKeyRange.cpp",
+ "WebInitializer.cpp",
+ "WebInitializer.h",
"WebInputElement.cpp",
"WebInputEvent.cpp",
"WebInputMethodControllerImpl.cpp",

Powered by Google App Engine
This is Rietveld 408576698