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

Side by Side Diff: ash/ash.gyp

Issue 18413002: [Cleanup] Factor out layout store code from DisplayController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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/display/display_change_observer_x11.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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'display/display_change_observer_x11.cc', 87 'display/display_change_observer_x11.cc',
88 'display/display_change_observer_x11.h', 88 'display/display_change_observer_x11.h',
89 'display/display_controller.cc', 89 'display/display_controller.cc',
90 'display/display_controller.h', 90 'display/display_controller.h',
91 'display/display_error_dialog.cc', 91 'display/display_error_dialog.cc',
92 'display/display_error_dialog.h', 92 'display/display_error_dialog.h',
93 'display/display_info.h', 93 'display/display_info.h',
94 'display/display_info.cc', 94 'display/display_info.cc',
95 'display/display_layout.h', 95 'display/display_layout.h',
96 'display/display_layout.cc', 96 'display/display_layout.cc',
97 'display/display_layout_store.h',
98 'display/display_layout_store.cc',
97 'display/display_manager.cc', 99 'display/display_manager.cc',
98 'display/display_manager.h', 100 'display/display_manager.h',
99 'display/display_pref_util.h', 101 'display/display_pref_util.h',
100 'display/event_transformation_handler.cc', 102 'display/event_transformation_handler.cc',
101 'display/event_transformation_handler.h', 103 'display/event_transformation_handler.h',
102 'display/mirror_window_controller.cc', 104 'display/mirror_window_controller.cc',
103 'display/mirror_window_controller.h', 105 'display/mirror_window_controller.h',
104 'display/mouse_cursor_event_filter.cc', 106 'display/mouse_cursor_event_filter.cc',
105 'display/mouse_cursor_event_filter.h', 107 'display/mouse_cursor_event_filter.h',
106 'display/output_configurator_animation.cc', 108 'display/output_configurator_animation.cc',
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 'shell/cocoa/app-Info.plist', 900 'shell/cocoa/app-Info.plist',
899 ], 901 ],
900 'xcode_settings': { 902 'xcode_settings': {
901 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 903 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
902 }, 904 },
903 }], 905 }],
904 ], 906 ],
905 }, 907 },
906 ], 908 ],
907 } 909 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_change_observer_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698