| 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",
|
| ]
|
|
|