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

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

Issue 9224001: Fixes issue with accelerators when a menu is open (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changes as requested Created 8 years, 10 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
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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 14 matching lines...) Expand all
25 ], 25 ],
26 'sources': [ 26 'sources': [
27 'aura_switches.cc', 27 'aura_switches.cc',
28 'aura_switches.h', 28 'aura_switches.h',
29 'client/activation_client.cc', 29 'client/activation_client.cc',
30 'client/activation_client.h', 30 'client/activation_client.h',
31 'client/activation_delegate.cc', 31 'client/activation_delegate.cc',
32 'client/activation_delegate.h', 32 'client/activation_delegate.h',
33 'client/aura_constants.cc', 33 'client/aura_constants.cc',
34 'client/aura_constants.h', 34 'client/aura_constants.h',
35 'client/dispatcher_client.cc',
36 'client/dispatcher_client.h',
35 'client/drag_drop_client.cc', 37 'client/drag_drop_client.cc',
36 'client/drag_drop_client.h', 38 'client/drag_drop_client.h',
37 'client/drag_drop_delegate.cc', 39 'client/drag_drop_delegate.cc',
38 'client/drag_drop_delegate.h', 40 'client/drag_drop_delegate.h',
39 'client/stacking_client.cc', 41 'client/stacking_client.cc',
40 'client/stacking_client.h', 42 'client/stacking_client.h',
41 'client/tooltip_client.cc', 43 'client/tooltip_client.cc',
42 'client/tooltip_client.h', 44 'client/tooltip_client.h',
43 'client/visibility_client.cc', 45 'client/visibility_client.cc',
44 'client/visibility_client.h', 46 'client/visibility_client.h',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 # osmesa GL implementation is used on linux. 168 # osmesa GL implementation is used on linux.
167 ['OS=="linux"', { 169 ['OS=="linux"', {
168 'dependencies': [ 170 'dependencies': [
169 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 171 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
170 ], 172 ],
171 }], 173 }],
172 ], 174 ],
173 }, 175 },
174 ], 176 ],
175 } 177 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698