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

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

Issue 2416893002: CSSMediaRule and CSSSupportsRule inherit from CSSConditionRule (Closed)
Patch Set: Fix supports test case Created 4 years, 2 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 b095518430e72c34552d9518fd890f66aa8cdbfb..3eeef3ccc6262d16e8a9473e676fffd8efa659aa 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -22,6 +22,8 @@ blink_core_sources("css") {
"CSSColorValue.cpp",
"CSSColorValue.h",
"CSSComputedStyleDeclaration.cpp",
+ "CSSConditionRule.cpp",
+ "CSSConditionRule.h",
"CSSContentDistributionValue.cpp",
"CSSContentDistributionValue.h",
"CSSCounterValue.cpp",

Powered by Google App Engine
This is Rietveld 408576698