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

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

Issue 9788001: Remove stops_event_propagation from Window, since it's broken. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | « chrome/test/base/view_event_test_base.cc ('k') | ui/aura/client/event_client.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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 20 matching lines...) Expand all
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', 35 'client/dispatcher_client.cc',
36 'client/dispatcher_client.h', 36 'client/dispatcher_client.h',
37 'client/drag_drop_client.cc', 37 'client/drag_drop_client.cc',
38 'client/drag_drop_client.h', 38 'client/drag_drop_client.h',
39 'client/drag_drop_delegate.cc', 39 'client/drag_drop_delegate.cc',
40 'client/drag_drop_delegate.h', 40 'client/drag_drop_delegate.h',
41 'client/event_client.cc',
42 'client/event_client.h',
41 'client/stacking_client.cc', 43 'client/stacking_client.cc',
42 'client/stacking_client.h', 44 'client/stacking_client.h',
43 'client/tooltip_client.cc', 45 'client/tooltip_client.cc',
44 'client/tooltip_client.h', 46 'client/tooltip_client.h',
45 'client/visibility_client.cc', 47 'client/visibility_client.cc',
46 'client/visibility_client.h', 48 'client/visibility_client.h',
47 'client/window_move_client.cc', 49 'client/window_move_client.cc',
48 'client/window_move_client.h', 50 'client/window_move_client.h',
49 'client/window_types.h', 51 'client/window_types.h',
50 'cursor.h', 52 'cursor.h',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 # osmesa GL implementation is used on linux. 205 # osmesa GL implementation is used on linux.
204 ['OS=="linux"', { 206 ['OS=="linux"', {
205 'dependencies': [ 207 'dependencies': [
206 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 208 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
207 ], 209 ],
208 }], 210 }],
209 ], 211 ],
210 }, 212 },
211 ], 213 ],
212 } 214 }
OLDNEW
« no previous file with comments | « chrome/test/base/view_event_test_base.cc ('k') | ui/aura/client/event_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698