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

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

Issue 2741723005: Move geometry interface files to geometry directory. (Closed)
Patch Set: Make WebkitCSSMatrix an alias of DOMMatrix DOMMatrix was changed sufficiently that WebKitCSSMatrix … Created 3 years, 9 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/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index db22eacc16aefef34f988d8bdf48be2e57459d7c..db2654652fddce70438f005c67a809ab8b765e8a 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -178,6 +178,7 @@ component("core") {
"//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",
@@ -1172,7 +1173,6 @@ source_set("unit_tests") {
"dom/AttrTest.cpp",
"dom/CSSSelectorWatchTest.cpp",
"dom/DOMImplementationTest.cpp",
- "dom/DOMMatrixTest.cpp",
"dom/DocumentStatisticsCollectorTest.cpp",
"dom/DocumentTest.cpp",
"dom/DocumentUserGestureTokenTest.cpp",
@@ -1231,6 +1231,7 @@ source_set("unit_tests") {
"frame/csp/ContentSecurityPolicyTest.cpp",
"frame/csp/MediaListDirectiveTest.cpp",
"frame/csp/SourceListDirectiveTest.cpp",
+ "geometry/DOMMatrixTest.cpp",
"html/AutoplayUmaHelperTest.cpp",
"html/FormDataTest.cpp",
"html/HTMLDimensionTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698