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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 105 { | 105 { |
| 106 'action_name': 'generateV8ArrayBufferViewCustomScript', | 106 'action_name': 'generateV8ArrayBufferViewCustomScript', |
| 107 'inputs': [ | 107 'inputs': [ |
| 108 '<(bindings_dir)/v8/custom/V8ArrayBufferViewCustomScript.js', | 108 '<(bindings_dir)/v8/custom/V8ArrayBufferViewCustomScript.js', |
| 109 ], | 109 ], |
| 110 'outputs': [ | 110 'outputs': [ |
| 111 '<(SHARED_INTERMEDIATE_DIR)/blink/V8ArrayBufferViewCustomScript.h', | 111 '<(SHARED_INTERMEDIATE_DIR)/blink/V8ArrayBufferViewCustomScript.h', |
| 112 ], | 112 ], |
| 113 'msvs_cygwin_shell': 0, | 113 'msvs_cygwin_shell': 0, |
| 114 'action': [ | 114 'action': [ |
| 115 '<(perl_exe)', | 115 'python', |
| 116 '../build/scripts/xxd.pl', | 116 '../build/scripts/xxd.py', |
| 117 'V8ArrayBufferViewCustomScript_js', | 117 'V8ArrayBufferViewCustomScript_js', |
| 118 '<@(_inputs)', | 118 '<@(_inputs)', |
| 119 '<@(_outputs)' | 119 '<@(_outputs)' |
| 120 ], | 120 ], |
| 121 'message': 'Generating V8ArrayBufferViewCustomScript.h from V8ArrayBuf ferViewCustomScript.js', | 121 'message': 'Generating V8ArrayBufferViewCustomScript.h from V8ArrayBuf ferViewCustomScript.js', |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 'action_name': 'generateXMLViewerCSS', | 124 'action_name': 'generateXMLViewerCSS', |
| 125 'inputs': [ | 125 'inputs': [ |
| 126 'xml/XMLViewer.css', | 126 'xml/XMLViewer.css', |
| 127 ], | 127 ], |
| 128 'outputs': [ | 128 'outputs': [ |
| 129 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLViewerCSS.h', | 129 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLViewerCSS.h', |
| 130 ], | 130 ], |
| 131 'msvs_cygwin_shell': 0, | 131 'msvs_cygwin_shell': 0, |
|
abarth-chromium
2013/10/25 04:16:35
Whatever we decide, we should be consistent here.
Nils Barth (inactive)
2013/10/25 07:22:36
Got it;
including (as necessary),
and reformatted
| |
| 132 'action': [ | 132 'action': [ |
| 133 '<(perl_exe)', | 133 'python', |
| 134 '../build/scripts/xxd.pl', | 134 '../build/scripts/xxd.py', |
| 135 'XMLViewer_css', | 135 'XMLViewer_css', |
| 136 '<@(_inputs)', | 136 '<@(_inputs)', |
| 137 '<@(_outputs)' | 137 '<@(_outputs)' |
| 138 ], | 138 ], |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 'action_name': 'generateXMLViewerJS', | 141 'action_name': 'generateXMLViewerJS', |
| 142 'inputs': [ | 142 'inputs': [ |
| 143 'xml/XMLViewer.js', | 143 'xml/XMLViewer.js', |
| 144 ], | 144 ], |
| 145 'outputs': [ | 145 'outputs': [ |
| 146 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLViewerJS.h', | 146 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLViewerJS.h', |
| 147 ], | 147 ], |
| 148 'msvs_cygwin_shell': 0, | 148 'msvs_cygwin_shell': 0, |
| 149 'action': [ | 149 'action': [ |
| 150 '<(perl_exe)', | 150 'python', |
| 151 '../build/scripts/xxd.pl', | 151 '../build/scripts/xxd.py', |
| 152 'XMLViewer_js', | 152 'XMLViewer_js', |
| 153 '<@(_inputs)', | 153 '<@(_inputs)', |
| 154 '<@(_outputs)' | 154 '<@(_outputs)' |
| 155 ], | 155 ], |
| 156 }, | 156 }, |
| 157 { | 157 { |
| 158 'action_name': 'HTMLEntityTable', | 158 'action_name': 'HTMLEntityTable', |
| 159 'inputs': [ | 159 'inputs': [ |
| 160 'html/parser/create-html-entity-table', | 160 'html/parser/create-html-entity-table', |
| 161 'html/parser/HTMLEntityNames.in', | 161 'html/parser/HTMLEntityNames.in', |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 634 '<(RULE_INPUT_PATH)', | 634 '<(RULE_INPUT_PATH)', |
| 635 '<(SHARED_INTERMEDIATE_DIR)/blink', | 635 '<(SHARED_INTERMEDIATE_DIR)/blink', |
| 636 '<(bison_exe)', | 636 '<(bison_exe)', |
| 637 ], | 637 ], |
| 638 'msvs_cygwin_shell': 1, | 638 'msvs_cygwin_shell': 1, |
| 639 }, | 639 }, |
| 640 ], | 640 ], |
| 641 }, | 641 }, |
| 642 ], | 642 ], |
| 643 } | 643 } |
| OLD | NEW |