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

Side by Side Diff: ash/ash.gyp

Issue 2295003002: mash: Remove WmRootWindowControllerObserver. (Closed)
Patch Set: Address comments. 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'common/wm/workspace/workspace_window_resizer.h', 524 'common/wm/workspace/workspace_window_resizer.h',
525 'common/wm/workspace_controller.cc', 525 'common/wm/workspace_controller.cc',
526 'common/wm/workspace_controller.h', 526 'common/wm/workspace_controller.h',
527 'common/wm_activation_observer.h', 527 'common/wm_activation_observer.h',
528 'common/wm_display_observer.h', 528 'common/wm_display_observer.h',
529 'common/wm_layout_manager.h', 529 'common/wm_layout_manager.h',
530 'common/wm_lookup.cc', 530 'common/wm_lookup.cc',
531 'common/wm_lookup.h', 531 'common/wm_lookup.h',
532 'common/wm_root_window_controller.cc', 532 'common/wm_root_window_controller.cc',
533 'common/wm_root_window_controller.h', 533 'common/wm_root_window_controller.h',
534 'common/wm_root_window_controller_observer.h',
535 'common/wm_shell.cc', 534 'common/wm_shell.cc',
536 'common/wm_shell.h', 535 'common/wm_shell.h',
537 'common/wm_transient_window_observer.h', 536 'common/wm_transient_window_observer.h',
538 'common/wm_window.h', 537 'common/wm_window.h',
539 'common/wm_window_observer.h', 538 'common/wm_window_observer.h',
540 'common/wm_window_property.h', 539 'common/wm_window_property.h',
541 'common/wm_window_tracker.h', 540 'common/wm_window_tracker.h',
542 'debug.cc', 541 'debug.cc',
543 'debug.h', 542 'debug.h',
544 'default_wallpaper_delegate.cc', 543 'default_wallpaper_delegate.cc',
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after
1513 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1512 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1514 ], 1513 ],
1515 } 1514 }
1516 ], 1515 ],
1517 ], 1516 ],
1518 }, 1517 },
1519 ], 1518 ],
1520 }], 1519 }],
1521 ], 1520 ],
1522 } 1521 }
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