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

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

Issue 1647933002: ash/wm: Remove dead code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/views/controls/menu/menu_controller_unittest.cc » ('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 19 matching lines...) Expand all
30 ], 30 ],
31 'sources': [ 31 'sources': [
32 '../wm/public/activation_change_observer.cc', 32 '../wm/public/activation_change_observer.cc',
33 '../wm/public/activation_change_observer.h', 33 '../wm/public/activation_change_observer.h',
34 '../wm/public/activation_client.cc', 34 '../wm/public/activation_client.cc',
35 '../wm/public/activation_client.h', 35 '../wm/public/activation_client.h',
36 '../wm/public/activation_delegate.cc', 36 '../wm/public/activation_delegate.cc',
37 '../wm/public/activation_delegate.h', 37 '../wm/public/activation_delegate.h',
38 '../wm/public/animation_host.cc', 38 '../wm/public/animation_host.cc',
39 '../wm/public/animation_host.h', 39 '../wm/public/animation_host.h',
40 '../wm/public/dispatcher_client.cc',
41 '../wm/public/dispatcher_client.h',
42 '../wm/public/drag_drop_client.cc', 40 '../wm/public/drag_drop_client.cc',
43 '../wm/public/drag_drop_client.h', 41 '../wm/public/drag_drop_client.h',
44 '../wm/public/drag_drop_delegate.cc', 42 '../wm/public/drag_drop_delegate.cc',
45 '../wm/public/drag_drop_delegate.h', 43 '../wm/public/drag_drop_delegate.h',
46 '../wm/public/scoped_drag_drop_disabler.cc', 44 '../wm/public/scoped_drag_drop_disabler.cc',
47 '../wm/public/scoped_drag_drop_disabler.h', 45 '../wm/public/scoped_drag_drop_disabler.h',
48 '../wm/public/scoped_tooltip_disabler.cc', 46 '../wm/public/scoped_tooltip_disabler.cc',
49 '../wm/public/scoped_tooltip_disabler.h', 47 '../wm/public/scoped_tooltip_disabler.h',
50 '../wm/public/tooltip_client.cc', 48 '../wm/public/tooltip_client.cc',
51 '../wm/public/tooltip_client.h', 49 '../wm/public/tooltip_client.h',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'dependencies': [ 339 'dependencies': [
342 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 340 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
343 ], 341 ],
344 }], 342 }],
345 ], 343 ],
346 }, 344 },
347 ], 345 ],
348 }], 346 }],
349 ], 347 ],
350 } 348 }
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/views/controls/menu/menu_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698