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

Unified Diff: ash/ash.gyp

Issue 23611005: ash: Allow web pages to use the Ctrl-M minimize shortcut (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 389bb121bd1767ba8b373f04fb53c949ed85c793..6f17a00a9de5d71138706b515d5892015a110135 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -47,6 +47,8 @@
],
'sources': [
# All .cc, .h under ash, except unittests
+ 'accelerators/accelerator_commands.cc',
+ 'accelerators/accelerator_commands.h',
'accelerators/accelerator_controller.cc',
'accelerators/accelerator_controller.h',
'accelerators/accelerator_dispatcher.cc',
@@ -535,6 +537,8 @@
'conditions': [
['OS=="mac"', {
'sources/': [
+ ['exclude', 'accelerators/accelerator_commands.cc'],
+ ['exclude', 'accelerators/accelerator_commands.h'],
['exclude', 'accelerators/accelerator_controller.cc'],
['exclude', 'accelerators/accelerator_controller.h'],
['exclude', 'accelerators/accelerator_dispatcher.cc'],
@@ -679,6 +683,7 @@
'../ui/compositor/test/layer_animator_test_controller.h',
'../ui/views/test/test_views_delegate.cc',
'../ui/views/test/test_views_delegate.h',
+ 'accelerators/accelerator_commands_unittest.cc',
'accelerators/accelerator_controller_unittest.cc',
'accelerators/accelerator_filter_unittest.cc',
'accelerators/accelerator_table_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698