Index: ui/ui.gyp |
diff --git a/ui/ui.gyp b/ui/ui.gyp |
index e8089a1fbbee6c0524247a078a34f68f0f84b281..5ec8bcee004fd8f9c6f424077a6a4f2b18bd66f6 100644 |
--- a/ui/ui.gyp |
+++ b/ui/ui.gyp |
@@ -326,6 +326,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', |
@@ -369,9 +371,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', |