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

Side by Side Diff: ash/ash.gyp

Issue 2297893002: Merges RootWindowControllerCommon into WmRootWindowController (Closed)
Patch Set: feedback Created 4 years, 3 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/aura/wm_root_window_controller_aura.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_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'common/login_status.h', 103 'common/login_status.h',
104 'common/material_design/material_design_controller.cc', 104 'common/material_design/material_design_controller.cc',
105 'common/material_design/material_design_controller.h', 105 'common/material_design/material_design_controller.h',
106 'common/metrics/gesture_action_type.h', 106 'common/metrics/gesture_action_type.h',
107 'common/metrics/user_metrics_action.h', 107 'common/metrics/user_metrics_action.h',
108 'common/multi_profile_uma.cc', 108 'common/multi_profile_uma.cc',
109 'common/multi_profile_uma.h', 109 'common/multi_profile_uma.h',
110 'common/palette_delegate.h', 110 'common/palette_delegate.h',
111 'common/popup_message.cc', 111 'common/popup_message.cc',
112 'common/popup_message.h', 112 'common/popup_message.h',
113 'common/root_window_controller_common.cc',
114 'common/root_window_controller_common.h',
115 'common/scoped_root_window_for_new_windows.cc', 113 'common/scoped_root_window_for_new_windows.cc',
116 'common/scoped_root_window_for_new_windows.h', 114 'common/scoped_root_window_for_new_windows.h',
117 'common/session/session_state_delegate.cc', 115 'common/session/session_state_delegate.cc',
118 'common/session/session_state_delegate.h', 116 'common/session/session_state_delegate.h',
119 'common/session/session_state_observer.cc', 117 'common/session/session_state_observer.cc',
120 'common/session/session_state_observer.h', 118 'common/session/session_state_observer.h',
121 'common/session/session_types.h', 119 'common/session/session_types.h',
122 'common/shelf/app_list_button.cc', 120 'common/shelf/app_list_button.cc',
123 'common/shelf/app_list_button.h', 121 'common/shelf/app_list_button.h',
124 'common/shelf/app_list_shelf_item_delegate.cc', 122 'common/shelf/app_list_shelf_item_delegate.cc',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'common/wm/workspace/workspace_types.h', 522 'common/wm/workspace/workspace_types.h',
525 'common/wm/workspace/workspace_window_resizer.cc', 523 'common/wm/workspace/workspace_window_resizer.cc',
526 'common/wm/workspace/workspace_window_resizer.h', 524 'common/wm/workspace/workspace_window_resizer.h',
527 'common/wm/workspace_controller.cc', 525 'common/wm/workspace_controller.cc',
528 'common/wm/workspace_controller.h', 526 'common/wm/workspace_controller.h',
529 'common/wm_activation_observer.h', 527 'common/wm_activation_observer.h',
530 'common/wm_display_observer.h', 528 'common/wm_display_observer.h',
531 'common/wm_layout_manager.h', 529 'common/wm_layout_manager.h',
532 'common/wm_lookup.cc', 530 'common/wm_lookup.cc',
533 'common/wm_lookup.h', 531 'common/wm_lookup.h',
532 'common/wm_root_window_controller.cc',
534 'common/wm_root_window_controller.h', 533 'common/wm_root_window_controller.h',
535 'common/wm_root_window_controller_observer.h', 534 'common/wm_root_window_controller_observer.h',
536 'common/wm_shell.cc', 535 'common/wm_shell.cc',
537 'common/wm_shell.h', 536 'common/wm_shell.h',
538 'common/wm_transient_window_observer.h', 537 'common/wm_transient_window_observer.h',
539 'common/wm_window.h', 538 'common/wm_window.h',
540 'common/wm_window_observer.h', 539 'common/wm_window_observer.h',
541 'common/wm_window_property.h', 540 'common/wm_window_property.h',
542 'common/wm_window_tracker.h', 541 'common/wm_window_tracker.h',
543 'debug.cc', 542 'debug.cc',
(...skipping 970 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1513 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1515 ], 1514 ],
1516 } 1515 }
1517 ], 1516 ],
1518 ], 1517 ],
1519 }, 1518 },
1520 ], 1519 ],
1521 }], 1520 }],
1522 ], 1521 ],
1523 } 1522 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_root_window_controller_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698