summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authordtseng@google.com <dtseng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-05 00:26:15 +0000
committerdtseng@google.com <dtseng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-05 00:26:15 +0000
commit52ed04a8d3184f11437dd2e6b35a7a660135a69a (patch)
tree6a36b7f36b01246741e198c78d09742e7612bcc4 /third_party
parent77f09ba1ab7ef106e3dbd6aa2a4c4ca15bb55c7b (diff)
downloadchromium_src-52ed04a8d3184f11437dd2e6b35a7a660135a69a.zip
chromium_src-52ed04a8d3184f11437dd2e6b35a7a660135a69a.tar.gz
chromium_src-52ed04a8d3184f11437dd2e6b35a7a660135a69a.tar.bz2
Moves the ChromeVox extension into the Chrome source tree.
BUG=309130 TEST=run ChromeVox on Aura. R=dmazzoni@chromium.org, erg@chromium.org, thakis@chromium.org, zelidrag@chromium.org Review URL: https://codereview.chromium.org/27748003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238830 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/liblouis/liblouis_untrusted.gyp35
1 files changed, 16 insertions, 19 deletions
diff --git a/third_party/liblouis/liblouis_untrusted.gyp b/third_party/liblouis/liblouis_untrusted.gyp
index 71f0ad2..1ae8ea0 100644
--- a/third_party/liblouis/liblouis_untrusted.gyp
+++ b/third_party/liblouis/liblouis_untrusted.gyp
@@ -67,7 +67,6 @@
'../../native_client/tools.gyp:prep_toolchain',
],
},
-
{
'target_name': 'liblouis_nacl_wrapper_untrusted',
'type': 'none',
@@ -138,24 +137,22 @@
],
# Copy specific files into the product directory to avoid
# copying over the unstripped binary file.
- # TODO(plundblad): Temporarily disabled while the rest of chromevox
- # lands.
- # 'copies': [
- # {
- # 'destination': '<(braille_chromevox_dir)',
- # 'files': [
- # '<(nmf)',
- # '>@(nexe_files)',
- # 'tables.json',
- # ],
- # },
- # {
- # 'destination': '<(braille_chromevox_dir)/tables',
- # 'files': [
- # '<@(table_files)',
- # ],
- # },
- # ],
+ 'copies': [
+ {
+ 'destination': '<(braille_chromevox_dir)',
+ 'files': [
+ '<(nmf)',
+ '>@(nexe_files)',
+ 'tables.json',
+ ],
+ },
+ {
+ 'destination': '<(braille_chromevox_dir)/tables',
+ 'files': [
+ '<@(table_files)',
+ ],
+ },
+ ],
},
{
'target_name': 'liblouis_test_data',