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

Unified Diff: chrome/browser/resources/chromeos/chromevox/BUILD.gn

Issue 1462243002: GN: Support building liblouis library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | chrome/test/BUILD.gn » ('j') | third_party/liblouis/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/BUILD.gn
diff --git a/chrome/browser/resources/chromeos/chromevox/BUILD.gn b/chrome/browser/resources/chromeos/chromevox/BUILD.gn
index 87e9eb386d13c98fa031f3cc97f9a6c378ff55fe..aa086f81f33649677844e36c6d55ce3ddb8c74ef 100644
--- a/chrome/browser/resources/chromeos/chromevox/BUILD.gn
+++ b/chrome/browser/resources/chromeos/chromevox/BUILD.gn
@@ -19,15 +19,13 @@ chromevox_out_dir = "$root_out_dir/resources/chromeos/chromevox"
group("chromevox") {
deps = [
+ ":chromevox_copied_files",
+ ":chromevox_guest_manifest",
+ ":chromevox_manifest",
"//chrome/browser/resources/chromeos/braille_ime:braille_ime_manifest",
"//chrome/browser/resources/chromeos/chromevox/strings:chromevox_strings",
"//chrome/third_party/chromevox:chromevox_third_party_resources",
"//third_party/liblouis",
-
- #<(DEPTH)/third_party/liblouis/liblouis_nacl.gyp:liblouis_nacl_wrapper_nacl' # TODO(GYP)
- ":chromevox_copied_files",
- ":chromevox_guest_manifest",
- ":chromevox_manifest",
]
if (chromevox_compress_js) {
deps += [
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | third_party/liblouis/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698