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

Unified Diff: ui/ui.gyp

Issue 10821104: Support GrabWindowSnapshot with no g_browser_process (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased Created 8 years, 5 months 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_frame/test/test_with_web_server.cc ('k') | ui/window_snapshot/window_snapshot.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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!': [
« no previous file with comments | « chrome_frame/test/test_with_web_server.cc ('k') | ui/window_snapshot/window_snapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698