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

Unified Diff: ui/ui.gyp

Issue 9960042: Refactor screen/monitor so that gfx::Screen returns monitor object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 0e21e1083c995db1720c25b563c9336c8a8395a0..6181d7388bed3ff56bcd38bf416d5ddab87b50cf 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -323,6 +323,8 @@
'gfx/mac/nsimage_cache.h',
'gfx/mac/nsimage_cache.mm',
'gfx/mac/scoped_ns_disable_screen_updates.h',
+ 'gfx/monitor.cc',
+ 'gfx/monitor.h',
'gfx/native_theme.cc',
'gfx/native_theme.h',
'gfx/native_theme_android.cc',
@@ -364,11 +366,13 @@
'gfx/render_text_linux.h',
'gfx/render_text_win.cc',
'gfx/render_text_win.h',
+ 'gfx/screen.cc',
'gfx/screen.h',
'gfx/screen_android.cc',
- 'gfx/screen_ash.cc',
+ 'gfx/screen_aura.cc',
'gfx/screen_aurax11.cc',
'gfx/screen_gtk.cc',
+ 'gfx/screen_impl.h',
'gfx/screen_mac.mm',
'gfx/screen_win.cc',
'gfx/scoped_cg_context_save_gstate_mac.h',

Powered by Google App Engine
This is Rietveld 408576698