| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 ], | 160 ], |
| 161 'actions': [ | 161 'actions': [ |
| 162 { | 162 { |
| 163 'action_name': 'generatePrivateScript', | 163 'action_name': 'generatePrivateScript', |
| 164 # FIXME: The implementation of Blink-in-JS is not yet mature. | 164 # FIXME: The implementation of Blink-in-JS is not yet mature. |
| 165 # You can use Blink-in-JS in your local experiment, but don't ship it. | 165 # You can use Blink-in-JS in your local experiment, but don't ship it. |
| 166 # crbug.com/341031 | 166 # crbug.com/341031 |
| 167 'private_script_files': [ | 167 'private_script_files': [ |
| 168 '../bindings/core/v8/PrivateScriptRunner.js', | 168 '../bindings/core/v8/PrivateScriptRunner.js', |
| 169 'html/HTMLMarqueeElement.js', | 169 'html/HTMLMarqueeElement.js', |
| 170 'html/shadow/PluginPlaceholderElement.js', | |
| 171 'xml/DocumentXMLTreeViewer.js', | 170 'xml/DocumentXMLTreeViewer.js', |
| 172 ], | 171 ], |
| 173 'inputs': [ | 172 'inputs': [ |
| 174 '../build/scripts/make_private_script_source.py', | 173 '../build/scripts/make_private_script_source.py', |
| 175 '<@(_private_script_files)', | 174 '<@(_private_script_files)', |
| 176 ], | 175 ], |
| 177 'outputs': [ | 176 'outputs': [ |
| 178 '<(blink_core_output_dir)/PrivateScriptSources.h', | 177 '<(blink_core_output_dir)/PrivateScriptSources.h', |
| 179 ], | 178 ], |
| 180 'action': [ | 179 'action': [ |
| (...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 745 '../build/scripts/rule_bison.py', | 744 '../build/scripts/rule_bison.py', |
| 746 '<(RULE_INPUT_PATH)', | 745 '<(RULE_INPUT_PATH)', |
| 747 '<(blink_core_output_dir)', | 746 '<(blink_core_output_dir)', |
| 748 '<(bison_exe)', | 747 '<(bison_exe)', |
| 749 ], | 748 ], |
| 750 }, | 749 }, |
| 751 ], | 750 ], |
| 752 }, | 751 }, |
| 753 ], | 752 ], |
| 754 } | 753 } |
| OLD | NEW |