Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6059)

Unified Diff: chrome/renderer/BUILD.gn

Issue 2086223002: Convert instant search messages to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698