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

Unified 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: Simplify whitelist 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
Index: third_party/liblouis/liblouis_nacl.gyp
diff --git a/third_party/liblouis/liblouis_nacl.gyp b/third_party/liblouis/liblouis_nacl.gyp
index b89b22bb62c07d276aa16ae777ae6da3e7ee30ef..e41855ba7ab85ecdb086881975c0939ef75cec08 100644
--- a/third_party/liblouis/liblouis_nacl.gyp
+++ b/third_party/liblouis/liblouis_nacl.gyp
@@ -57,7 +57,8 @@
'sources': [
'overrides/liblouis/config.h',
'overrides/liblouis/liblouis.h',
- 'overrides/liblouis/compileTranslationTable.c',
+ 'src/liblouis/compileTranslationTable.c',
+ 'src/liblouis/logging.c',
'src/liblouis/lou_backTranslateString.c',
'src/liblouis/lou_translateString.c',
'src/liblouis/transcommon.ci',
« no previous file with comments | « third_party/liblouis/README.chromium ('k') | third_party/liblouis/overrides/liblouis/compileTranslationTable.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698