summaryrefslogtreecommitdiffstats
path: root/third_party/liblouis
diff options
context:
space:
mode:
authordtseng@google.com <dtseng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-05 23:45:15 +0000
committerdtseng@google.com <dtseng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-05 23:45:15 +0000
commitda9717ccd44e4e3dbe150ff09612581c889054d2 (patch)
tree803b5202a3ae1f8608d53adb95f43418f0e9ef46 /third_party/liblouis
parent6fd64134feda8e7a6876799f40d9a2cfb3ed0a9b (diff)
downloadchromium_src-da9717ccd44e4e3dbe150ff09612581c889054d2.zip
chromium_src-da9717ccd44e4e3dbe150ff09612581c889054d2.tar.gz
chromium_src-da9717ccd44e4e3dbe150ff09612581c889054d2.tar.bz2
Reland issue 27748003: Moves the ChromeVox extension into the Chrome source tree.
BUG=309130 TEST=run ChromeVox on Aura. TBR=robliao Review URL: https://codereview.chromium.org/100513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239068 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/liblouis')
-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',