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

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

Issue 2869043002: Store border-*-color on SurroundData in ComputedStyle not BorderColorAndStyle (Closed)
Patch Set: Always return VisitedDependantColor(CSSPropertyID) 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/style/BUILD.gn
diff --git a/third_party/WebKit/Source/core/style/BUILD.gn b/third_party/WebKit/Source/core/style/BUILD.gn
index 455e17ecb47ce06a6bda7d7b0736b27c33eb3582..8c6b0ab497b021fef7a6921bbbe922f67ef40cee 100644
--- a/third_party/WebKit/Source/core/style/BUILD.gn
+++ b/third_party/WebKit/Source/core/style/BUILD.gn
@@ -12,12 +12,12 @@ blink_core_sources("rendering") {
"AppliedTextDecoration.h",
"BasicShapes.cpp",
"BasicShapes.h",
- "BorderColorAndStyle.h",
"BorderData.h",
"BorderEdge.cpp",
"BorderEdge.h",
"BorderImageLength.h",
"BorderImageLengthBox.h",
+ "BorderStyle.h",
"BorderValue.h",
"CachedUAStyle.h",
"ClipPathOperation.cpp",

Powered by Google App Engine
This is Rietveld 408576698