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

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

Issue 2366313006: CSS Properties and Values API: Support non-inherited custom properties (Closed)
Patch Set: use de morgan's law 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/style/BUILD.gn
diff --git a/third_party/WebKit/Source/core/style/BUILD.gn b/third_party/WebKit/Source/core/style/BUILD.gn
index 292b9489f79cd8efb854f41a1542c83fd239ea9e..abb95d01f83f81eae2390a9b1669b998b1267d75 100644
--- a/third_party/WebKit/Source/core/style/BUILD.gn
+++ b/third_party/WebKit/Source/core/style/BUILD.gn
@@ -47,10 +47,14 @@ blink_core_sources("rendering") {
"StyleGridItemData.cpp",
"StyleImage.cpp",
"StyleInheritedData.cpp",
+ "StyleInheritedVariables.cpp",
+ "StyleInheritedVariables.h",
"StyleInvalidImage.h",
"StyleMotionData.cpp",
"StyleMotionData.h",
"StyleMultiColData.cpp",
+ "StyleNonInheritedVariables.cpp",
+ "StyleNonInheritedVariables.h",
"StyleOffsetRotation.h",
"StylePath.cpp",
"StylePath.h",
@@ -62,8 +66,6 @@ blink_core_sources("rendering") {
"StyleSelfAlignmentData.h",
"StyleSurroundData.cpp",
"StyleTransformData.cpp",
- "StyleVariableData.cpp",
- "StyleVariableData.h",
"StyleVisualData.cpp",
"StyleWillChangeData.cpp",
"TextSizeAdjust.h",
« no previous file with comments | « third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp ('k') | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698