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', |