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

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

Issue 2887523003: Introduced WebFactory and WebFactoryImpl for constructing web/ classes (Closed)
Patch Set: Review feedback as discussed 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 82e43838840e925c38bd8b86912f621f83c21f1b..9fc1d279a35ff5f3a9327414e647bd17626a7cbe 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -129,6 +129,8 @@ component("web") {
"WebEmbeddedWorkerImpl.cpp",
"WebEmbeddedWorkerImpl.h",
"WebExport.h",
+ "WebFactoryImpl.cpp",
+ "WebFactoryImpl.h",
"WebFormControlElement.cpp",
"WebFormElement.cpp",
"WebFormElementObserverImpl.cpp",

Powered by Google App Engine
This is Rietveld 408576698