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

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

Issue 115453004: Moves management of transients out of Window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unneeded parens Created 6 years, 11 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'client/event_client.cc', 58 'client/event_client.cc',
59 'client/event_client.h', 59 'client/event_client.h',
60 'client/focus_change_observer.cc', 60 'client/focus_change_observer.cc',
61 'client/focus_change_observer.h', 61 'client/focus_change_observer.h',
62 'client/focus_client.cc', 62 'client/focus_client.cc',
63 'client/focus_client.h', 63 'client/focus_client.h',
64 'client/screen_position_client.cc', 64 'client/screen_position_client.cc',
65 'client/screen_position_client.h', 65 'client/screen_position_client.h',
66 'client/tooltip_client.cc', 66 'client/tooltip_client.cc',
67 'client/tooltip_client.h', 67 'client/tooltip_client.h',
68 'client/transient_window_client.cc',
69 'client/transient_window_client.h',
68 'client/user_action_client.cc', 70 'client/user_action_client.cc',
69 'client/user_action_client.h', 71 'client/user_action_client.h',
70 'client/visibility_client.cc', 72 'client/visibility_client.cc',
71 'client/visibility_client.h', 73 'client/visibility_client.h',
72 'client/window_move_client.cc', 74 'client/window_move_client.cc',
73 'client/window_move_client.h', 75 'client/window_move_client.h',
74 'client/window_stacking_client.cc', 76 'client/window_stacking_client.cc',
75 'client/window_stacking_client.h', 77 'client/window_stacking_client.h',
76 'client/window_tree_client.cc', 78 'client/window_tree_client.cc',
77 'client/window_tree_client.h', 79 'client/window_tree_client.h',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 ['OS=="linux" and linux_use_tcmalloc==1', { 280 ['OS=="linux" and linux_use_tcmalloc==1', {
279 'dependencies': [ 281 'dependencies': [
280 # See http://crbug.com/162998#c4 for why this is needed. 282 # See http://crbug.com/162998#c4 for why this is needed.
281 '../../base/allocator/allocator.gyp:allocator', 283 '../../base/allocator/allocator.gyp:allocator',
282 ], 284 ],
283 }], 285 }],
284 ], 286 ],
285 }, 287 },
286 ], 288 ],
287 } 289 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | ui/aura/client/transient_window_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698