| 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..dda12791c24bc21dda104deca58d751e4b536145 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,8 @@ blink_core_sources("html") {
|
| "LinkResource.h",
|
| "LinkStyle.cpp",
|
| "LinkStyle.h",
|
| + "ListedElement.cpp",
|
| + "ListedElement.h",
|
| "MediaDocument.cpp",
|
| "MediaDocument.h",
|
| "MediaError.h",
|
|
|