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

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: 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') | ash/ash_switches.cc » ('J')
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 26 matching lines...) Expand all
37 'ash_switches.h', 37 'ash_switches.h',
38 'ash_touch_exploration_manager_chromeos.cc', 38 'ash_touch_exploration_manager_chromeos.cc',
39 'ash_touch_exploration_manager_chromeos.h', 39 'ash_touch_exploration_manager_chromeos.h',
40 'audio/sounds.cc', 40 'audio/sounds.cc',
41 'audio/sounds.h', 41 'audio/sounds.h',
42 'autoclick/autoclick_controller.cc', 42 'autoclick/autoclick_controller.cc',
43 'autoclick/autoclick_controller.h', 43 'autoclick/autoclick_controller.h',
44 'cancel_mode.cc', 44 'cancel_mode.cc',
45 'cancel_mode.h', 45 'cancel_mode.h',
46 'content/display/screen_orientation_controller_chromeos.cc', 46 'content/display/screen_orientation_controller_chromeos.cc',
47 'content/display/screen_orientation_controller_chromeos.h', 47 'nnjnnnncontent/display/screen_orientation_controller_chromeos.h',
Jun Mukai 2015/04/26 23:45:07 looks like a typo.
oshima 2015/04/27 17:48:38 sorry for garbage. done.
48 'debug.cc', 48 'debug.cc',
49 'debug.h', 49 'debug.h',
50 'default_accessibility_delegate.cc', 50 'default_accessibility_delegate.cc',
51 'default_accessibility_delegate.h', 51 'default_accessibility_delegate.h',
52 'default_user_wallpaper_delegate.cc', 52 'default_user_wallpaper_delegate.cc',
53 'default_user_wallpaper_delegate.h', 53 'default_user_wallpaper_delegate.h',
54 'desktop_background/desktop_background_controller.cc', 54 'desktop_background/desktop_background_controller.cc',
55 'desktop_background/desktop_background_controller.h', 55 'desktop_background/desktop_background_controller.h',
56 'desktop_background/desktop_background_controller_observer.h', 56 'desktop_background/desktop_background_controller_observer.h',
57 'desktop_background/desktop_background_view.cc', 57 'desktop_background/desktop_background_view.cc',
(...skipping 83 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_virtual.cc',
152 'host/ash_window_tree_host_virtual.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') | ash/ash_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698