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

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: Fix missing comma. 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
Index: ui/snapshot/BUILD.gn
diff --git a/ui/snapshot/BUILD.gn b/ui/snapshot/BUILD.gn
index 929aa3c978c0f235a4338782203b2008159cfe0f..5b1ebd8200e1ac9c2c5aae5fbe791a1d82bb6d68 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",
"snapshot.h",
"snapshot_android.cc",
"snapshot_async.cc",

Powered by Google App Engine
This is Rietveld 408576698