Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Side by Side Diff: chrome/browser/resources/chromeos/chromevox/chromevox.gyp

Issue 317613002: Switch ChromeVox translations to the non-third_party ones. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/third_party/chromevox/_locales/am/messages.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/third_party/chromevox/_locales/am/messages.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698