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

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

Issue 183853037: aura: Remove client::UserActionClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unrevert 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 | « chrome/chrome_browser_ui.gypi ('k') | ui/aura/client/user_action_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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'client/focus_client.cc', 61 'client/focus_client.cc',
62 'client/focus_client.h', 62 'client/focus_client.h',
63 'client/scoped_tooltip_disabler.cc', 63 'client/scoped_tooltip_disabler.cc',
64 'client/scoped_tooltip_disabler.h', 64 'client/scoped_tooltip_disabler.h',
65 'client/screen_position_client.cc', 65 'client/screen_position_client.cc',
66 'client/screen_position_client.h', 66 'client/screen_position_client.h',
67 'client/tooltip_client.cc', 67 'client/tooltip_client.cc',
68 'client/tooltip_client.h', 68 'client/tooltip_client.h',
69 'client/transient_window_client.cc', 69 'client/transient_window_client.cc',
70 'client/transient_window_client.h', 70 'client/transient_window_client.h',
71 'client/user_action_client.cc',
72 'client/user_action_client.h',
73 'client/visibility_client.cc', 71 'client/visibility_client.cc',
74 'client/visibility_client.h', 72 'client/visibility_client.h',
75 'client/window_move_client.cc', 73 'client/window_move_client.cc',
76 'client/window_move_client.h', 74 'client/window_move_client.h',
77 'client/window_stacking_client.cc', 75 'client/window_stacking_client.cc',
78 'client/window_stacking_client.h', 76 'client/window_stacking_client.h',
79 'client/window_tree_client.cc', 77 'client/window_tree_client.cc',
80 'client/window_tree_client.h', 78 'client/window_tree_client.h',
81 'device_list_updater_aurax11.cc', 79 'device_list_updater_aurax11.cc',
82 'device_list_updater_aurax11.h', 80 'device_list_updater_aurax11.h',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { 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))', {
286 'dependencies': [ 284 'dependencies': [
287 # See http://crbug.com/162998#c4 for why this is needed. 285 # See http://crbug.com/162998#c4 for why this is needed.
288 '../../base/allocator/allocator.gyp:allocator', 286 '../../base/allocator/allocator.gyp:allocator',
289 ], 287 ],
290 }], 288 }],
291 ], 289 ],
292 }, 290 },
293 ], 291 ],
294 } 292 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/aura/client/user_action_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698