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

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: SaveScreenSnapshotToDirectory uses ui::GrabWindowSnapshot 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
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index ef2b48ac4241820b1ed27512d5ab83c53e4a788e..754c9a707c71253358eff78c5e492b8f1504397d 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -464,6 +464,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': [
# TODO(asvitkine): Switch all platforms to use canvas_skia.cc.
@@ -500,6 +504,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!': [
@@ -548,7 +553,7 @@
],
'link_settings': {
'libraries': [
- '-lXcursor', # For XCursor* function calls in x11_util.cc.
+ '-lXcursor', # For XCursor* function calls in x11_util.cc.
'-lXrender', # For XRender* function calls in x11_util.cc.
],
},

Powered by Google App Engine
This is Rietveld 408576698