From 52ed04a8d3184f11437dd2e6b35a7a660135a69a Mon Sep 17 00:00:00 2001 From: "dtseng@google.com" Date: Thu, 5 Dec 2013 00:26:15 +0000 Subject: 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 --- third_party/liblouis/liblouis_untrusted.gyp | 35 +++++++++++++---------------- 1 file changed, 16 insertions(+), 19 deletions(-) (limited to 'third_party') 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', -- cgit v1.1