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

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: Reduce visibility even futher Created 5 years 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 | « build/config/nacl/rules.gni ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
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..23b5f991f40f7ea848c6a6df0dc2fec9f477130c 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 += [
@@ -394,7 +392,6 @@ js2gtest("chromevox_unitjs_tests") {
js2gtest("chromevox_extjs_tests") {
test_type = "extension"
sources = chromevox_tests_gypi_values.chromevox_tests_extjs_sources
- sources -= [ "braille/liblouis_test.extjs" ] # TODO(GYP)
gen_include_files =
chromevox_tests_gypi_values.chromevox_tests_ext_gen_include_sources
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
« no previous file with comments | « build/config/nacl/rules.gni ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698