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

Unified Diff: ui/ui.gyp

Issue 11399002: Implemented GetWindowSnapshot on RenderViewImpl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed aura snapshot circular dependency 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 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', {

Powered by Google App Engine
This is Rietveld 408576698