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

Unified 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, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/monitor/output_configurator.cc ('k') | ui/aura/bench/bench_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index ff85629ef72c70f44807c97f5a48a99af920c765..8befbdd6195588ea75b4c3cd242d61971e79dd43 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -87,10 +87,10 @@
'focus_manager.h',
'layout_manager.cc',
'layout_manager.h',
- 'monitor_change_observer_x11.cc',
- 'monitor_change_observer_x11.h',
- 'monitor_manager.cc',
- 'monitor_manager.h',
+ 'display_change_observer_x11.cc',
+ 'display_change_observer_x11.h',
+ 'display_manager.cc',
+ 'display_manager.h',
'root_window_host.h',
'root_window_host_linux.cc',
'root_window_host_linux.h',
@@ -110,8 +110,8 @@
'shared/input_method_event_filter.h',
'shared/root_window_capture_client.cc',
'shared/root_window_capture_client.h',
- 'single_monitor_manager.cc',
- 'single_monitor_manager.h',
+ 'single_display_manager.cc',
+ 'single_display_manager.h',
'ui_controls_win.cc',
'ui_controls_x11.cc',
'window.cc',
« 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