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

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: move StyleBuilder call to below DeprecatedStyleBuilder 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
« no previous file with comments | « Source/core/core.gyp/core.gyp ('k') | Source/core/css/CSSProperties.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e191f9e5316ec8eba57ff8a667d27831ae0da078..ecc128094f1a14f26521cd33e5340a5bfba182cd 100644
--- a/Source/core/core.gyp/core_derived_sources.gyp
+++ b/Source/core/core.gyp/core_derived_sources.gyp
@@ -216,6 +216,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',
« no previous file with comments | « Source/core/core.gyp/core.gyp ('k') | Source/core/css/CSSProperties.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698