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

Unified Diff: ui/snapshot/BUILD.gn

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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/snapshot/screenshot_taker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/snapshot/BUILD.gn
diff --git a/ui/snapshot/BUILD.gn b/ui/snapshot/BUILD.gn
index 929aa3c978c0f235a4338782203b2008159cfe0f..d9367f32027282a3bf307c3832e0db6498859e0a 100644
--- a/ui/snapshot/BUILD.gn
+++ b/ui/snapshot/BUILD.gn
@@ -6,6 +6,8 @@ import("//build/config/ui.gni")
component("snapshot") {
sources = [
+ "screenshot_taker.cc",
+ "screenshot_taker.h"
Jun Mukai 2014/11/18 21:56:15 They are currently only for ash right?
flackr 2014/11/20 00:06:07 Currently only used by ash, but should technically
"snapshot.h",
"snapshot_android.cc",
"snapshot_async.cc",
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/snapshot/screenshot_taker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698