Index: ui/ui.gyp |
diff --git a/ui/ui.gyp b/ui/ui.gyp |
index 6f2fcdcfa8e2d607f301f9d855103c2fb18a36b8..bfc0aaf3fc473abe50ec380f160eb2f5ae9c96b0 100644 |
--- a/ui/ui.gyp |
+++ b/ui/ui.gyp |
@@ -467,6 +467,10 @@ |
'ui_controls/ui_controls_gtk.cc', |
'ui_controls/ui_controls_mac.mm', |
'ui_controls/ui_controls_win.cc', |
+ 'window_snapshot/window_snapshot_aura.cc', |
+ 'window_snapshot/window_snapshot_gtk.cc', |
+ 'window_snapshot/window_snapshot_mac.mm', |
+ 'window_snapshot/window_snapshot_win.cc', |
], |
'conditions': [ |
['OS!="ios"', { |
@@ -508,6 +512,7 @@ |
['exclude', 'base/x/work_area_watcher_x.cc'], |
['exclude', 'base/x/work_area_watcher_x.h'], |
['exclude', 'ui_controls_win.cc'], |
+ ['exclude', 'window_snapshot/window_snapshot_win.cc'], |
], |
}, { # use_aura!=1 |
'sources!': [ |