| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 'xml/XPathGrammar.y', | 143 'xml/XPathGrammar.y', |
| 144 ], | 144 ], |
| 145 'actions': [ | 145 'actions': [ |
| 146 { | 146 { |
| 147 'action_name': 'generatePrivateScript', | 147 'action_name': 'generatePrivateScript', |
| 148 # FIXME: The implementation of Blink-in-JS is not yet mature. | 148 # FIXME: The implementation of Blink-in-JS is not yet mature. |
| 149 # You can use Blink-in-JS in your local experiment, but don't ship it. | 149 # You can use Blink-in-JS in your local experiment, but don't ship it. |
| 150 # crbug.com/341031 | 150 # crbug.com/341031 |
| 151 'private_script_files': [ | 151 'private_script_files': [ |
| 152 '../bindings/core/v8/PrivateScriptRunner.js', | 152 '../bindings/core/v8/PrivateScriptRunner.js', |
| 153 'dom/ProcessingInstruction.js', |
| 153 'html/HTMLMarqueeElement.js', | 154 'html/HTMLMarqueeElement.js', |
| 154 'html/shadow/PluginPlaceholderElement.js', | 155 'html/shadow/PluginPlaceholderElement.js', |
| 155 'xml/DocumentXMLTreeViewer.js', | 156 'xml/DocumentXMLTreeViewer.js', |
| 157 'xml/DocumentXSLT.js', |
| 156 ], | 158 ], |
| 157 'inputs': [ | 159 'inputs': [ |
| 158 '../build/scripts/make_private_script_source.py', | 160 '../build/scripts/make_private_script_source.py', |
| 159 '<@(_private_script_files)', | 161 '<@(_private_script_files)', |
| 160 ], | 162 ], |
| 161 'outputs': [ | 163 'outputs': [ |
| 162 '<(blink_core_output_dir)/PrivateScriptSources.h', | 164 '<(blink_core_output_dir)/PrivateScriptSources.h', |
| 163 ], | 165 ], |
| 164 'action': [ | 166 'action': [ |
| 165 'python', | 167 'python', |
| (...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 809 '../build/scripts/rule_bison.py', | 811 '../build/scripts/rule_bison.py', |
| 810 '<(RULE_INPUT_PATH)', | 812 '<(RULE_INPUT_PATH)', |
| 811 '<(blink_core_output_dir)', | 813 '<(blink_core_output_dir)', |
| 812 '<(bison_exe)', | 814 '<(bison_exe)', |
| 813 ], | 815 ], |
| 814 }, | 816 }, |
| 815 ], | 817 ], |
| 816 }, | 818 }, |
| 817 ], | 819 ], |
| 818 } | 820 } |
| OLD | NEW |