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
3 # found in the LICENSE file.
7 'braille_test_data_dir': '<(PRODUCT_DIR)/chromevox_test_data/braille',
8 'braille_chromevox_dir': '<(PRODUCT_DIR)/resources/chromeos/chromevox/braille',
10 '>!@pymod_do_main(liblouis_list_tables -D . -D src/tables -e cvox-common.cti tables.json)',
13 # x86 targets build both 32 and 64 bit binaries by default. We only need
14 # the one that matches our target architecture.
17 ['target_arch=="ia32"', {
22 ['target_arch=="x64"', {
30 '../../build/common_untrusted.gypi',
33 ['disable_nacl==0 and disable_nacl_untrusted==0', {
36 'target_name': 'liblouis_nacl',
39 'nacl_untrusted_build': 1,
40 'nlib_target': 'liblouis_nacl.a',
45 '-Wno-unused-but-set-variable',
53 'direct_dependent_settings': {
59 'overrides/liblouis/config.h',
60 'overrides/liblouis/liblouis.h',
61 'src/liblouis/compileTranslationTable.c',
62 'src/liblouis/logging.c',
63 'src/liblouis/lou_backTranslateString.c',
64 'src/liblouis/lou_translateString.c',
65 'src/liblouis/transcommon.ci',
66 'src/liblouis/wrappers.c',
70 'target_name': 'liblouis_nacl_wrapper_nacl',
73 'nacl_untrusted_build': 1,
74 'nexe_target': 'liblouis_nacl',
75 'out_newlib64': '<(braille_test_data_dir)/>(nexe_target)_x86_64.nexe',
76 'out_newlib32': '<(braille_test_data_dir)/>(nexe_target)_x86_32.nexe',
77 'out_newlib_arm': '<(braille_test_data_dir)/>(nexe_target)_arm.nexe',
78 'out_newlib_mips': '<(braille_test_data_dir)/>(nexe_target)_mips32.nexe',
83 'nmf': '<(braille_test_data_dir)/>(nexe_target).nmf',
84 'target_conditions': [
85 ['enable_x86_64==1', {
86 'nexe_files': ['>(out_newlib64)'],
88 ['enable_x86_32==1', {
89 'nexe_files': ['>(out_newlib32)'],
92 'nexe_files': ['>(out_newlib_arm)'],
95 'nexe_files': ['>(out_newlib_mips)'],
100 'nacl_wrapper/liblouis_instance.h',
101 'nacl_wrapper/liblouis_instance.cc',
102 'nacl_wrapper/liblouis_module.h',
103 'nacl_wrapper/liblouis_module.cc',
104 'nacl_wrapper/liblouis_wrapper.h',
105 'nacl_wrapper/liblouis_wrapper.cc',
106 'nacl_wrapper/translation_params.h',
107 'nacl_wrapper/translation_result.h',
118 '../../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib',
119 '../../native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted',
120 '../../ppapi/native_client/native_client.gyp:ppapi_lib',
121 '../../ppapi/ppapi_nacl.gyp:ppapi_cpp_lib',
122 '../jsoncpp/jsoncpp_nacl.gyp:jsoncpp_nacl',
127 'action_name': 'Generate NEWLIB NMF',
131 'outputs': ['>(nmf)'],
134 '<(DEPTH)/native_client_sdk/src/tools/create_nmf.py',
137 '--no-default-libpath',
138 '--objdump=>(nacl_glibc_tc_root)/bin/x86_64-nacl-objdump',
142 # Copy specific files into the product directory to avoid
143 # copying over the unstripped binary file.
146 'destination': '<(braille_chromevox_dir)',
154 'destination': '<(braille_chromevox_dir)/tables',
162 'target_name': 'liblouis_test_data',
165 'test_extension_dir': '<(DEPTH)/chrome/test/data/chromeos/liblouis_nacl',
168 'liblouis_nacl_wrapper_nacl',
172 'destination': '<(braille_test_data_dir)',
175 '<(test_extension_dir)/manifest.json',
176 '<(test_extension_dir)/test.js',
180 'destination': '<(braille_test_data_dir)/tables',