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

Unified Diff: chrome/test/BUILD.gn

Issue 2698273002: Select-to-speak: Stop speech when tapping Search or Control (Closed)
Patch Set: Trigger on tap and release of Search or Control Created 3 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 | « chrome/browser/chromeos/accessibility/speech_monitor.cc ('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 43dc844cc4b2d2e6fbf1f9dfead182e90daddd09..b9b6c4767552e8d257d0d48d230dc13408e17130 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -217,6 +217,10 @@ static_library("test_support") {
]
}
if (is_chromeos) {
+ sources += [
+ "../browser/chromeos/accessibility/speech_monitor.cc",
+ "../browser/chromeos/accessibility/speech_monitor.h",
+ ]
public_deps += [
"//components/ownership",
"//components/user_manager:test_support",
@@ -617,8 +621,6 @@ if (!is_android) {
"../../ash/accelerators/accelerator_interactive_uitest_chromeos.cc",
"../browser/chromeos/accessibility/accessibility_highlight_manager_interactive_uitest.cc",
"../browser/chromeos/accessibility/magnification_controller_browsertest.cc",
- "../browser/chromeos/accessibility/speech_monitor.cc",
- "../browser/chromeos/accessibility/speech_monitor.h",
"../browser/chromeos/accessibility/spoken_feedback_browsertest.cc",
"../browser/chromeos/accessibility/sticky_keys_browsertest.cc",
"../browser/chromeos/input_method/textinput_browsertest.cc",
« no previous file with comments | « chrome/browser/chromeos/accessibility/speech_monitor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698