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

Unified Diff: ash/ash.gyp

Issue 307533007: Move common accelerator code from ash to ui/wm/core (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix linkage warning Created 6 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 | « ash/accelerators/accelerator_filter_unittest.cc ('k') | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index b42fe07ad40f556ac69367f6a65d5ce76b40c059..78597a6ec6ac0529f9989c3a1e27031a56139f1d 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -57,8 +57,8 @@
'accelerators/accelerator_controller.h',
'accelerators/nested_accelerator_delegate.cc',
'accelerators/nested_accelerator_delegate.h',
- 'accelerators/accelerator_filter.cc',
- 'accelerators/accelerator_filter.h',
+ 'accelerators/accelerator_delegate.cc',
+ 'accelerators/accelerator_delegate.h',
'accelerators/accelerator_table.cc',
'accelerators/accelerator_table.h',
'accelerators/debug_commands.cc',
« no previous file with comments | « ash/accelerators/accelerator_filter_unittest.cc ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698