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

Unified Diff: content/content_browser.gypi

Issue 11399002: Implemented GetWindowSnapshot on RenderViewImpl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index df1efe311b6ea4910fb3e8cc86d2e3e89da1997a..1c88b474e97da8d923a599480e771f17d27aa04c 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -179,6 +179,7 @@
'public/browser/web_ui_controller.h',
'public/browser/web_ui_controller_factory.h',
'public/browser/web_ui_message_handler.h',
+ 'public/browser/window_util.h',
'public/browser/worker_service.h',
'public/browser/worker_service_observer.h',
'public/browser/zygote_host_linux.h',
@@ -843,6 +844,10 @@
'browser/web_contents/web_drag_source_win.h',
'browser/web_contents/web_drag_utils_win.cc',
'browser/web_contents/web_drag_utils_win.h',
+ 'browser/window_util_aura.cc',
+ 'browser/window_util_gtk.cc',
+ 'browser/window_util_mac.mm',
+ 'browser/window_util_win.cc',
'browser/trace_controller_impl.cc',
'browser/trace_controller_impl.h',
'browser/trace_message_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698