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

Side by Side Diff: ash/ash.gyp

Issue 11360045: ash: Add RootWindowHostFactory class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/display/display_manager.h » ('j') | ui/aura/root_window.h » ('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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'desktop_background/desktop_background_widget_controller.h', 74 'desktop_background/desktop_background_widget_controller.h',
75 'desktop_background/user_wallpaper_delegate.h', 75 'desktop_background/user_wallpaper_delegate.h',
76 'display/display_change_observer_x11.cc', 76 'display/display_change_observer_x11.cc',
77 'display/display_change_observer_x11.h', 77 'display/display_change_observer_x11.h',
78 'display/display_controller.cc', 78 'display/display_controller.cc',
79 'display/display_controller.h', 79 'display/display_controller.h',
80 'display/display_error_dialog.cc', 80 'display/display_error_dialog.cc',
81 'display/display_error_dialog.h', 81 'display/display_error_dialog.h',
82 'display/display_manager.cc', 82 'display/display_manager.cc',
83 'display/display_manager.h', 83 'display/display_manager.h',
84 'display/display_manager_delegate.h',
84 'display/mouse_cursor_event_filter.cc', 85 'display/mouse_cursor_event_filter.cc',
85 'display/mouse_cursor_event_filter.h', 86 'display/mouse_cursor_event_filter.h',
86 'display/output_configurator_animation.cc', 87 'display/output_configurator_animation.cc',
87 'display/output_configurator_animation.h', 88 'display/output_configurator_animation.h',
88 'display/screen_position_controller.cc', 89 'display/screen_position_controller.cc',
89 'display/screen_position_controller.h', 90 'display/screen_position_controller.h',
90 'display/shared_display_edge_indicator.cc', 91 'display/shared_display_edge_indicator.cc',
91 'display/shared_display_edge_indicator.h', 92 'display/shared_display_edge_indicator.h',
92 'drag_drop/drag_drop_controller.cc', 93 'drag_drop/drag_drop_controller.cc',
93 'drag_drop/drag_drop_controller.h', 94 'drag_drop/drag_drop_controller.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'launcher/overflow_button.h', 134 'launcher/overflow_button.h',
134 'launcher/tabbed_launcher_button.cc', 135 'launcher/tabbed_launcher_button.cc',
135 'launcher/tabbed_launcher_button.h', 136 'launcher/tabbed_launcher_button.h',
136 'magnifier/magnification_controller.cc', 137 'magnifier/magnification_controller.cc',
137 'magnifier/magnification_controller.h', 138 'magnifier/magnification_controller.h',
138 'magnifier/magnifier_constants.h', 139 'magnifier/magnifier_constants.h',
139 'magnifier/partial_magnification_controller.cc', 140 'magnifier/partial_magnification_controller.cc',
140 'magnifier/partial_magnification_controller.h', 141 'magnifier/partial_magnification_controller.h',
141 'root_window_controller.cc', 142 'root_window_controller.cc',
142 'root_window_controller.h', 143 'root_window_controller.h',
144 'root_window_delegate.cc',
145 'root_window_delegate.h',
146 'root_window_delegate_win.cc',
143 'rotator/screen_rotation.cc', 147 'rotator/screen_rotation.cc',
144 'rotator/screen_rotation.h', 148 'rotator/screen_rotation.h',
145 'screen_ash.cc', 149 'screen_ash.cc',
146 'screen_ash.h', 150 'screen_ash.h',
147 'screensaver/screensaver_view.cc', 151 'screensaver/screensaver_view.cc',
148 'screensaver/screensaver_view.h', 152 'screensaver/screensaver_view.h',
149 'screenshot_delegate.h', 153 'screenshot_delegate.h',
150 'shell.cc', 154 'shell.cc',
151 'shell.h', 155 'shell.h',
152 'shell_delegate.h', 156 'shell_delegate.h',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 ['exclude', 'accelerators/accelerator_controller.cc'], 436 ['exclude', 'accelerators/accelerator_controller.cc'],
433 ['exclude', 'accelerators/accelerator_controller.h'], 437 ['exclude', 'accelerators/accelerator_controller.h'],
434 ['exclude', 'accelerators/accelerator_dispatcher.cc'], 438 ['exclude', 'accelerators/accelerator_dispatcher.cc'],
435 ['exclude', 'accelerators/accelerator_dispatcher.h'], 439 ['exclude', 'accelerators/accelerator_dispatcher.h'],
436 ['exclude', 'accelerators/accelerator_filter.cc'], 440 ['exclude', 'accelerators/accelerator_filter.cc'],
437 ['exclude', 'accelerators/accelerator_filter.h'], 441 ['exclude', 'accelerators/accelerator_filter.h'],
438 ['exclude', 'accelerators/nested_dispatcher_controller.cc'], 442 ['exclude', 'accelerators/nested_dispatcher_controller.cc'],
439 ['exclude', 'accelerators/nested_dispatcher_controller.h'], 443 ['exclude', 'accelerators/nested_dispatcher_controller.h'],
440 ], 444 ],
441 }], 445 }],
446 ['OS=="win"', {
447 'sources/': [
448 ['exclude', 'root_window_delegate.cc'],
449 ],
450 }],
442 ['OS!="linux"', { 451 ['OS!="linux"', {
443 'sources/': [ 452 'sources/': [
444 ['exclude', 'system/monitor/tray_monitor.cc'], 453 ['exclude', 'system/monitor/tray_monitor.cc'],
445 ['exclude', 'system/monitor/tray_monitor.h'], 454 ['exclude', 'system/monitor/tray_monitor.h'],
446 ], 455 ],
447 }], 456 }],
448 ['chromeos==1', { 457 ['chromeos==1', {
449 'dependencies': [ 458 'dependencies': [
450 '../chromeos/chromeos.gyp:chromeos', 459 '../chromeos/chromeos.gyp:chromeos',
451 ], 460 ],
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 'shell/cocoa/app-Info.plist', 728 'shell/cocoa/app-Info.plist',
720 ], 729 ],
721 'xcode_settings': { 730 'xcode_settings': {
722 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 731 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
723 }, 732 },
724 }], 733 }],
725 ], 734 ],
726 }, 735 },
727 ], 736 ],
728 } 737 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_manager.h » ('j') | ui/aura/root_window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698