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

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

Issue 9315004: Remove Owner param to EventFilter's ctor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « ash/wm/window_modality_controller.cc ('k') | ui/aura/event_filter.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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'root_window_host_win.cc', 60 'root_window_host_win.cc',
61 'root_window_host_win.h', 61 'root_window_host_win.h',
62 'root_window_mac.h', 62 'root_window_mac.h',
63 'root_window_mac.mm', 63 'root_window_mac.mm',
64 'root_window_view_mac.h', 64 'root_window_view_mac.h',
65 'root_window_view_mac.mm', 65 'root_window_view_mac.mm',
66 'root_window.cc', 66 'root_window.cc',
67 'root_window.h', 67 'root_window.h',
68 'event.cc', 68 'event.cc',
69 'event.h', 69 'event.h',
70 'event_filter.cc',
71 'event_filter.h', 70 'event_filter.h',
72 'event_mac.mm', 71 'event_mac.mm',
73 'event_mac.h', 72 'event_mac.h',
74 'focus_manager.h', 73 'focus_manager.h',
75 'layout_manager.cc', 74 'layout_manager.cc',
76 'layout_manager.h', 75 'layout_manager.h',
77 'screen_aura.cc', 76 'screen_aura.cc',
78 'screen_aura.h', 77 'screen_aura.h',
79 'window.cc', 78 'window.cc',
80 'window.h', 79 'window.h',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 # osmesa GL implementation is used on linux. 169 # osmesa GL implementation is used on linux.
171 ['OS=="linux"', { 170 ['OS=="linux"', {
172 'dependencies': [ 171 'dependencies': [
173 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 172 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
174 ], 173 ],
175 }], 174 }],
176 ], 175 ],
177 }, 176 },
178 ], 177 ],
179 } 178 }
OLDNEW
« no previous file with comments | « ash/wm/window_modality_controller.cc ('k') | ui/aura/event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698