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

Side by Side Diff: ash/ash.gyp

Issue 9838010: Automatically remap Command key on an Apple keyboard to Control [part 1 of 2 - Ash part] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/key_rewriter_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'drag_drop/drag_drop_controller.cc', 76 'drag_drop/drag_drop_controller.cc',
77 'drag_drop/drag_drop_controller.h', 77 'drag_drop/drag_drop_controller.h',
78 'drag_drop/drag_image_view.cc', 78 'drag_drop/drag_image_view.cc',
79 'drag_drop/drag_image_view.h', 79 'drag_drop/drag_image_view.h',
80 'focus_cycler.cc', 80 'focus_cycler.cc',
81 'focus_cycler.h', 81 'focus_cycler.h',
82 'ime/event.cc', 82 'ime/event.cc',
83 'ime/event.h', 83 'ime/event.h',
84 'ime/input_method_event_filter.cc', 84 'ime/input_method_event_filter.cc',
85 'ime/input_method_event_filter.h', 85 'ime/input_method_event_filter.h',
86 'key_rewriter_delegate.h',
86 'launcher/background_animator.cc', 87 'launcher/background_animator.cc',
87 'launcher/background_animator.h', 88 'launcher/background_animator.h',
88 'launcher/launcher.cc', 89 'launcher/launcher.cc',
89 'launcher/launcher.h', 90 'launcher/launcher.h',
90 'launcher/launcher_button.cc', 91 'launcher/launcher_button.cc',
91 'launcher/launcher_button.h', 92 'launcher/launcher_button.h',
92 'launcher/launcher_delegate.h', 93 'launcher/launcher_delegate.h',
93 'launcher/launcher_model.cc', 94 'launcher/launcher_model.cc',
94 'launcher/launcher_model.h', 95 'launcher/launcher_model.h',
95 'launcher/launcher_model_observer.h', 96 'launcher/launcher_model_observer.h',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'wm/default_window_resizer.cc', 186 'wm/default_window_resizer.cc',
186 'wm/default_window_resizer.h', 187 'wm/default_window_resizer.h',
187 'wm/dialog_frame_view.cc', 188 'wm/dialog_frame_view.cc',
188 'wm/dialog_frame_view.h', 189 'wm/dialog_frame_view.h',
189 'wm/event_client_impl.cc', 190 'wm/event_client_impl.cc',
190 'wm/event_client_impl.h', 191 'wm/event_client_impl.h',
191 'wm/frame_painter.cc', 192 'wm/frame_painter.cc',
192 'wm/frame_painter.h', 193 'wm/frame_painter.h',
193 'wm/image_grid.cc', 194 'wm/image_grid.cc',
194 'wm/image_grid.h', 195 'wm/image_grid.h',
196 'wm/key_rewriter_event_filter.cc',
197 'wm/key_rewriter_event_filter.h',
195 'wm/panel_frame_view.cc', 198 'wm/panel_frame_view.cc',
196 'wm/panel_frame_view.h', 199 'wm/panel_frame_view.h',
197 'wm/panel_layout_manager.cc', 200 'wm/panel_layout_manager.cc',
198 'wm/panel_layout_manager.h', 201 'wm/panel_layout_manager.h',
199 'wm/panel_window_event_filter.cc', 202 'wm/panel_window_event_filter.cc',
200 'wm/panel_window_event_filter.h', 203 'wm/panel_window_event_filter.h',
201 'wm/partial_screenshot_event_filter.cc', 204 'wm/partial_screenshot_event_filter.cc',
202 'wm/partial_screenshot_event_filter.h', 205 'wm/partial_screenshot_event_filter.h',
203 'wm/partial_screenshot_view.cc', 206 'wm/partial_screenshot_view.cc',
204 'wm/partial_screenshot_view.h', 207 'wm/partial_screenshot_view.h',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 'shell/cocoa/app-Info.plist', 473 'shell/cocoa/app-Info.plist',
471 ], 474 ],
472 'xcode_settings': { 475 'xcode_settings': {
473 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 476 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
474 }, 477 },
475 }], 478 }],
476 ], 479 ],
477 }, 480 },
478 ], 481 ],
479 } 482 }
OLDNEW
« no previous file with comments | « no previous file | ash/key_rewriter_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698