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

Unified Diff: ui/ui.gyp

Issue 8508056: Split a part of code managing accelerators from views::FocusManager. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address comments Created 9 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
« no previous file with comments | « ui/base/accelerator_manager.cc ('k') | views/focus/focus_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 1138357ff13531b11e46ee248392c170e36557a2..f7141e4bd4038a1941abec6d38eb9fdb69a9696a 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -47,6 +47,8 @@
'../third_party/icu/icu.gyp:icuuc',
],
'sources': [
+ 'base/accelerator_manager.cc',
+ 'base/accelerator_manager.h',
'base/accessibility/accessibility_types.h',
'base/accessibility/accessible_text_utils.cc',
'base/accessibility/accessible_text_utils.h',
« no previous file with comments | « ui/base/accelerator_manager.cc ('k') | views/focus/focus_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698