| Index: ios/chrome/browser/ui/content_suggestions/BUILD.gn
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/BUILD.gn b/ios/chrome/browser/ui/content_suggestions/BUILD.gn
|
| index 0479d04d3792d0ad7e8c47605ba6a57fd7120137..0828a9eafb1939a10b760b3b44a063265bd2628c 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/content_suggestions/BUILD.gn
|
| @@ -36,6 +36,7 @@ source_set("content_suggestions") {
|
| "//ios/chrome/browser/ui/collection_view",
|
| "//ios/third_party/material_roboto_font_loader_ios",
|
| "//ui/base",
|
| + "//url",
|
| ]
|
| public_deps = [
|
| "//ios/third_party/material_components_ios",
|
| @@ -58,5 +59,6 @@ source_set("unit_tests") {
|
| "//ios/chrome/browser/ui/collection_view",
|
| "//testing/gtest",
|
| "//third_party/ocmock",
|
| + "//url",
|
| ]
|
| }
|
|
|