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

Side by Side Diff: ash/ash.gyp

Issue 2027733002: Creates RootWindowControllerCommon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@create_containers_wm_types
Patch Set: merge Created 4 years, 6 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 | « ash/DEPS ('k') | ash/root_window_controller.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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'multi_profile_uma.h', 199 'multi_profile_uma.h',
200 'networking_config_delegate.cc', 200 'networking_config_delegate.cc',
201 'networking_config_delegate.h', 201 'networking_config_delegate.h',
202 'pointer_watcher_delegate.h', 202 'pointer_watcher_delegate.h',
203 'pointer_watcher_delegate_aura.cc', 203 'pointer_watcher_delegate_aura.cc',
204 'pointer_watcher_delegate_aura.h', 204 'pointer_watcher_delegate_aura.h',
205 'popup_message.cc', 205 'popup_message.cc',
206 'popup_message.h', 206 'popup_message.h',
207 'root_window_controller.cc', 207 'root_window_controller.cc',
208 'root_window_controller.h', 208 'root_window_controller.h',
209 'root_window_controller_common.cc',
210 'root_window_controller_common.h',
209 'root_window_settings.cc', 211 'root_window_settings.cc',
210 'root_window_settings.h', 212 'root_window_settings.h',
211 'rotator/screen_rotation_animation.cc', 213 'rotator/screen_rotation_animation.cc',
212 'rotator/screen_rotation_animation.h', 214 'rotator/screen_rotation_animation.h',
213 'rotator/screen_rotation_animator.cc', 215 'rotator/screen_rotation_animator.cc',
214 'rotator/screen_rotation_animator.h', 216 'rotator/screen_rotation_animator.h',
215 'rotator/window_rotation.cc', 217 'rotator/window_rotation.cc',
216 'rotator/window_rotation.h', 218 'rotator/window_rotation.h',
217 'scoped_target_root_window.cc', 219 'scoped_target_root_window.cc',
218 'scoped_target_root_window.h', 220 'scoped_target_root_window.h',
(...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1442 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1444 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1443 ], 1445 ],
1444 } 1446 }
1445 ], 1447 ],
1446 ], 1448 ],
1447 }, 1449 },
1448 ], 1450 ],
1449 }], 1451 }],
1450 ], 1452 ],
1451 } 1453 }
OLDNEW
« no previous file with comments | « ash/DEPS ('k') | ash/root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698