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

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

Issue 2741723005: Move geometry interface files to geometry directory. (Closed)
Patch Set: Rebase 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/core_idl_files.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d670e354110e2a66507a8d972d96c62b152f94a8..de74744c96dd7f77242a3fb7036931705dab760d 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",
@@ -1163,7 +1164,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",
@@ -1222,6 +1222,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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/core_idl_files.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698