| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'conditions': [ | 6 'conditions': [ |
| 7 ['chromeos==1', { | 7 ['chromeos==1', { |
| 8 'variables': { | 8 'variables': { |
| 9 # Whether to compress the 4 main ChromeVox scripts. Applicable if | 9 # Whether to compress the 4 main ChromeVox scripts. Applicable if |
| 10 # use_migrated_chromevox is true. | 10 # use_migrated_chromevox is true. |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 ], | 124 ], |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 'target_name': 'chromevox_strings', | 127 'target_name': 'chromevox_strings', |
| 128 'type': 'none', | 128 'type': 'none', |
| 129 'actions': [ | 129 'actions': [ |
| 130 { | 130 { |
| 131 'action_name': 'chromevox_strings', | 131 'action_name': 'chromevox_strings', |
| 132 'variables': { | 132 'variables': { |
| 133 'grit_grd_file': 'strings/chromevox_strings.grd', | 133 'grit_grd_file': 'strings/chromevox_strings.grd', |
| 134 # TODO(plundblad): Change to use PRODUCT_DIR when we have | 134 'grit_out_dir': '<(chromevox_dest_dir)', |
| 135 # translations. | |
| 136 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/resources/chromeos/c
hromevox', | |
| 137 # We don't generate any RC files, so no resource_ds file is need
ed. | 135 # We don't generate any RC files, so no resource_ds file is need
ed. |
| 138 'grit_resource_ids': '', | 136 'grit_resource_ids': '', |
| 139 }, | 137 }, |
| 140 'includes': [ '../../../../../build/grit_action.gypi' ], | 138 'includes': [ '../../../../../build/grit_action.gypi' ], |
| 141 }, | 139 }, |
| 142 ], | 140 ], |
| 143 }, | 141 }, |
| 144 ], | 142 ], |
| 145 'conditions': [ | 143 'conditions': [ |
| 146 ['use_migrated_chromevox==1 and chromevox_compress_js==1', { | 144 ['use_migrated_chromevox==1 and chromevox_compress_js==1', { |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 '<(options_script_loader_file)', | 197 '<(options_script_loader_file)', |
| 200 ], | 198 ], |
| 201 'includes': [ 'copy_js.gypi', ], | 199 'includes': [ 'copy_js.gypi', ], |
| 202 }, | 200 }, |
| 203 ], | 201 ], |
| 204 }], | 202 }], |
| 205 ], | 203 ], |
| 206 }], | 204 }], |
| 207 ], | 205 ], |
| 208 } | 206 } |
| OLD | NEW |