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