| Index: components/doodle/BUILD.gn
|
| diff --git a/components/doodle/BUILD.gn b/components/doodle/BUILD.gn
|
| index e53b617ee7ce652d18ef8096cb42bdf39fef51dc..0588d1738e68f8d437888f2f75429fc4e19bce7c 100644
|
| --- a/components/doodle/BUILD.gn
|
| +++ b/components/doodle/BUILD.gn
|
| @@ -19,9 +19,11 @@ static_library("doodle") {
|
| "//base",
|
| "//components/data_use_measurement/core",
|
| "//components/google/core/browser",
|
| + "//components/image_fetcher/core",
|
| "//components/keyed_service/core",
|
| "//components/prefs",
|
| "//net",
|
| + "//ui/gfx",
|
| ]
|
| }
|
|
|
| @@ -36,8 +38,10 @@ source_set("unit_tests") {
|
| deps = [
|
| ":doodle",
|
| "//components/google/core/browser",
|
| + "//components/image_fetcher/core",
|
| "//components/prefs:test_support",
|
| "//net:test_support",
|
| "//ui/base",
|
| + "//ui/gfx:test_support",
|
| ]
|
| }
|
|
|