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

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

Issue 188223002: Clean up WindowEventDispatcher some more. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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 | « ui/app_list/views/app_list_view.cc ('k') | ui/aura/remote_window_tree_host_win.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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'window_event_dispatcher.h', 98 'window_event_dispatcher.h',
99 'window_delegate.h', 99 'window_delegate.h',
100 'window_layer_type.h', 100 'window_layer_type.h',
101 'window_observer.h', 101 'window_observer.h',
102 'window_targeter.cc', 102 'window_targeter.cc',
103 'window_targeter.h', 103 'window_targeter.h',
104 'window_tracker.cc', 104 'window_tracker.cc',
105 'window_tracker.h', 105 'window_tracker.h',
106 'window_tree_host.cc', 106 'window_tree_host.cc',
107 'window_tree_host.h', 107 'window_tree_host.h',
108 'window_tree_host_delegate.h',
109 'window_tree_host_mac.mm', 108 'window_tree_host_mac.mm',
110 'window_tree_host_mac.h', 109 'window_tree_host_mac.h',
111 'window_tree_host_observer.h', 110 'window_tree_host_observer.h',
112 'window_tree_host_ozone.cc', 111 'window_tree_host_ozone.cc',
113 'window_tree_host_ozone.h', 112 'window_tree_host_ozone.h',
114 'window_tree_host_win.cc', 113 'window_tree_host_win.cc',
115 'window_tree_host_win.h', 114 'window_tree_host_win.h',
116 'window_tree_host_x11.cc', 115 'window_tree_host_x11.cc',
117 'window_tree_host_x11.h', 116 'window_tree_host_x11.h',
118 ], 117 ],
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { 282 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', {
284 'dependencies': [ 283 'dependencies': [
285 # See http://crbug.com/162998#c4 for why this is needed. 284 # See http://crbug.com/162998#c4 for why this is needed.
286 '../../base/allocator/allocator.gyp:allocator', 285 '../../base/allocator/allocator.gyp:allocator',
287 ], 286 ],
288 }], 287 }],
289 ], 288 ],
290 }, 289 },
291 ], 290 ],
292 } 291 }
OLDNEW
« no previous file with comments | « ui/app_list/views/app_list_view.cc ('k') | ui/aura/remote_window_tree_host_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698