Index: ui/ui.gyp |
diff --git a/ui/ui.gyp b/ui/ui.gyp |
index f998b7919929ef7590f20991bfdadb30850b08fc..147a8ece0d00fa0dfc51ac7e389bed56df4d965b 100644 |
--- a/ui/ui.gyp |
+++ b/ui/ui.gyp |
@@ -328,6 +328,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', |
@@ -371,9 +373,10 @@ |
'gfx/render_text_win.h', |
'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', |