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

Side by Side Diff: chrome/third_party/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 | « chrome/third_party/chromevox/_locales/zh_TW/messages.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'chromevox_third_party_resources', 10 'target_name': 'chromevox_third_party_resources',
11 'type': 'none', 11 'type': 'none',
12 'copies': [ 12 'copies': [
13 # TODO(plundblad): Some of these css files are forks of 13 # TODO(plundblad): Some of these css files are forks of
14 # cs from Chrome's web ui. Consider consolidating those. 14 # cs from Chrome's web ui. Consider consolidating those.
15 { 15 {
16 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/chrome vox/background', 16 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/chrome vox/background',
17 'files': [ 17 'files': [
18 'chromevox/background/chrome_shared2.css', 18 'chromevox/background/chrome_shared2.css',
19 'chromevox/background/options.css', 19 'chromevox/background/options.css',
20 'chromevox/background/options_widgets.css', 20 'chromevox/background/options_widgets.css',
21 ], 21 ],
22 }, 22 },
23 { 23 {
24 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/chrome vox/injected', 24 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/chrome vox/injected',
25 'files': [ 25 'files': [
26 'chromevox/injected/mathjax_external_util.js', 26 'chromevox/injected/mathjax_external_util.js',
27 'chromevox/injected/mathjax.js', 27 'chromevox/injected/mathjax.js',
28 ], 28 ],
29 }, 29 },
30 {
31 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/',
32 'files': [
33 '_locales/',
34 ],
35 },
36 ], 30 ],
37 'conditions': [ 31 'conditions': [
38 ['use_migrated_chromevox==0', { 32 ['use_migrated_chromevox==0', {
39 'copies': [ 33 'copies': [
40 { 34 {
41 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox', 35 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox',
42 'files': [ 36 'files': [
43 'chromeVoxChromeBackgroundScript.js', 37 'chromeVoxChromeBackgroundScript.js',
44 'chromeVoxChromeOptionsScript.js', 38 'chromeVoxChromeOptionsScript.js',
45 'chromeVoxChromePageScript.js', 39 'chromeVoxChromePageScript.js',
46 'chromeVoxKbExplorerScript.js', 40 'chromeVoxKbExplorerScript.js',
47 ], 41 ],
48 }, 42 },
49 ], 43 ],
50 }], 44 }],
51 ], 45 ],
52 }, 46 },
53 ], 47 ],
54 }], 48 }],
55 ], 49 ],
56 } 50 }
OLDNEW
« no previous file with comments | « chrome/third_party/chromevox/_locales/zh_TW/messages.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698