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

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

Issue 2451893003: Move Document global rule data to CSSGlobalRuleSet. (Closed)
Patch Set: Rebased. 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 2cf15b32711c650e20a70ace1d0a46007bb4f432..1c2db90c3b212c68db8a29e3205ca9957873d7cc 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -55,6 +55,8 @@ blink_core_sources("css") {
"CSSFontSelectorClient.h",
"CSSFunctionValue.cpp",
"CSSFunctionValue.h",
+ "CSSGlobalRuleSet.cpp",
+ "CSSGlobalRuleSet.h",
"CSSGradientValue.cpp",
"CSSGradientValue.h",
"CSSGridAutoRepeatValue.cpp",

Powered by Google App Engine
This is Rietveld 408576698