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

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

Issue 2867883003: [CSS Typed OM] Delete obsolete number and length classes from Typed OM (Closed)
Patch Set: rebase Created 3 years, 7 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 8d9fb9dc371fb450d21f90800ebde55a65427ce1..13fc0f41a7388c51495fd7c341b8ab15904f603d 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -268,17 +268,10 @@ blink_core_sources("css") {
"StyleSheetContents.h",
"StyleSheetList.cpp",
"StyleSheetList.h",
- "cssom/CSSAngleValue.cpp",
- "cssom/CSSAngleValue.h",
- "cssom/CSSCalcLength.cpp",
- "cssom/CSSCalcLength.h",
"cssom/CSSKeywordValue.cpp",
"cssom/CSSKeywordValue.h",
- "cssom/CSSLengthValue.cpp",
- "cssom/CSSLengthValue.h",
"cssom/CSSMatrixComponent.cpp",
"cssom/CSSMatrixComponent.h",
- "cssom/CSSNumberValue.h",
"cssom/CSSNumericValue.cpp",
"cssom/CSSNumericValue.h",
"cssom/CSSOMKeywords.h",
@@ -292,8 +285,6 @@ blink_core_sources("css") {
"cssom/CSSRotation.h",
"cssom/CSSScale.cpp",
"cssom/CSSScale.h",
- "cssom/CSSSimpleLength.cpp",
- "cssom/CSSSimpleLength.h",
"cssom/CSSSkew.cpp",
"cssom/CSSSkew.h",
"cssom/CSSStyleImageValue.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/core_idl_files.gni ('k') | third_party/WebKit/Source/core/css/CSSProperties.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698