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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 '../build/scripts/make_element_factory.py', | 307 '../build/scripts/make_element_factory.py', |
308 'html/HTMLTagNames.in', | 308 'html/HTMLTagNames.in', |
309 'html/HTMLAttributeNames.in', | 309 'html/HTMLAttributeNames.in', |
310 '--output_dir', | 310 '--output_dir', |
311 '<(SHARED_INTERMEDIATE_DIR)/blink', | 311 '<(SHARED_INTERMEDIATE_DIR)/blink', |
312 ], | 312 ], |
313 }, | 313 }, |
314 { | 314 { |
315 'action_name': 'SVGNames', | 315 'action_name': 'SVGNames', |
316 'inputs': [ | 316 'inputs': [ |
317 '../build/scripts/Hasher.pm', | 317 '<@(make_element_factory_files)', |
318 '../build/scripts/StaticString.pm', | |
319 '../build/scripts/make_names.pl', | |
320 'svg/SVGTagNames.in', | 318 'svg/SVGTagNames.in', |
321 'svg/SVGAttributeNames.in', | 319 'svg/SVGAttributeNames.in', |
322 ], | 320 ], |
323 'outputs': [ | 321 'outputs': [ |
| 322 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.cpp', |
| 323 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.h', |
324 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.cpp', | 324 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.cpp', |
325 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.h', | 325 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.h', |
326 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.cpp', | |
327 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.h', | |
328 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.cpp', | 326 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.cpp', |
329 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.h', | 327 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.h', |
330 ], | 328 ], |
331 'action': [ | 329 'action': [ |
332 'python', | 330 'python', |
333 '../build/scripts/action_makenames.py', | 331 '../build/scripts/make_element_factory.py', |
334 '<@(_outputs)', | 332 'svg/SVGTagNames.in', |
335 '--', | 333 'svg/SVGAttributeNames.in', |
336 '<@(_inputs)', | 334 '--output_dir', |
337 '--', | 335 '<(SHARED_INTERMEDIATE_DIR)/blink', |
338 '--factory', | |
339 '--extraDefines', '<(feature_defines)' | |
340 ], | 336 ], |
341 'msvs_cygwin_shell': 1, | |
342 }, | 337 }, |
343 { | 338 { |
344 'action_name': 'EventFactory', | 339 'action_name': 'EventFactory', |
345 'inputs': [ | 340 'inputs': [ |
346 '<@(scripts_for_in_files)', | 341 '<@(scripts_for_in_files)', |
347 '../build/scripts/make_event_factory.py', | 342 '../build/scripts/make_event_factory.py', |
348 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', | 343 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', |
349 'events/EventAliases.in', | 344 'events/EventAliases.in', |
350 ], | 345 ], |
351 'outputs': [ | 346 'outputs': [ |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 '../build/scripts/make-hash-tools.pl', | 652 '../build/scripts/make-hash-tools.pl', |
658 '<(SHARED_INTERMEDIATE_DIR)/blink', | 653 '<(SHARED_INTERMEDIATE_DIR)/blink', |
659 '<(RULE_INPUT_PATH)', | 654 '<(RULE_INPUT_PATH)', |
660 '<(gperf_exe)', | 655 '<(gperf_exe)', |
661 ], | 656 ], |
662 }, | 657 }, |
663 ], | 658 ], |
664 }, | 659 }, |
665 ], | 660 ], |
666 } | 661 } |
OLD | NEW |