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

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

Issue 1464873002: Run gn --format over all .gn files (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
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 c3bce7ef6a5ab8a5c835a977c7650cc9e1b9f292..e2a169361a9375ca34f090efe44f7693118e95f5 100644
--- a/chrome/browser/resources/chromeos/chromevox/BUILD.gn
+++ b/chrome/browser/resources/chromeos/chromevox/BUILD.gn
@@ -26,15 +26,15 @@ group("chromevox") {
#<(DEPTH)/third_party/liblouis/liblouis_nacl.gyp:liblouis_nacl_wrapper_nacl' # TODO(GYP)
":chromevox_copied_files",
- ":chromevox_manifest",
":chromevox_guest_manifest",
+ ":chromevox_manifest",
]
if (chromevox_compress_js) {
deps += [
+ ":chromevox_background_script",
":chromevox_content_script",
":chromevox_kbexplorer_script",
":chromevox_options_script",
- ":chromevox_background_script",
":chromevox_panel_script",
]
} else {
@@ -314,6 +314,8 @@ test("chromevox_tests") {
sources = chromevox_tests_gypi_values.chromevox_tests_sources
deps = [
+ ":chromevox_extjs_tests",
+ ":chromevox_unitjs_tests",
"//base",
"//base:i18n",
"//base/test:test_support",
@@ -328,8 +330,6 @@ test("chromevox_tests") {
"//chrome/test:test_support_ui",
"//testing/gmock",
"//testing/gtest",
- ":chromevox_extjs_tests",
- ":chromevox_unitjs_tests",
]
if (cld_version == 0 || cld_version == 2) {
# Because the browser_tests use translate, they need CLD data.

Powered by Google App Engine
This is Rietveld 408576698