Chromium Code Reviews| 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', | |
|
haraken
2014/09/10 07:30:32
--verbose ?
vivekg
2014/09/10 07:46:56
The test resources are not packaged in the grd gen
| |
| 186 '<@(_outputs)', | 187 '<@(_outputs)', |
| 187 '<@(_private_script_files)' | 188 '<@(_private_script_files)' |
| 188 ], | 189 ], |
| 189 }, | 190 }, |
| 190 { | 191 { |
| 191 'action_name': 'HTMLEntityTable', | 192 'action_name': 'HTMLEntityTable', |
| 192 'inputs': [ | 193 'inputs': [ |
| 193 'html/parser/create-html-entity-table', | 194 'html/parser/create-html-entity-table', |
| 194 'html/parser/HTMLEntityNames.in', | 195 'html/parser/HTMLEntityNames.in', |
| 195 ], | 196 ], |
| (...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 807 '../build/scripts/rule_bison.py', | 808 '../build/scripts/rule_bison.py', |
| 808 '<(RULE_INPUT_PATH)', | 809 '<(RULE_INPUT_PATH)', |
| 809 '<(blink_core_output_dir)', | 810 '<(blink_core_output_dir)', |
| 810 '<(bison_exe)', | 811 '<(bison_exe)', |
| 811 ], | 812 ], |
| 812 }, | 813 }, |
| 813 ], | 814 ], |
| 814 }, | 815 }, |
| 815 ], | 816 ], |
| 816 } | 817 } |
| OLD | NEW |