Index: third_party/WebKit/Source/core/BUILD.gn |
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn |
index de74744c96dd7f77242a3fb7036931705dab760d..d670e354110e2a66507a8d972d96c62b152f94a8 100644 |
--- a/third_party/WebKit/Source/core/BUILD.gn |
+++ b/third_party/WebKit/Source/core/BUILD.gn |
@@ -178,7 +178,6 @@ |
"//third_party/WebKit/Source/core/events", |
"//third_party/WebKit/Source/core/fileapi", |
"//third_party/WebKit/Source/core/frame", |
- "//third_party/WebKit/Source/core/geometry", |
"//third_party/WebKit/Source/core/html", |
"//third_party/WebKit/Source/core/imagebitmap", |
"//third_party/WebKit/Source/core/input", |
@@ -1164,6 +1163,7 @@ |
"dom/AttrTest.cpp", |
"dom/CSSSelectorWatchTest.cpp", |
"dom/DOMImplementationTest.cpp", |
+ "dom/DOMMatrixTest.cpp", |
"dom/DocumentStatisticsCollectorTest.cpp", |
"dom/DocumentTest.cpp", |
"dom/DocumentUserGestureTokenTest.cpp", |
@@ -1222,7 +1222,6 @@ |
"frame/csp/ContentSecurityPolicyTest.cpp", |
"frame/csp/MediaListDirectiveTest.cpp", |
"frame/csp/SourceListDirectiveTest.cpp", |
- "geometry/DOMMatrixTest.cpp", |
"html/AutoplayUmaHelperTest.cpp", |
"html/FormDataTest.cpp", |
"html/HTMLDimensionTest.cpp", |