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

Unified Diff: third_party/WebKit/Source/core/html/BUILD.gn

Issue 2546063002: Rename FormAssociatedElement to ListedElement (Closed)
Patch Set: Rename FormAssociatedElement to ListedElement Created 4 years 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/core/html/BUILD.gn
diff --git a/third_party/WebKit/Source/core/html/BUILD.gn b/third_party/WebKit/Source/core/html/BUILD.gn
index b31363893e471c7a3713f55480d0a6ef08d73f3c..bcac212b96200e8c8916a8d5c30b2fccfd422139 100644
--- a/third_party/WebKit/Source/core/html/BUILD.gn
+++ b/third_party/WebKit/Source/core/html/BUILD.gn
@@ -17,7 +17,6 @@ blink_core_sources("html") {
"CrossOriginAttribute.h",
"DocumentNameCollection.cpp",
"DocumentNameCollection.h",
- "FormAssociatedElement.cpp",
"FormData.cpp",
"FormData.h",
"HTMLAllCollection.cpp",
@@ -220,6 +219,7 @@ blink_core_sources("html") {
"LinkResource.h",
"LinkStyle.cpp",
"LinkStyle.h",
+ "ListedElement.cpp",
tkent 2016/12/02 13:24:37 Add ListedElement.h too.
"MediaDocument.cpp",
"MediaDocument.h",
"MediaError.h",

Powered by Google App Engine
This is Rietveld 408576698