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

Unified Diff: ash/BUILD.gn

Issue 2330403002: Do not activate system tray bubble by default (Closed)
Patch Set: Do not activate system tray bubble by default Created 4 years, 3 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 | « no previous file | ash/accelerators/accelerator_controller_delegate_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index e6e0164aa5f950a0a51adc0baf225525c14f8a9d..e079b0de342274d6a907af1f7808242c6b9fcfb6 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -33,6 +33,8 @@ component("ash") {
"ash_touch_exploration_manager_chromeos.h",
"aura/aura_layout_manager_adapter.cc",
"aura/aura_layout_manager_adapter.h",
+ "aura/key_event_watcher_aura.cc",
+ "aura/key_event_watcher_aura.h",
"aura/pointer_watcher_adapter.cc",
"aura/pointer_watcher_adapter.h",
"aura/wm_lookup_aura.cc",
@@ -102,6 +104,8 @@ component("ash") {
"common/gpu_support.h",
"common/gpu_support_stub.cc",
"common/gpu_support_stub.h",
+ "common/key_event_watcher.cc",
+ "common/key_event_watcher.h",
"common/keyboard/keyboard_ui.cc",
"common/keyboard/keyboard_ui.h",
"common/keyboard/keyboard_ui_observer.h",
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller_delegate_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698