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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 'inputs': [ | 176 'inputs': [ |
177 '../build/scripts/make_private_script_source.py', | 177 '../build/scripts/make_private_script_source.py', |
178 '<@(_private_script_files)', | 178 '<@(_private_script_files)', |
179 ], | 179 ], |
180 'outputs': [ | 180 'outputs': [ |
181 '<(blink_core_output_dir)/PrivateScriptSourcesForTesting.h', | 181 '<(blink_core_output_dir)/PrivateScriptSourcesForTesting.h', |
182 ], | 182 ], |
183 'action': [ | 183 'action': [ |
184 'python', | 184 'python', |
185 '../build/scripts/make_private_script_source.py', | 185 '../build/scripts/make_private_script_source.py', |
186 '--for-testing', | |
187 '<@(_outputs)', | 186 '<@(_outputs)', |
188 '<@(_private_script_files)' | 187 '<@(_private_script_files)' |
189 ], | 188 ], |
190 }, | 189 }, |
191 { | 190 { |
192 'action_name': 'HTMLEntityTable', | 191 'action_name': 'HTMLEntityTable', |
193 'inputs': [ | 192 'inputs': [ |
194 'html/parser/create-html-entity-table', | 193 'html/parser/create-html-entity-table', |
195 'html/parser/HTMLEntityNames.in', | 194 'html/parser/HTMLEntityNames.in', |
196 ], | 195 ], |
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
808 '../build/scripts/rule_bison.py', | 807 '../build/scripts/rule_bison.py', |
809 '<(RULE_INPUT_PATH)', | 808 '<(RULE_INPUT_PATH)', |
810 '<(blink_core_output_dir)', | 809 '<(blink_core_output_dir)', |
811 '<(bison_exe)', | 810 '<(bison_exe)', |
812 ], | 811 ], |
813 }, | 812 }, |
814 ], | 813 ], |
815 }, | 814 }, |
816 ], | 815 ], |
817 } | 816 } |
OLD | NEW |