Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: third_party/WebKit/Source/core/core_generated.gyp

Issue 1978703002: Factor and simplify generation of the lookup trie used for HTMLLookupTrie. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove newlines Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698