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

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: Remove unnecessary braces and add missing windows_version.h include. 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.cc » ('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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'drag_drop/drag_drop_controller.h', 93 'drag_drop/drag_drop_controller.h',
94 'drag_drop/drag_drop_tracker.cc', 94 'drag_drop/drag_drop_tracker.cc',
95 'drag_drop/drag_drop_tracker.h', 95 'drag_drop/drag_drop_tracker.h',
96 'drag_drop/drag_image_view.cc', 96 'drag_drop/drag_image_view.cc',
97 'drag_drop/drag_image_view.h', 97 'drag_drop/drag_image_view.h',
98 'event_rewriter_delegate.h', 98 'event_rewriter_delegate.h',
99 'focus_cycler.cc', 99 'focus_cycler.cc',
100 'focus_cycler.h', 100 'focus_cycler.h',
101 'high_contrast/high_contrast_controller.cc', 101 'high_contrast/high_contrast_controller.cc',
102 'high_contrast/high_contrast_controller.h', 102 'high_contrast/high_contrast_controller.h',
103 'host/root_window_host_factory.cc',
104 'host/root_window_host_factory.h',
105 'host/root_window_host_factory_win.cc',
103 'keyboard_overlay/keyboard_overlay_delegate.cc', 106 'keyboard_overlay/keyboard_overlay_delegate.cc',
104 'keyboard_overlay/keyboard_overlay_delegate.h', 107 'keyboard_overlay/keyboard_overlay_delegate.h',
105 'keyboard_overlay/keyboard_overlay_view.cc', 108 'keyboard_overlay/keyboard_overlay_view.cc',
106 'keyboard_overlay/keyboard_overlay_view.h', 109 'keyboard_overlay/keyboard_overlay_view.h',
107 'launcher/app_list_button.cc', 110 'launcher/app_list_button.cc',
108 'launcher/app_list_button.h', 111 'launcher/app_list_button.h',
109 'launcher/background_animator.cc', 112 'launcher/background_animator.cc',
110 'launcher/background_animator.h', 113 'launcher/background_animator.h',
111 'launcher/launcher.cc', 114 'launcher/launcher.cc',
112 'launcher/launcher.h', 115 'launcher/launcher.h',
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 ['exclude', 'accelerators/accelerator_controller.cc'], 435 ['exclude', 'accelerators/accelerator_controller.cc'],
433 ['exclude', 'accelerators/accelerator_controller.h'], 436 ['exclude', 'accelerators/accelerator_controller.h'],
434 ['exclude', 'accelerators/accelerator_dispatcher.cc'], 437 ['exclude', 'accelerators/accelerator_dispatcher.cc'],
435 ['exclude', 'accelerators/accelerator_dispatcher.h'], 438 ['exclude', 'accelerators/accelerator_dispatcher.h'],
436 ['exclude', 'accelerators/accelerator_filter.cc'], 439 ['exclude', 'accelerators/accelerator_filter.cc'],
437 ['exclude', 'accelerators/accelerator_filter.h'], 440 ['exclude', 'accelerators/accelerator_filter.h'],
438 ['exclude', 'accelerators/nested_dispatcher_controller.cc'], 441 ['exclude', 'accelerators/nested_dispatcher_controller.cc'],
439 ['exclude', 'accelerators/nested_dispatcher_controller.h'], 442 ['exclude', 'accelerators/nested_dispatcher_controller.h'],
440 ], 443 ],
441 }], 444 }],
445 ['OS=="win"', {
446 'sources/': [
447 ['exclude', 'host/root_window_host_factory.cc'],
448 ],
449 }],
442 ['OS!="linux"', { 450 ['OS!="linux"', {
443 'sources/': [ 451 'sources/': [
444 ['exclude', 'system/monitor/tray_monitor.cc'], 452 ['exclude', 'system/monitor/tray_monitor.cc'],
445 ['exclude', 'system/monitor/tray_monitor.h'], 453 ['exclude', 'system/monitor/tray_monitor.h'],
446 ], 454 ],
447 }], 455 }],
448 ['chromeos==1', { 456 ['chromeos==1', {
449 'dependencies': [ 457 'dependencies': [
450 '../chromeos/chromeos.gyp:chromeos', 458 '../chromeos/chromeos.gyp:chromeos',
451 ], 459 ],
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 'shell/cocoa/app-Info.plist', 728 'shell/cocoa/app-Info.plist',
721 ], 729 ],
722 'xcode_settings': { 730 'xcode_settings': {
723 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 731 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
724 }, 732 },
725 }], 733 }],
726 ], 734 ],
727 }, 735 },
728 ], 736 ],
729 } 737 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698