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

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: . Created 4 years, 8 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 8f4d6fc446f4c4c1fb7a3b37669981ea480fd5bf..07bd48a0ae01d5f52115c569bdfe38f1dd538729 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