| 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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 'action': [ | 725 'action': [ |
| 726 'python', | 726 'python', |
| 727 '../build/scripts/make_token_matcher.py', | 727 '../build/scripts/make_token_matcher.py', |
| 728 '../core/html/HTMLMetaElement-in.cpp', | 728 '../core/html/HTMLMetaElement-in.cpp', |
| 729 '<(blink_core_output_dir)/HTMLMetaElement.cpp', | 729 '<(blink_core_output_dir)/HTMLMetaElement.cpp', |
| 730 ], | 730 ], |
| 731 }, | 731 }, |
| 732 { | 732 { |
| 733 'action_name': 'HTMLElementLookupTrie', | 733 'action_name': 'HTMLElementLookupTrie', |
| 734 'inputs': [ | 734 'inputs': [ |
| 735 '<@(scripts_for_in_files)', | 735 '<@(make_trie_helpers_files)', |
| 736 '../build/scripts/make_element_lookup_trie.py', | 736 '../build/scripts/make_element_lookup_trie.py', |
| 737 '../build/scripts/templates/ElementLookupTrie.cpp.tmpl', | 737 '../build/scripts/templates/ElementLookupTrie.cpp.tmpl', |
| 738 '../build/scripts/templates/ElementLookupTrie.h.tmpl', | 738 '../build/scripts/templates/ElementLookupTrie.h.tmpl', |
| 739 'html/HTMLTagNames.in', | 739 'html/HTMLTagNames.in', |
| 740 ], | 740 ], |
| 741 'outputs': [ | 741 'outputs': [ |
| 742 '<(blink_core_output_dir)/HTMLElementLookupTrie.cpp', | 742 '<(blink_core_output_dir)/HTMLElementLookupTrie.cpp', |
| 743 '<(blink_core_output_dir)/HTMLElementLookupTrie.h', | 743 '<(blink_core_output_dir)/HTMLElementLookupTrie.h', |
| 744 ], | 744 ], |
| 745 'action': [ | 745 'action': [ |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 785 '../build/scripts/rule_bison.py', | 785 '../build/scripts/rule_bison.py', |
| 786 '<(RULE_INPUT_PATH)', | 786 '<(RULE_INPUT_PATH)', |
| 787 '<(blink_core_output_dir)', | 787 '<(blink_core_output_dir)', |
| 788 '<(bison_exe)', | 788 '<(bison_exe)', |
| 789 ], | 789 ], |
| 790 }, | 790 }, |
| 791 ], | 791 ], |
| 792 }, | 792 }, |
| 793 ], | 793 ], |
| 794 } | 794 } |
| OLD | NEW |