Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: ui/ui.gyp

Issue 11399002: Implemented GetWindowSnapshot on RenderViewImpl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Moved snapshot files to ui/base Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 89b6194c932255e2c1851504cbccc704410e0151..70959ec3b1c2fcd1ef3c9bfc93dbbf2eb3d63614 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -332,6 +332,11 @@
'base/win/singleton_hwnd.h',
'base/win/window_impl.cc',
'base/win/window_impl.h',
+ 'base/snapshot/snapshot.h',
+ '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',
« ui/base/snapshot/snapshot_mac_unittest.mm ('K') | « ui/base/snapshot/snapshot_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698