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

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

Issue 2711473005: Rename CSSMatrixTransformComponent -> CSSMatrixComponent (Closed)
Patch Set: Rename cssMatrixTransformComponent.html => cssMatrixComponent.html Created 3 years, 10 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/css/BUILD.gn
diff --git a/third_party/WebKit/Source/core/css/BUILD.gn b/third_party/WebKit/Source/core/css/BUILD.gn
index 1302b64a4b089312f85aaef6a0817e5786331889..0066c157c5a931657847b7e2968eb23823be4cc8 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -254,8 +254,8 @@ blink_core_sources("css") {
"cssom/CSSKeywordValue.h",
"cssom/CSSLengthValue.cpp",
"cssom/CSSLengthValue.h",
- "cssom/CSSMatrixTransformComponent.cpp",
- "cssom/CSSMatrixTransformComponent.h",
+ "cssom/CSSMatrixComponent.cpp",
+ "cssom/CSSMatrixComponent.h",
"cssom/CSSNumberValue.h",
"cssom/CSSOMKeywords.h",
"cssom/CSSOMTypes.h",
« no previous file with comments | « third_party/WebKit/Source/core/core_idl_files.gni ('k') | third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698