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

Side by Side Diff: ash/ash.gyp

Issue 1602403002: Revert of 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: 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 | « no previous file | ash/ash_unittests.isolate » ('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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'frame/frame_border_hit_test_controller.cc', 140 'frame/frame_border_hit_test_controller.cc',
141 'frame/frame_border_hit_test_controller.h', 141 'frame/frame_border_hit_test_controller.h',
142 'frame/header_painter.h', 142 'frame/header_painter.h',
143 'frame/header_painter_util.cc', 143 'frame/header_painter_util.cc',
144 'frame/header_painter_util.h', 144 'frame/header_painter_util.h',
145 'gpu_support.h', 145 'gpu_support.h',
146 'gpu_support_stub.cc', 146 'gpu_support_stub.cc',
147 'gpu_support_stub.h', 147 'gpu_support_stub.h',
148 'high_contrast/high_contrast_controller.cc', 148 'high_contrast/high_contrast_controller.cc',
149 'high_contrast/high_contrast_controller.h', 149 'high_contrast/high_contrast_controller.h',
150 'host/ash_remote_window_tree_host_win.cc',
151 'host/ash_remote_window_tree_host_win.h',
150 'host/ash_window_tree_host.cc', 152 'host/ash_window_tree_host.cc',
151 'host/ash_window_tree_host.h', 153 'host/ash_window_tree_host.h',
152 'host/ash_window_tree_host_init_params.cc', 154 'host/ash_window_tree_host_init_params.cc',
153 'host/ash_window_tree_host_init_params.h', 155 'host/ash_window_tree_host_init_params.h',
154 'host/ash_window_tree_host_ozone.cc', 156 'host/ash_window_tree_host_ozone.cc',
155 'host/ash_window_tree_host_unified.cc', 157 'host/ash_window_tree_host_unified.cc',
156 'host/ash_window_tree_host_unified.h', 158 'host/ash_window_tree_host_unified.h',
157 'host/ash_window_tree_host_win.cc', 159 'host/ash_window_tree_host_win.cc',
158 'host/ash_window_tree_host_x11.cc', 160 'host/ash_window_tree_host_x11.cc',
159 'host/ash_window_tree_host_x11.h', 161 'host/ash_window_tree_host_x11.h',
(...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1364 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1366 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1365 ], 1367 ],
1366 } 1368 }
1367 ], 1369 ],
1368 ], 1370 ],
1369 }, 1371 },
1370 ], 1372 ],
1371 }], 1373 }],
1372 ], 1374 ],
1373 } 1375 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698