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

Unified Diff: ui/chromeos/BUILD.gn

Issue 2584063002: Re-land: Toggle spoken feedback if two fingers are held down. (Closed)
Patch Set: Only toggle spoken feedback on CFM devices Created 4 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 | « chromeos/audio/chromeos_sounds.h ('k') | ui/chromeos/touch_accessibility_enabler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/BUILD.gn
diff --git a/ui/chromeos/BUILD.gn b/ui/chromeos/BUILD.gn
index f20011e92a41ab75db5fcc428fcb1b8d9e8d02f9..e5844a5d9448e48d2a23df22b2dcea52b1a5fd5c 100644
--- a/ui/chromeos/BUILD.gn
+++ b/ui/chromeos/BUILD.gn
@@ -23,6 +23,8 @@ component("chromeos") {
"ime/input_method_menu_manager.h",
"ime/mode_indicator_view.cc",
"ime/mode_indicator_view.h",
+ "touch_accessibility_enabler.cc",
+ "touch_accessibility_enabler.h",
"touch_exploration_controller.cc",
"touch_exploration_controller.h",
"user_activity_power_manager_notifier.cc",
@@ -61,6 +63,7 @@ test("ui_chromeos_unittests") {
"ime/input_method_menu_item_unittest.cc",
"ime/input_method_menu_manager_unittest.cc",
"run_all_unittests.cc",
+ "touch_accessibility_enabler_unittest.cc",
"touch_exploration_controller_unittest.cc",
]
deps = [
« no previous file with comments | « chromeos/audio/chromeos_sounds.h ('k') | ui/chromeos/touch_accessibility_enabler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698