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

Side by Side Diff: ash/ash.gyp

Issue 22703004: Creates notifications for display resolution change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix on display_preferences_unittest Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'display/display_util_x11.cc', 101 'display/display_util_x11.cc',
102 'display/display_util_x11.h', 102 'display/display_util_x11.h',
103 'display/event_transformation_handler.cc', 103 'display/event_transformation_handler.cc',
104 'display/event_transformation_handler.h', 104 'display/event_transformation_handler.h',
105 'display/mirror_window_controller.cc', 105 'display/mirror_window_controller.cc',
106 'display/mirror_window_controller.h', 106 'display/mirror_window_controller.h',
107 'display/mouse_cursor_event_filter.cc', 107 'display/mouse_cursor_event_filter.cc',
108 'display/mouse_cursor_event_filter.h', 108 'display/mouse_cursor_event_filter.h',
109 'display/output_configurator_animation.cc', 109 'display/output_configurator_animation.cc',
110 'display/output_configurator_animation.h', 110 'display/output_configurator_animation.h',
111 'display/resolution_notification_controller.cc',
112 'display/resolution_notification_controller.h',
111 'display/root_window_transformers.cc', 113 'display/root_window_transformers.cc',
112 'display/root_window_transformers.h', 114 'display/root_window_transformers.h',
113 'display/screen_position_controller.cc', 115 'display/screen_position_controller.cc',
114 'display/screen_position_controller.h', 116 'display/screen_position_controller.h',
115 'display/shared_display_edge_indicator.cc', 117 'display/shared_display_edge_indicator.cc',
116 'display/shared_display_edge_indicator.h', 118 'display/shared_display_edge_indicator.h',
117 'drag_drop/drag_drop_controller.cc', 119 'drag_drop/drag_drop_controller.cc',
118 'drag_drop/drag_drop_controller.h', 120 'drag_drop/drag_drop_controller.h',
119 'drag_drop/drag_drop_tracker.cc', 121 'drag_drop/drag_drop_tracker.cc',
120 'drag_drop/drag_drop_tracker.h', 122 'drag_drop/drag_drop_tracker.h',
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'accelerators/nested_dispatcher_controller_unittest.cc', 668 'accelerators/nested_dispatcher_controller_unittest.cc',
667 'desktop_background/desktop_background_controller_unittest.cc', 669 'desktop_background/desktop_background_controller_unittest.cc',
668 'desktop_background/wallpaper_resizer_unittest.cc', 670 'desktop_background/wallpaper_resizer_unittest.cc',
669 'dip_unittest.cc', 671 'dip_unittest.cc',
670 'display/display_controller_unittest.cc', 672 'display/display_controller_unittest.cc',
671 'display/display_error_observer_unittest.cc', 673 'display/display_error_observer_unittest.cc',
672 'display/display_info_unittest.cc', 674 'display/display_info_unittest.cc',
673 'display/display_manager_unittest.cc', 675 'display/display_manager_unittest.cc',
674 'display/mirror_window_controller_unittest.cc', 676 'display/mirror_window_controller_unittest.cc',
675 'display/mouse_cursor_event_filter_unittest.cc', 677 'display/mouse_cursor_event_filter_unittest.cc',
678 'display/resolution_notification_controller_unittest.cc',
676 'display/root_window_transformers_unittest.cc', 679 'display/root_window_transformers_unittest.cc',
677 'display/screen_position_controller_unittest.cc', 680 'display/screen_position_controller_unittest.cc',
678 'drag_drop/drag_drop_controller_unittest.cc', 681 'drag_drop/drag_drop_controller_unittest.cc',
679 'drag_drop/drag_drop_tracker_unittest.cc', 682 'drag_drop/drag_drop_tracker_unittest.cc',
680 'extended_desktop_unittest.cc', 683 'extended_desktop_unittest.cc',
681 'focus_cycler_unittest.cc', 684 'focus_cycler_unittest.cc',
682 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 685 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
683 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 686 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
684 'launcher/launcher_model_unittest.cc', 687 'launcher/launcher_model_unittest.cc',
685 'launcher/launcher_navigator_unittest.cc', 688 'launcher/launcher_navigator_unittest.cc',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 'shell/cocoa/app-Info.plist', 915 'shell/cocoa/app-Info.plist',
913 ], 916 ],
914 'xcode_settings': { 917 'xcode_settings': {
915 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 918 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
916 }, 919 },
917 }], 920 }],
918 ], 921 ],
919 }, 922 },
920 ], 923 ],
921 } 924 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698