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

Unified Diff: ash/ash.gyp

Issue 2162193003: Separates out accelerators using non-common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@accelerators
Patch Set: sim=20 Created 4 years, 5 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_controller_delegate_aura.cc ('k') | ash/common/wm/window_positioning_utils.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 a3ed04036b43a2ee82c76e85271a07461c1c7363..7e182cc46bd4a7d319dd3fc1353714b4a314a6ee 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -9,8 +9,13 @@
'ash_sources': [
'accelerators/accelerator_commands.cc',
'accelerators/accelerator_commands.h',
+ 'accelerators/accelerator_commands_aura.cc',
+ 'accelerators/accelerator_commands_aura.h',
'accelerators/accelerator_controller.cc',
'accelerators/accelerator_controller.h',
+ 'accelerators/accelerator_controller_delegate.h',
+ 'accelerators/accelerator_controller_delegate_aura.cc',
+ 'accelerators/accelerator_controller_delegate_aura.h',
'accelerators/accelerator_delegate.cc',
'accelerators/accelerator_delegate.h',
'accelerators/accelerator_table.cc',
« no previous file with comments | « ash/accelerators/accelerator_controller_delegate_aura.cc ('k') | ash/common/wm/window_positioning_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698