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

Unified Diff: third_party/liblouis/BUILD.gn

Issue 1682833002: Fix liblouis GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: relative to . Created 4 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/liblouis/BUILD.gn
diff --git a/third_party/liblouis/BUILD.gn b/third_party/liblouis/BUILD.gn
index 75018ce9d58238b2134230b3ef7a7290f9eb92ab..02de24d2bb240d5d5a6b800df0c1300dadd75925 100644
--- a/third_party/liblouis/BUILD.gn
+++ b/third_party/liblouis/BUILD.gn
@@ -49,7 +49,7 @@ if (current_toolchain == default_toolchain) {
"-d",
rebase_path("$dest_dir/tables", root_build_dir),
"-e",
- rebase_path("cvox-common.cti", root_build_dir),
+ "cvox-common.cti",
"--depfile",
rebase_path(depfile, root_build_dir),
] + rebase_path(sources, root_build_dir)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698