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

Unified Diff: ui/snapshot/BUILD.gn

Issue 2592983002: [devtools] Support different encodings for Page.CaptureScreenshot. (Closed)
Patch Set: Disabled test on MacOS >=10.11, added ref to bug. Created 3 years, 11 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 | « ui/gfx/image/image_util_mac.mm ('k') | ui/snapshot/screenshot_grabber.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 d6ae901d8d34345f4a2e94b3e4e9cdc9f2ff1795..4685e1b6844ea5e5c0509c7db496433780fab788 100644
--- a/ui/snapshot/BUILD.gn
+++ b/ui/snapshot/BUILD.gn
@@ -10,6 +10,7 @@ component("snapshot") {
"screenshot_grabber.cc",
"screenshot_grabber.h",
"screenshot_grabber_observer.h",
+ "snapshot.cc",
"snapshot.h",
"snapshot_android.cc",
"snapshot_async.cc",
@@ -84,6 +85,7 @@ test("snapshot_unittests") {
"//ui/base",
"//ui/compositor:test_support",
"//ui/gfx",
+ "//ui/gfx:test_support",
"//ui/gfx/geometry",
"//ui/gl",
]
« no previous file with comments | « ui/gfx/image/image_util_mac.mm ('k') | ui/snapshot/screenshot_grabber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698