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

Unified Diff: third_party/liblouis/liblouis_nacl.gyp

Issue 589133002: Make undefined Unicode characters show up in a nicer way in braille. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moretables
Patch Set: Fix typo. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/liblouis/liblouis_list_tables.py ('k') | third_party/liblouis/nacl_wrapper/liblouis_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/liblouis/liblouis_nacl.gyp
diff --git a/third_party/liblouis/liblouis_nacl.gyp b/third_party/liblouis/liblouis_nacl.gyp
index e41855ba7ab85ecdb086881975c0939ef75cec08..f7ada94d1bb3df60e91e8b4f7ab45143805c55cc 100644
--- a/third_party/liblouis/liblouis_nacl.gyp
+++ b/third_party/liblouis/liblouis_nacl.gyp
@@ -7,7 +7,7 @@
'braille_test_data_dir': '<(PRODUCT_DIR)/chromevox_test_data/braille',
'braille_chromevox_dir': '<(PRODUCT_DIR)/resources/chromeos/chromevox/chromevox/background/braille',
'table_files': [
- '>!@pymod_do_main(liblouis_list_tables -D overrides/tables -D src/tables tables.json)',
+ '>!@pymod_do_main(liblouis_list_tables -D . -D src/tables -e cvox-common.cti tables.json)',
],
},
# x86 targets build both 32 and 64 bit binaries by default. We only need
« no previous file with comments | « third_party/liblouis/liblouis_list_tables.py ('k') | third_party/liblouis/nacl_wrapper/liblouis_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698