| Index: blimp/common/BUILD.gn
|
| diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
|
| index 6548853d326066e0c8770e17d68e2f201996de1f..1790ee57aea51f2185d4a1e26b87738842e3bb75 100644
|
| --- a/blimp/common/BUILD.gn
|
| +++ b/blimp/common/BUILD.gn
|
| @@ -31,6 +31,7 @@ component("blimp_common") {
|
| "//base",
|
| "//blimp/common/proto",
|
| "//cc",
|
| + "//crypto",
|
| "//skia",
|
| "//third_party/libwebp",
|
| "//ui/gfx/geometry",
|
| @@ -42,6 +43,7 @@ source_set("unit_tests") {
|
| testonly = true
|
|
|
| sources = [
|
| + "blob_cache/id_util_unittest.cc",
|
| "blob_cache/in_memory_blob_cache_unittest.cc",
|
| "create_blimp_message_unittest.cc",
|
| "logging_unittest.cc",
|
|
|