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

Side by Side Diff: ash/ash.gyp

Issue 2194353002: mash: Migrate ScopedTargetRootWindow to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: similarity 40 Created 4 years, 4 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
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 10 matching lines...) Expand all
21 'accelerators/spoken_feedback_toggler.h', 21 'accelerators/spoken_feedback_toggler.h',
22 'app_list/app_list_presenter_delegate.cc', 22 'app_list/app_list_presenter_delegate.cc',
23 'app_list/app_list_presenter_delegate.h', 23 'app_list/app_list_presenter_delegate.h',
24 'app_list/app_list_presenter_delegate_factory.cc', 24 'app_list/app_list_presenter_delegate_factory.cc',
25 'app_list/app_list_presenter_delegate_factory.h', 25 'app_list/app_list_presenter_delegate_factory.h',
26 'ash_export.h', 26 'ash_export.h',
27 'ash_touch_exploration_manager_chromeos.cc', 27 'ash_touch_exploration_manager_chromeos.cc',
28 'ash_touch_exploration_manager_chromeos.h', 28 'ash_touch_exploration_manager_chromeos.h',
29 'aura/aura_layout_manager_adapter.cc', 29 'aura/aura_layout_manager_adapter.cc',
30 'aura/aura_layout_manager_adapter.h', 30 'aura/aura_layout_manager_adapter.h',
31 'aura/scoped_root_window_for_new_windows_aura.cc',
32 'aura/scoped_root_window_for_new_windows_aura.h',
31 'aura/wm_lookup_aura.cc', 33 'aura/wm_lookup_aura.cc',
32 'aura/wm_lookup_aura.h', 34 'aura/wm_lookup_aura.h',
33 'aura/wm_root_window_controller_aura.cc', 35 'aura/wm_root_window_controller_aura.cc',
34 'aura/wm_root_window_controller_aura.h', 36 'aura/wm_root_window_controller_aura.h',
35 'aura/wm_shelf_aura.cc', 37 'aura/wm_shelf_aura.cc',
36 'aura/wm_shelf_aura.h', 38 'aura/wm_shelf_aura.h',
37 'aura/wm_shell_aura.cc', 39 'aura/wm_shell_aura.cc',
38 'aura/wm_shell_aura.h', 40 'aura/wm_shell_aura.h',
39 'aura/wm_window_aura.cc', 41 'aura/wm_window_aura.cc',
40 'aura/wm_window_aura.h', 42 'aura/wm_window_aura.h',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'common/material_design/material_design_controller.cc', 85 'common/material_design/material_design_controller.cc',
84 'common/material_design/material_design_controller.h', 86 'common/material_design/material_design_controller.h',
85 'common/metrics/user_metrics_action.h', 87 'common/metrics/user_metrics_action.h',
86 'common/multi_profile_uma.cc', 88 'common/multi_profile_uma.cc',
87 'common/multi_profile_uma.h', 89 'common/multi_profile_uma.h',
88 'common/pointer_watcher_delegate.h', 90 'common/pointer_watcher_delegate.h',
89 'common/popup_message.cc', 91 'common/popup_message.cc',
90 'common/popup_message.h', 92 'common/popup_message.h',
91 'common/root_window_controller_common.cc', 93 'common/root_window_controller_common.cc',
92 'common/root_window_controller_common.h', 94 'common/root_window_controller_common.h',
95 'common/scoped_root_window_for_new_windows.h',
93 'common/session/session_state_delegate.cc', 96 'common/session/session_state_delegate.cc',
94 'common/session/session_state_delegate.h', 97 'common/session/session_state_delegate.h',
95 'common/session/session_state_observer.cc', 98 'common/session/session_state_observer.cc',
96 'common/session/session_state_observer.h', 99 'common/session/session_state_observer.h',
97 'common/session/session_types.h', 100 'common/session/session_types.h',
98 'common/shelf/app_list_button.cc', 101 'common/shelf/app_list_button.cc',
99 'common/shelf/app_list_button.h', 102 'common/shelf/app_list_button.h',
100 'common/shelf/app_list_shelf_item_delegate.cc', 103 'common/shelf/app_list_shelf_item_delegate.cc',
101 'common/shelf/app_list_shelf_item_delegate.h', 104 'common/shelf/app_list_shelf_item_delegate.h',
102 'common/shelf/ink_drop_button_listener.h', 105 'common/shelf/ink_drop_button_listener.h',
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'root_window_controller.cc', 617 'root_window_controller.cc',
615 'root_window_controller.h', 618 'root_window_controller.h',
616 'root_window_settings.cc', 619 'root_window_settings.cc',
617 'root_window_settings.h', 620 'root_window_settings.h',
618 'rotator/screen_rotation_animation.cc', 621 'rotator/screen_rotation_animation.cc',
619 'rotator/screen_rotation_animation.h', 622 'rotator/screen_rotation_animation.h',
620 'rotator/screen_rotation_animator.cc', 623 'rotator/screen_rotation_animator.cc',
621 'rotator/screen_rotation_animator.h', 624 'rotator/screen_rotation_animator.h',
622 'rotator/window_rotation.cc', 625 'rotator/window_rotation.cc',
623 'rotator/window_rotation.h', 626 'rotator/window_rotation.h',
624 'scoped_target_root_window.cc',
625 'scoped_target_root_window.h',
626 'screen_util.cc', 627 'screen_util.cc',
627 'screen_util.h', 628 'screen_util.h',
628 'screenshot_delegate.h', 629 'screenshot_delegate.h',
629 'shelf/shelf.cc', 630 'shelf/shelf.cc',
630 'shelf/shelf.h', 631 'shelf/shelf.h',
631 'shelf/shelf_bezel_event_filter.cc', 632 'shelf/shelf_bezel_event_filter.cc',
632 'shelf/shelf_bezel_event_filter.h', 633 'shelf/shelf_bezel_event_filter.h',
633 'shelf/shelf_icon_observer.h', 634 'shelf/shelf_icon_observer.h',
634 'shelf/shelf_layout_manager.cc', 635 'shelf/shelf_layout_manager.cc',
635 'shelf/shelf_layout_manager.h', 636 'shelf/shelf_layout_manager.h',
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1476 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1476 ], 1477 ],
1477 } 1478 }
1478 ], 1479 ],
1479 ], 1480 ],
1480 }, 1481 },
1481 ], 1482 ],
1482 }], 1483 }],
1483 ], 1484 ],
1484 } 1485 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/scoped_root_window_for_new_windows_aura.h » ('j') | ash/aura/scoped_root_window_for_new_windows_aura.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698