| 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',
|
|
|