Index: ui/ui.gyp |
diff --git a/ui/ui.gyp b/ui/ui.gyp |
index 9c63b2ae0db3a6c2b714607f59d2dbe923c21a74..0e28f871fe58fe9961a5171ca7efaccb3fa0aafe 100644 |
--- a/ui/ui.gyp |
+++ b/ui/ui.gyp |
@@ -324,6 +324,12 @@ |
'base/win/singleton_hwnd.h', |
'base/win/window_impl.cc', |
'base/win/window_impl.h', |
+ 'base/snapshot/snapshot.h', |
+ 'base/snapshot/snapshot_android.cc', |
+ 'base/snapshot/snapshot_aura.cc', |
+ 'base/snapshot/snapshot_gtk.cc', |
+ 'base/snapshot/snapshot_mac.mm', |
+ 'base/snapshot/snapshot_win.cc', |
'base/work_area_watcher_observer.h', |
'base/x/active_window_watcher_x.cc', |
'base/x/active_window_watcher_x.h', |
@@ -617,6 +623,7 @@ |
'sources/': [ |
['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'], |
['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'], |
+ ['exclude', 'base/snapshot/snapshot_win.cc'], |
], |
}], |
['use_aura==0 and toolkit_views==0', { |