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

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

Issue 1910263003: Generate CSSPropertyEquality instead of using hand-updated file. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests2! 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.gyp
diff --git a/third_party/WebKit/Source/core/core_generated.gyp b/third_party/WebKit/Source/core/core_generated.gyp
index 565d535ac12238ce1667a57cf81ac64c4bba6a12..a3e315d746903f2e72ec8fa4b5e2139cdd5d2959 100644
--- a/third_party/WebKit/Source/core/core_generated.gyp
+++ b/third_party/WebKit/Source/core/core_generated.gyp
@@ -389,6 +389,26 @@
],
},
{
+ 'action_name': 'CSSPropertyEquality',
+ 'inputs': [
+ '<@(css_properties_files)',
+ '../build/scripts/make_css_property_equality.py',
+ '../build/scripts/templates/CSSPropertyEquality.cpp.tmpl',
+ '../build/scripts/templates/CSSPropertyEqualityCustom.h.tmpl',
+ ],
+ 'outputs': [
+ '<(blink_core_output_dir)/CSSPropertyEquality.cpp',
+ '<(blink_core_output_dir)/CSSPropertyEqualityCustom.h',
+ ],
+ 'action': [
+ 'python',
+ '../build/scripts/make_css_property_equality.py',
+ 'css/CSSProperties.in',
+ '--output_dir',
+ '<(blink_core_output_dir)',
+ ],
+ },
+ {
'action_name': 'CSSPropertyMetadata',
'inputs': [
'<@(css_properties_files)',

Powered by Google App Engine
This is Rietveld 408576698