| Index: components/favicon/content/BUILD.gn
 | 
| diff --git a/components/favicon/content/BUILD.gn b/components/favicon/content/BUILD.gn
 | 
| index a6ec44d2c67db8f9af4839fbb0f48948e2571220..5bf3b131d9aa6a6fdfb85259250ea0e3c70b4f4b 100644
 | 
| --- a/components/favicon/content/BUILD.gn
 | 
| +++ b/components/favicon/content/BUILD.gn
 | 
| @@ -32,10 +32,12 @@ source_set("unit_tests") {
 | 
|    deps = [
 | 
|      ":content",
 | 
|      "//components/favicon/core",
 | 
| +    "//components/favicon/core/test:test_support",
 | 
|      "//content/public/browser",
 | 
|      "//content/public/common",
 | 
|      "//content/test:test_support",
 | 
|      "//skia",
 | 
| +    "//testing/gmock",
 | 
|      "//testing/gtest",
 | 
|    ]
 | 
|  }
 | 
| 
 |