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

Side by Side Diff: ash/ash.gyp

Issue 1107733006: Unified Desktop: hook up ash to allow unified desktop mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: AshWindowTreeHostUnified Created 5 years, 8 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_switches.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 # 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'gpu_support_stub.h', 141 'gpu_support_stub.h',
142 'high_contrast/high_contrast_controller.cc', 142 'high_contrast/high_contrast_controller.cc',
143 'high_contrast/high_contrast_controller.h', 143 'high_contrast/high_contrast_controller.h',
144 'host/ash_remote_window_tree_host_win.cc', 144 'host/ash_remote_window_tree_host_win.cc',
145 'host/ash_remote_window_tree_host_win.h', 145 'host/ash_remote_window_tree_host_win.h',
146 'host/ash_window_tree_host.cc', 146 'host/ash_window_tree_host.cc',
147 'host/ash_window_tree_host.h', 147 'host/ash_window_tree_host.h',
148 'host/ash_window_tree_host_init_params.cc', 148 'host/ash_window_tree_host_init_params.cc',
149 'host/ash_window_tree_host_init_params.h', 149 'host/ash_window_tree_host_init_params.h',
150 'host/ash_window_tree_host_ozone.cc', 150 'host/ash_window_tree_host_ozone.cc',
151 'host/ash_window_tree_host_unified.cc',
152 'host/ash_window_tree_host_unified.h',
151 'host/ash_window_tree_host_win.cc', 153 'host/ash_window_tree_host_win.cc',
152 'host/ash_window_tree_host_x11.cc', 154 'host/ash_window_tree_host_x11.cc',
153 'host/ash_window_tree_host_x11.h', 155 'host/ash_window_tree_host_x11.h',
154 'host/root_window_transformer.h', 156 'host/root_window_transformer.h',
155 'host/transformer_helper.cc', 157 'host/transformer_helper.cc',
156 'host/transformer_helper.h', 158 'host/transformer_helper.h',
157 'keyboard_uma_event_filter.cc', 159 'keyboard_uma_event_filter.cc',
158 'keyboard_uma_event_filter.h', 160 'keyboard_uma_event_filter.h',
159 'magnifier/magnification_controller.cc', 161 'magnifier/magnification_controller.cc',
160 'magnifier/magnification_controller.h', 162 'magnifier/magnification_controller.h',
(...skipping 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after
1314 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1316 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1315 ], 1317 ],
1316 } 1318 }
1317 ], 1319 ],
1318 ], 1320 ],
1319 }, 1321 },
1320 ], 1322 ],
1321 }], 1323 }],
1322 ], 1324 ],
1323 } 1325 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698