| Index: chrome/renderer/BUILD.gn
|
| diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
|
| index def829526bc94fc951b6cc183e96472fa1025036..8ea0843de87068c42d4517a3977333914d279111 100644
|
| --- a/chrome/renderer/BUILD.gn
|
| +++ b/chrome/renderer/BUILD.gn
|
| @@ -90,6 +90,7 @@ static_library("renderer") {
|
| "//chrome:resources",
|
| "//chrome:strings",
|
| "//chrome/common",
|
| + "//chrome/common:instant_mojom",
|
| "//chrome/common:mojo_bindings",
|
| "//chrome/common/net",
|
| "//components/autofill/content/renderer",
|
| @@ -119,6 +120,7 @@ static_library("renderer") {
|
| "//media",
|
| "//net",
|
| "//ppapi/features",
|
| + "//services/shell/public/cpp",
|
| "//skia",
|
| "//storage/common",
|
| "//third_party/WebKit/public:blink",
|
| @@ -368,6 +370,7 @@ static_library("test_support") {
|
|
|
| deps = [
|
| ":renderer",
|
| + "//chrome/common:instant_mojom",
|
| "//content/test:test_support",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
|
|