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

Unified Diff: third_party/WebKit/Source/core/core_generated.gypi

Issue 1938343002: Generate a series of nested switch statements to parse CSSPrimitiveValue units. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make all values appear in the .in file Created 4 years, 7 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/core_generated.gypi
diff --git a/third_party/WebKit/Source/core/core_generated.gypi b/third_party/WebKit/Source/core/core_generated.gypi
index c373521845b0c86df309e3391fde654cd1180c81..c81e252055915202f17e4bf005b64b2f472ee3d9 100644
--- a/third_party/WebKit/Source/core/core_generated.gypi
+++ b/third_party/WebKit/Source/core/core_generated.gypi
@@ -59,6 +59,7 @@
'<(blink_core_output_dir)/CSSValueKeywords.cpp',
# Additional .cpp files from make_core_generated actions.
+ '<(blink_core_output_dir)/CSSPrimitiveValueUnitTrie.cpp',
'<(blink_core_output_dir)/Event.cpp',
'<(blink_core_output_dir)/EventHeaders.h',
'<(blink_core_output_dir)/EventNames.cpp',

Powered by Google App Engine
This is Rietveld 408576698