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

Side by Side Diff: ui/aura/aura.gyp

Issue 10675011: Rename the remaining usage of Monitor to Display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 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 | « chromeos/monitor/output_configurator.cc ('k') | ui/aura/bench/bench_main.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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'event.cc', 80 'event.cc',
81 'event.h', 81 'event.h',
82 'event_filter.h', 82 'event_filter.h',
83 'event_mac.mm', 83 'event_mac.mm',
84 'event_mac.h', 84 'event_mac.h',
85 'focus_change_observer.h', 85 'focus_change_observer.h',
86 'focus_manager.cc', 86 'focus_manager.cc',
87 'focus_manager.h', 87 'focus_manager.h',
88 'layout_manager.cc', 88 'layout_manager.cc',
89 'layout_manager.h', 89 'layout_manager.h',
90 'monitor_change_observer_x11.cc', 90 'display_change_observer_x11.cc',
91 'monitor_change_observer_x11.h', 91 'display_change_observer_x11.h',
92 'monitor_manager.cc', 92 'display_manager.cc',
93 'monitor_manager.h', 93 'display_manager.h',
94 'root_window_host.h', 94 'root_window_host.h',
95 'root_window_host_linux.cc', 95 'root_window_host_linux.cc',
96 'root_window_host_linux.h', 96 'root_window_host_linux.h',
97 'root_window_host_mac.h', 97 'root_window_host_mac.h',
98 'root_window_host_mac.mm', 98 'root_window_host_mac.mm',
99 'root_window_host_win.cc', 99 'root_window_host_win.cc',
100 'root_window_host_win.h', 100 'root_window_host_win.h',
101 'root_window_mac.h', 101 'root_window_mac.h',
102 'root_window_mac.mm', 102 'root_window_mac.mm',
103 'root_window_view_mac.h', 103 'root_window_view_mac.h',
104 'root_window_view_mac.mm', 104 'root_window_view_mac.mm',
105 'root_window.cc', 105 'root_window.cc',
106 'root_window.h', 106 'root_window.h',
107 'shared/compound_event_filter.cc', 107 'shared/compound_event_filter.cc',
108 'shared/compound_event_filter.h', 108 'shared/compound_event_filter.h',
109 'shared/input_method_event_filter.cc', 109 'shared/input_method_event_filter.cc',
110 'shared/input_method_event_filter.h', 110 'shared/input_method_event_filter.h',
111 'shared/root_window_capture_client.cc', 111 'shared/root_window_capture_client.cc',
112 'shared/root_window_capture_client.h', 112 'shared/root_window_capture_client.h',
113 'single_monitor_manager.cc', 113 'single_display_manager.cc',
114 'single_monitor_manager.h', 114 'single_display_manager.h',
115 'ui_controls_win.cc', 115 'ui_controls_win.cc',
116 'ui_controls_x11.cc', 116 'ui_controls_x11.cc',
117 'window.cc', 117 'window.cc',
118 'window.h', 118 'window.h',
119 'window_delegate.h', 119 'window_delegate.h',
120 'window_observer.h', 120 'window_observer.h',
121 'x11_atom_cache.cc', 121 'x11_atom_cache.cc',
122 'x11_atom_cache.h', 122 'x11_atom_cache.h',
123 ], 123 ],
124 'conditions': [ 124 'conditions': [
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 # osmesa GL implementation is used on linux. 294 # osmesa GL implementation is used on linux.
295 ['OS=="linux"', { 295 ['OS=="linux"', {
296 'dependencies': [ 296 'dependencies': [
297 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 297 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
298 ], 298 ],
299 }], 299 }],
300 ], 300 ],
301 }, 301 },
302 ], 302 ],
303 } 303 }
OLDNEW
« no previous file with comments | « chromeos/monitor/output_configurator.cc ('k') | ui/aura/bench/bench_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698