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

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: Update failing LayoutTests 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 46fca77db15560bdd6dee85c13255624f1baf63e..0ac7c44be0e073c1048785f9ddc1017749228878 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -266,17 +266,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",
@@ -290,8 +283,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",

Powered by Google App Engine
This is Rietveld 408576698