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

Side by Side Diff: ui/views/views.gyp

Issue 10134036: Let Chrome app handle Ash accelerators first if the app is launched as a window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final rebase Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/views/focus/focus_manager_unittest.cc ('k') | no next file » | 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'events/event_aura.cc', 242 'events/event_aura.cc',
243 'events/event_win.cc', 243 'events/event_win.cc',
244 'events/event_x.cc', 244 'events/event_x.cc',
245 'focus/accelerator_handler.h', 245 'focus/accelerator_handler.h',
246 'focus/accelerator_handler_aura.cc', 246 'focus/accelerator_handler_aura.cc',
247 'focus/accelerator_handler_win.cc', 247 'focus/accelerator_handler_win.cc',
248 'focus/external_focus_tracker.cc', 248 'focus/external_focus_tracker.cc',
249 'focus/external_focus_tracker.h', 249 'focus/external_focus_tracker.h',
250 'focus/focus_manager.cc', 250 'focus/focus_manager.cc',
251 'focus/focus_manager.h', 251 'focus/focus_manager.h',
252 'focus/focus_manager_delegate.h',
252 'focus/focus_manager_factory.cc', 253 'focus/focus_manager_factory.cc',
253 'focus/focus_manager_factory.h', 254 'focus/focus_manager_factory.h',
254 'focus/focus_search.cc', 255 'focus/focus_search.cc',
255 'focus/focus_search.h', 256 'focus/focus_search.h',
256 'focus/view_storage.cc', 257 'focus/view_storage.cc',
257 'focus/view_storage.h', 258 'focus/view_storage.h',
258 'focus/widget_focus_manager.cc', 259 'focus/widget_focus_manager.cc',
259 'focus/widget_focus_manager.h', 260 'focus/widget_focus_manager.h',
260 'ime/input_method_base.cc', 261 'ime/input_method_base.cc',
261 'ime/input_method_base.h', 262 'ime/input_method_base.h',
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'sources/': [ 739 'sources/': [
739 # This is needed because the aura rule strips it from the default 740 # This is needed because the aura rule strips it from the default
740 # sources list. 741 # sources list.
741 ['include', '^../../content/app/startup_helper_win.cc'], 742 ['include', '^../../content/app/startup_helper_win.cc'],
742 ], 743 ],
743 }], 744 }],
744 ], 745 ],
745 }, # target_name: views_examples_lib 746 }, # target_name: views_examples_lib
746 ], 747 ],
747 } 748 }
OLDNEW
« no previous file with comments | « ui/views/focus/focus_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698