| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 'html/parser/create-html-entity-table', | 230 'html/parser/create-html-entity-table', |
| 231 '-o', | 231 '-o', |
| 232 '<@(_outputs)', | 232 '<@(_outputs)', |
| 233 '<@(_inputs)' | 233 '<@(_inputs)' |
| 234 ], | 234 ], |
| 235 }, | 235 }, |
| 236 { | 236 { |
| 237 'action_name': 'CSSPropertyNames', | 237 'action_name': 'CSSPropertyNames', |
| 238 'variables': { | 238 'variables': { |
| 239 'in_files': [ | 239 'in_files': [ |
| 240 'css/CSSPropertyNames.in', | 240 'css/CSSProperties.in', |
| 241 'css/SVGCSSPropertyNames.in', | |
| 242 ], | 241 ], |
| 243 }, | 242 }, |
| 244 'inputs': [ | 243 'inputs': [ |
| 245 '<@(scripts_for_in_files)', | 244 '<@(css_properties_files)', |
| 246 '../build/scripts/make_css_property_names.py', | 245 '../build/scripts/make_css_property_names.py', |
| 247 '<@(in_files)' | 246 '<@(in_files)' |
| 248 ], | 247 ], |
| 249 'outputs': [ | 248 'outputs': [ |
| 250 '<(blink_core_output_dir)/CSSPropertyNames.cpp', | 249 '<(blink_core_output_dir)/CSSPropertyNames.cpp', |
| 251 '<(blink_core_output_dir)/CSSPropertyNames.h', | 250 '<(blink_core_output_dir)/CSSPropertyNames.h', |
| 252 ], | 251 ], |
| 253 'action': [ | 252 'action': [ |
| 254 'python', | 253 'python', |
| 255 '../build/scripts/make_css_property_names.py', | 254 '../build/scripts/make_css_property_names.py', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 'python', | 345 'python', |
| 347 '../build/scripts/make_mediaquery_tokenizer_codepoints.py', | 346 '../build/scripts/make_mediaquery_tokenizer_codepoints.py', |
| 348 '--output_dir', | 347 '--output_dir', |
| 349 '<(blink_core_output_dir)', | 348 '<(blink_core_output_dir)', |
| 350 '--defines', '<(feature_defines)', | 349 '--defines', '<(feature_defines)', |
| 351 ], | 350 ], |
| 352 }, | 351 }, |
| 353 { | 352 { |
| 354 'action_name': 'StylePropertyShorthand', | 353 'action_name': 'StylePropertyShorthand', |
| 355 'inputs': [ | 354 'inputs': [ |
| 356 '<@(scripts_for_in_files)', | 355 '<@(css_properties_files)', |
| 357 '../build/scripts/make_style_shorthands.py', | 356 '../build/scripts/make_style_shorthands.py', |
| 358 '../build/scripts/templates/StylePropertyShorthand.cpp.tmpl', | 357 '../build/scripts/templates/StylePropertyShorthand.cpp.tmpl', |
| 359 '../build/scripts/templates/StylePropertyShorthand.h.tmpl', | 358 '../build/scripts/templates/StylePropertyShorthand.h.tmpl', |
| 360 'css/CSSShorthands.in', | 359 'css/CSSProperties.in', |
| 361 ], | 360 ], |
| 362 'outputs': [ | 361 'outputs': [ |
| 363 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', | 362 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', |
| 364 '<(blink_core_output_dir)/StylePropertyShorthand.h', | 363 '<(blink_core_output_dir)/StylePropertyShorthand.h', |
| 365 ], | 364 ], |
| 366 'action': [ | 365 'action': [ |
| 367 'python', | 366 'python', |
| 368 '../build/scripts/make_style_shorthands.py', | 367 '../build/scripts/make_style_shorthands.py', |
| 369 'css/CSSShorthands.in', | 368 'css/CSSProperties.in', |
| 370 '--output_dir', | 369 '--output_dir', |
| 371 '<(blink_core_output_dir)', | 370 '<(blink_core_output_dir)', |
| 372 ], | 371 ], |
| 373 }, | 372 }, |
| 374 { | 373 { |
| 375 'action_name': 'StyleBuilder', | 374 'action_name': 'StyleBuilder', |
| 376 'inputs': [ | 375 'inputs': [ |
| 377 '<@(scripts_for_in_files)', | 376 '<@(css_properties_files)', |
| 378 '../build/scripts/make_style_builder.py', | 377 '../build/scripts/make_style_builder.py', |
| 379 '../build/scripts/templates/StyleBuilder.cpp.tmpl', | 378 '../build/scripts/templates/StyleBuilder.cpp.tmpl', |
| 380 '../build/scripts/templates/StyleBuilderFunctions.cpp.tmpl', | 379 '../build/scripts/templates/StyleBuilderFunctions.cpp.tmpl', |
| 381 '../build/scripts/templates/StyleBuilderFunctions.h.tmpl', | 380 '../build/scripts/templates/StyleBuilderFunctions.h.tmpl', |
| 382 'css/CSSProperties.in', | 381 'css/CSSProperties.in', |
| 383 ], | 382 ], |
| 384 'outputs': [ | 383 'outputs': [ |
| 385 '<(blink_core_output_dir)/StyleBuilder.cpp', | 384 '<(blink_core_output_dir)/StyleBuilder.cpp', |
| 386 '<(blink_core_output_dir)/StyleBuilderFunctions.h', | 385 '<(blink_core_output_dir)/StyleBuilderFunctions.h', |
| 387 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', | 386 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 857 '../build/scripts/rule_bison.py', | 856 '../build/scripts/rule_bison.py', |
| 858 '<(RULE_INPUT_PATH)', | 857 '<(RULE_INPUT_PATH)', |
| 859 '<(blink_core_output_dir)', | 858 '<(blink_core_output_dir)', |
| 860 '<(bison_exe)', | 859 '<(bison_exe)', |
| 861 ], | 860 ], |
| 862 }, | 861 }, |
| 863 ], | 862 ], |
| 864 }, | 863 }, |
| 865 ], | 864 ], |
| 866 } | 865 } |
| OLD | NEW |