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

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

Issue 2310823002: Skeleton implementation of CSS Properties and Values API (Closed)
Patch Set: fix stylevardata copy ctor Created 4 years, 3 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 8c8f5387315655035ac3bd423d3ff78af058b0e1..01d1d22e5ef14fec21eba5cccef17e536298a313 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -125,6 +125,8 @@ blink_core_sources("css") {
"CSSStyleSheet.h",
"CSSSupportsRule.cpp",
"CSSSupportsRule.h",
+ "CSSSyntaxDescriptor.cpp",
+ "CSSSyntaxDescriptor.h",
"CSSTimingFunctionValue.cpp",
"CSSTimingFunctionValue.h",
"CSSToLengthConversionData.cpp",
@@ -192,6 +194,10 @@ blink_core_sources("css") {
"MediaValuesDynamic.cpp",
"PageRuleCollector.cpp",
"PageRuleCollector.h",
+ "PropertyRegistration.cpp",
+ "PropertyRegistration.h",
+ "PropertyRegistry.cpp",
+ "PropertyRegistry.h",
"PropertySetCSSStyleDeclaration.cpp",
"PropertySetCSSStyleDeclaration.h",
"PseudoStyleRequest.h",
« no previous file with comments | « third_party/WebKit/Source/core/core_idl_files.gni ('k') | third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698