| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 Google Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
| 6 # met: | 6 # met: |
| 7 # | 7 # |
| 8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 'action': [ | 197 'action': [ |
| 198 'python', | 198 'python', |
| 199 'html/parser/create-html-entity-table', | 199 'html/parser/create-html-entity-table', |
| 200 '-o', | 200 '-o', |
| 201 '<@(_outputs)', | 201 '<@(_outputs)', |
| 202 '<@(_inputs)' | 202 '<@(_inputs)' |
| 203 ], | 203 ], |
| 204 }, | 204 }, |
| 205 { | 205 { |
| 206 'action_name': 'CSSPropertyNames', | 206 'action_name': 'CSSPropertyNames', |
| 207 'variables': { | |
| 208 'in_files': [ | |
| 209 'css/CSSPropertyNames.in', | |
| 210 'css/SVGCSSPropertyNames.in', | |
| 211 ], | |
| 212 }, | |
| 213 'inputs': [ | 207 'inputs': [ |
| 214 '<@(scripts_for_in_files)', | 208 '<@(css_properties_files)', |
| 215 '../build/scripts/make_css_property_names.py', | 209 '../build/scripts/make_css_property_names.py', |
| 216 '<@(in_files)' | |
| 217 ], | 210 ], |
| 218 'outputs': [ | 211 'outputs': [ |
| 219 '<(blink_core_output_dir)/CSSPropertyNames.cpp', | 212 '<(blink_core_output_dir)/CSSPropertyNames.cpp', |
| 220 '<(blink_core_output_dir)/CSSPropertyNames.h', | 213 '<(blink_core_output_dir)/CSSPropertyNames.h', |
| 221 ], | 214 ], |
| 222 'action': [ | 215 'action': [ |
| 223 'python', | 216 'python', |
| 224 '../build/scripts/make_css_property_names.py', | 217 '../build/scripts/make_css_property_names.py', |
| 225 '<@(in_files)', | 218 'css/CSSProperties.in', |
| 226 '--output_dir', | 219 '--output_dir', |
| 227 '<(blink_core_output_dir)', | 220 '<(blink_core_output_dir)', |
| 228 '--gperf', '<(gperf_exe)', | 221 '--gperf', '<(gperf_exe)', |
| 229 ], | 222 ], |
| 230 }, | 223 }, |
| 231 { | 224 { |
| 232 'action_name': 'MediaFeatureNames', | 225 'action_name': 'MediaFeatureNames', |
| 233 'variables': { | 226 'variables': { |
| 234 'in_files': [ | 227 'in_files': [ |
| 235 'css/MediaFeatureNames.in', | 228 'css/MediaFeatureNames.in', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 'action': [ | 303 'action': [ |
| 311 'python', | 304 'python', |
| 312 '../build/scripts/make_mediaquery_tokenizer_codepoints.py', | 305 '../build/scripts/make_mediaquery_tokenizer_codepoints.py', |
| 313 '--output_dir', | 306 '--output_dir', |
| 314 '<(blink_core_output_dir)', | 307 '<(blink_core_output_dir)', |
| 315 ], | 308 ], |
| 316 }, | 309 }, |
| 317 { | 310 { |
| 318 'action_name': 'StylePropertyShorthand', | 311 'action_name': 'StylePropertyShorthand', |
| 319 'inputs': [ | 312 'inputs': [ |
| 320 '<@(scripts_for_in_files)', | 313 '<@(css_properties_files)', |
| 321 '../build/scripts/make_style_shorthands.py', | 314 '../build/scripts/make_style_shorthands.py', |
| 322 '../build/scripts/templates/StylePropertyShorthand.cpp.tmpl', | 315 '../build/scripts/templates/StylePropertyShorthand.cpp.tmpl', |
| 323 '../build/scripts/templates/StylePropertyShorthand.h.tmpl', | 316 '../build/scripts/templates/StylePropertyShorthand.h.tmpl', |
| 324 'css/CSSShorthands.in', | |
| 325 ], | 317 ], |
| 326 'outputs': [ | 318 'outputs': [ |
| 327 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', | 319 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', |
| 328 '<(blink_core_output_dir)/StylePropertyShorthand.h', | 320 '<(blink_core_output_dir)/StylePropertyShorthand.h', |
| 329 ], | 321 ], |
| 330 'action': [ | 322 'action': [ |
| 331 'python', | 323 'python', |
| 332 '../build/scripts/make_style_shorthands.py', | 324 '../build/scripts/make_style_shorthands.py', |
| 333 'css/CSSShorthands.in', | 325 'css/CSSProperties.in', |
| 334 '--output_dir', | 326 '--output_dir', |
| 335 '<(blink_core_output_dir)', | 327 '<(blink_core_output_dir)', |
| 336 ], | 328 ], |
| 337 }, | 329 }, |
| 338 { | 330 { |
| 339 'action_name': 'StyleBuilder', | 331 'action_name': 'StyleBuilder', |
| 340 'inputs': [ | 332 'inputs': [ |
| 341 '<@(scripts_for_in_files)', | 333 '<@(css_properties_files)', |
| 342 '../build/scripts/make_style_builder.py', | 334 '../build/scripts/make_style_builder.py', |
| 343 '../build/scripts/templates/StyleBuilder.cpp.tmpl', | 335 '../build/scripts/templates/StyleBuilder.cpp.tmpl', |
| 344 '../build/scripts/templates/StyleBuilderFunctions.cpp.tmpl', | 336 '../build/scripts/templates/StyleBuilderFunctions.cpp.tmpl', |
| 345 '../build/scripts/templates/StyleBuilderFunctions.h.tmpl', | 337 '../build/scripts/templates/StyleBuilderFunctions.h.tmpl', |
| 346 'css/CSSProperties.in', | |
| 347 ], | 338 ], |
| 348 'outputs': [ | 339 'outputs': [ |
| 349 '<(blink_core_output_dir)/StyleBuilder.cpp', | 340 '<(blink_core_output_dir)/StyleBuilder.cpp', |
| 350 '<(blink_core_output_dir)/StyleBuilderFunctions.h', | 341 '<(blink_core_output_dir)/StyleBuilderFunctions.h', |
| 351 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', | 342 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', |
| 352 ], | 343 ], |
| 353 'action': [ | 344 'action': [ |
| 354 'python', | 345 'python', |
| 355 '../build/scripts/make_style_builder.py', | 346 '../build/scripts/make_style_builder.py', |
| 356 'css/CSSProperties.in', | 347 'css/CSSProperties.in', |
| (...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 '../build/scripts/rule_bison.py', | 810 '../build/scripts/rule_bison.py', |
| 820 '<(RULE_INPUT_PATH)', | 811 '<(RULE_INPUT_PATH)', |
| 821 '<(blink_core_output_dir)', | 812 '<(blink_core_output_dir)', |
| 822 '<(bison_exe)', | 813 '<(bison_exe)', |
| 823 ], | 814 ], |
| 824 }, | 815 }, |
| 825 ], | 816 ], |
| 826 }, | 817 }, |
| 827 ], | 818 ], |
| 828 } | 819 } |
| OLD | NEW |