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

Side by Side Diff: third_party/liblouis/liblouis_nacl.gyp

Issue 579623003: Upgrade liblouis to 2.6.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 6 years, 3 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 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 'variables': { 6 'variables': {
7 'braille_test_data_dir': '<(PRODUCT_DIR)/chromevox_test_data/braille', 7 'braille_test_data_dir': '<(PRODUCT_DIR)/chromevox_test_data/braille',
8 'braille_chromevox_dir': '<(PRODUCT_DIR)/resources/chromeos/chromevox/chrome vox/background/braille', 8 'braille_chromevox_dir': '<(PRODUCT_DIR)/resources/chromeos/chromevox/chrome vox/background/braille',
9 'table_files': [ 9 'table_files': [
10 '>!@pymod_do_main(liblouis_list_tables -D overrides/tables -D src/tables t ables.json)', 10 '>!@pymod_do_main(liblouis_list_tables -D overrides/tables -D src/tables t ables.json)',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 '.', 50 '.',
51 ], 51 ],
52 'direct_dependent_settings': { 52 'direct_dependent_settings': {
53 'include_dirs': [ 53 'include_dirs': [
54 'overrides', 54 'overrides',
55 ], 55 ],
56 }, 56 },
57 'sources': [ 57 'sources': [
58 'overrides/liblouis/config.h', 58 'overrides/liblouis/config.h',
59 'overrides/liblouis/liblouis.h', 59 'overrides/liblouis/liblouis.h',
60 'overrides/liblouis/compileTranslationTable.c', 60 'src/liblouis/compileTranslationTable.c',
61 'src/liblouis/logging.c',
61 'src/liblouis/lou_backTranslateString.c', 62 'src/liblouis/lou_backTranslateString.c',
62 'src/liblouis/lou_translateString.c', 63 'src/liblouis/lou_translateString.c',
63 'src/liblouis/transcommon.ci', 64 'src/liblouis/transcommon.ci',
64 'src/liblouis/wrappers.c', 65 'src/liblouis/wrappers.c',
65 ], 66 ],
66 'dependencies': [ 67 'dependencies': [
67 '../../native_client/tools.gyp:prep_toolchain', 68 '../../native_client/tools.gyp:prep_toolchain',
68 ], 69 ],
69 }, 70 },
70 { 71 {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'files': [ 182 'files': [
182 '<@(table_files)', 183 '<@(table_files)',
183 ], 184 ],
184 }, 185 },
185 ], 186 ],
186 }, 187 },
187 ], 188 ],
188 }], 189 }],
189 ], 190 ],
190 } 191 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698