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

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

Issue 1586843002: Remove remote tree host and some related input and metro_driver code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-3
Patch Set: remove ash_unittests from being run Created 4 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
« no previous file with comments | « ui/aura/BUILD.gn ('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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'client/window_tree_client.h', 81 'client/window_tree_client.h',
82 'env.cc', 82 'env.cc',
83 'env.h', 83 'env.h',
84 'env_observer.h', 84 'env_observer.h',
85 'input_state_lookup.cc', 85 'input_state_lookup.cc',
86 'input_state_lookup.h', 86 'input_state_lookup.h',
87 'input_state_lookup_win.cc', 87 'input_state_lookup_win.cc',
88 'input_state_lookup_win.h', 88 'input_state_lookup_win.h',
89 'layout_manager.cc', 89 'layout_manager.cc',
90 'layout_manager.h', 90 'layout_manager.h',
91 'remote_window_tree_host_win.cc',
92 'remote_window_tree_host_win.h',
93 'scoped_window_targeter.cc', 91 'scoped_window_targeter.cc',
94 'scoped_window_targeter.h', 92 'scoped_window_targeter.h',
95 'window.cc', 93 'window.cc',
96 'window.h', 94 'window.h',
97 'window_delegate.h', 95 'window_delegate.h',
98 'window_event_dispatcher.cc', 96 'window_event_dispatcher.cc',
99 'window_event_dispatcher.h', 97 'window_event_dispatcher.h',
100 'window_observer.cc', 98 'window_observer.cc',
101 'window_observer.h', 99 'window_observer.h',
102 'window_targeter.cc', 100 'window_targeter.cc',
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'dependencies': [ 341 'dependencies': [
344 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 342 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
345 ], 343 ],
346 }], 344 }],
347 ], 345 ],
348 }, 346 },
349 ], 347 ],
350 }], 348 }],
351 ], 349 ],
352 } 350 }
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/remote_window_tree_host_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698