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

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

Issue 2702173002: Generate mappings between CSSValueID and ComputedStyle enums. (Closed)
Patch Set: Do it properly Created 3 years, 10 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 6b2783ac03ebd378ff356d08f514e07f7638a4f2..8843a315a5fb61ee5e53af995aee1910d1ad7930 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -148,6 +148,7 @@ blink_core_sources("css") {
"CSSUnsetValue.cpp",
"CSSUnsetValue.h",
"CSSValue.cpp",
+ "CSSValueIDMappings.h",
"CSSValueList.cpp",
"CSSValuePair.cpp",
"CSSValuePair.h",

Powered by Google App Engine
This is Rietveld 408576698