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

Unified Diff: ui/snapshot/snapshot.gyp

Issue 706013004: Move non-browser specific ScreenshotTaker code to ui/snapshot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move screenshot_taker to ui/snapshot/ Created 6 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
« ui/snapshot/BUILD.gn ('K') | « ui/snapshot/screenshot_taker.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/snapshot/snapshot.gyp
diff --git a/ui/snapshot/snapshot.gyp b/ui/snapshot/snapshot.gyp
index fca6f4e9caf802fae09150faaf5e0e3c79a114cf..05821d14f8c89566a2b345d11dbf9d42641c1319 100644
--- a/ui/snapshot/snapshot.gyp
+++ b/ui/snapshot/snapshot.gyp
@@ -21,6 +21,8 @@
'SNAPSHOT_IMPLEMENTATION',
],
'sources': [
+ 'screenshot_taker.cc',
+ 'screenshot_taker.h',
'snapshot.h',
'snapshot_android.cc',
'snapshot_async.cc',
« ui/snapshot/BUILD.gn ('K') | « ui/snapshot/screenshot_taker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698