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

Side by Side Diff: ash/ash.gyp

Issue 10825026: Make accelerators not to work when the keyboard overlay is shown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/keyboard_overlay/keyboard_overlay_view.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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'wm/dialog_frame_view.cc', 239 'wm/dialog_frame_view.cc',
240 'wm/dialog_frame_view.h', 240 'wm/dialog_frame_view.h',
241 'wm/event_client_impl.cc', 241 'wm/event_client_impl.cc',
242 'wm/event_client_impl.h', 242 'wm/event_client_impl.h',
243 'wm/event_rewriter_event_filter.cc', 243 'wm/event_rewriter_event_filter.cc',
244 'wm/event_rewriter_event_filter.h', 244 'wm/event_rewriter_event_filter.h',
245 'wm/frame_painter.cc', 245 'wm/frame_painter.cc',
246 'wm/frame_painter.h', 246 'wm/frame_painter.h',
247 'wm/image_grid.cc', 247 'wm/image_grid.cc',
248 'wm/image_grid.h', 248 'wm/image_grid.h',
249 'wm/overlay_event_filter.cc',
250 'wm/overlay_event_filter.h',
249 'wm/panel_frame_view.cc', 251 'wm/panel_frame_view.cc',
250 'wm/panel_frame_view.h', 252 'wm/panel_frame_view.h',
251 'wm/panel_layout_manager.cc', 253 'wm/panel_layout_manager.cc',
252 'wm/panel_layout_manager.h', 254 'wm/panel_layout_manager.h',
253 'wm/panel_window_event_filter.cc', 255 'wm/panel_window_event_filter.cc',
254 'wm/panel_window_event_filter.h', 256 'wm/panel_window_event_filter.h',
255 'wm/partial_screenshot_event_filter.cc',
256 'wm/partial_screenshot_event_filter.h',
257 'wm/partial_screenshot_view.cc', 257 'wm/partial_screenshot_view.cc',
258 'wm/partial_screenshot_view.h', 258 'wm/partial_screenshot_view.h',
259 'wm/power_button_controller.cc', 259 'wm/power_button_controller.cc',
260 'wm/power_button_controller.h', 260 'wm/power_button_controller.h',
261 'wm/property_util.cc', 261 'wm/property_util.cc',
262 'wm/property_util.h', 262 'wm/property_util.h',
263 'wm/resize_shadow.cc', 263 'wm/resize_shadow.cc',
264 'wm/resize_shadow.h', 264 'wm/resize_shadow.h',
265 'wm/resize_shadow_controller.cc', 265 'wm/resize_shadow_controller.cc',
266 'wm/resize_shadow_controller.h', 266 'wm/resize_shadow_controller.h',
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'shell/cocoa/app-Info.plist', 603 'shell/cocoa/app-Info.plist',
604 ], 604 ],
605 'xcode_settings': { 605 'xcode_settings': {
606 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 606 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
607 }, 607 },
608 }], 608 }],
609 ], 609 ],
610 }, 610 },
611 ], 611 ],
612 } 612 }
OLDNEW
« no previous file with comments | « no previous file | ash/keyboard_overlay/keyboard_overlay_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698