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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 11399002: Implemented GetWindowSnapshot on RenderViewImpl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added stub methods for iOS Created 8 years 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
« no previous file with comments | « chrome/browser/ui/window_snapshot/window_snapshot_win.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 93dfcb8087f676d161abbaa65259385526746b4d..17a8512b3203fcb9bd2d4b1509e8343eaac387be 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -50,6 +50,7 @@
'../third_party/zlib/zlib.gyp:zlib',
'../ui/base/strings/ui_strings.gyp:ui_strings',
'../ui/native_theme/native_theme.gyp:native_theme',
+ '../ui/snapshot/snapshot.gyp:snapshot',
'../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
'../webkit/support/webkit_support.gyp:user_agent',
@@ -2121,10 +2122,6 @@
'browser/ui/window_sizer/window_sizer_win.cc',
'browser/ui/window_snapshot/window_snapshot.cc',
'browser/ui/window_snapshot/window_snapshot.h',
- 'browser/ui/window_snapshot/window_snapshot_aura.cc',
- 'browser/ui/window_snapshot/window_snapshot_gtk.cc',
- 'browser/ui/window_snapshot/window_snapshot_mac.mm',
- 'browser/ui/window_snapshot/window_snapshot_win.cc',
'browser/ui/zoom/zoom_controller.cc',
'browser/ui/zoom/zoom_controller.h',
'browser/ui/zoom/zoom_observer.h',
@@ -2368,7 +2365,6 @@
['exclude', '^browser/ui/views/user_data_dir_dialog_view.cc'],
['exclude', '^browser/ui/webui/help/version_updater_win.cc'],
['exclude', '^browser/ui/window_sizer/window_sizer_win.cc'],
- ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'],
# TODO: (stevenjb/beng): Find a home for these.
['include', '^browser/ui/views/simple_message_box_views.cc'],
['include', '^browser/ui/webui/certificate_viewer_webui.cc'],
« no previous file with comments | « chrome/browser/ui/window_snapshot/window_snapshot_win.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698