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

Unified Diff: chrome/test/BUILD.gn

Issue 2795633002: Make select-to-speak work with Google Docs. (Closed)
Patch Set: Ready to land Created 3 years, 7 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 | « chrome/browser/resources/chromeos/select_to_speak/select_to_speak_gdocs_script.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 7861d7a0cce846b16020dd31d6678a22768aeee2..190e2adf6d9c3ca9a71df50cfe56e0e74df6722c 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -332,6 +332,63 @@ if (!is_android) {
]
}
+ if (is_chromeos) {
+ # These tests are only meant to run on an FYI bot because they
+ # test against live sites, as a way to catch potential regressions.
+ test("accessibility_live_site_tests") {
+ sources = [
+ "../browser/chromeos/accessibility/select_to_speak_live_site_browsertest.cc",
+ "base/interactive_test_utils.cc",
+ "base/interactive_test_utils.h",
+ "base/interactive_test_utils_aura.cc",
+ "base/interactive_test_utils_aura.h",
+ "base/interactive_test_utils_common_views.cc",
+ "base/interactive_ui_tests_main.cc",
+ ]
+ configs += [ "//build/config:precompiled_headers" ]
+
+ data_deps = [
+ "//testing/buildbot/filters:interactive_ui_tests_filters",
+ ]
+
+ defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
+ ldflags = []
+
+ deps = [
+ ":test_support",
+ ":test_support_ui",
+ "//chrome:packed_resources",
+ "//chrome:resources",
+ "//chrome:strings",
+ "//chrome/browser",
+ "//chrome/browser/devtools",
+ "//chrome/renderer",
+ "//components/resources",
+ "//components/sync",
+ "//components/sync:test_support_model",
+ "//content/app/resources",
+ "//content/test:test_support",
+ "//crypto:platform",
+ "//crypto:test_support",
+ "//extensions/features",
+ "//google_apis:test_support",
+ "//net",
+ "//net:net_resources",
+ "//net:test_support",
+ "//skia",
+ "//testing/gmock",
+ "//testing/gtest",
+ "//third_party/hunspell",
+ "//third_party/icu",
+ "//third_party/libpng",
+ "//third_party/zlib",
+ "//ui/base:test_support",
+ "//ui/resources:ui_test_pak",
+ "//ui/web_dialogs:test_support",
+ ]
+ }
+ }
+
test("interactive_ui_tests") {
sources = [
"../browser/apps/app_browsertest_util.cc",
« no previous file with comments | « chrome/browser/resources/chromeos/select_to_speak/select_to_speak_gdocs_script.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698