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

Unified Diff: Source/core/core.gyp/core_derived_sources.gyp

Issue 15157002: Begin moving DeprecatedStyleBuilder properties to new generated StyleBuilder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 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: Source/core/core.gyp/core_derived_sources.gyp
diff --git a/Source/core/core.gyp/core_derived_sources.gyp b/Source/core/core.gyp/core_derived_sources.gyp
index 98a2671f88f890ae1219800d986dc0a87240be80..321f31736b7645805bfaf15fd27a9dc9104b1c09 100644
--- a/Source/core/core.gyp/core_derived_sources.gyp
+++ b/Source/core/core.gyp/core_derived_sources.gyp
@@ -225,6 +225,24 @@
'msvs_cygwin_shell': 1,
},
{
+ 'action_name': 'StyleBuilder',
+ 'inputs': [
+ '<@(scripts_for_in_files)',
+ '../scripts/make_style_builder.py',
+ '../css/CSSProperties.in',
+ '../scripts/templates/StyleBuilder.cpp.tmpl',
+ ],
+ 'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/StyleBuilder.cpp',
+ ],
+ 'action': [
+ 'python',
+ '../scripts/make_style_builder.py',
+ '../css/CSSProperties.in',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/',
+ ],
+ },
+ {
'action_name': 'CSSValueKeywords',
'inputs': [
'../css/makevalues.pl',

Powered by Google App Engine
This is Rietveld 408576698