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

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 3 years, 11 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
« no previous file with comments | « chrome/common/search/mock_searchbox.cc ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index fe84d48fe758e5eaeb0b9b9c14cf325f0af6195a..e3783b3a8c40fdc41078fb73c99e6ea17259f87c 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -92,6 +92,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",
@@ -127,6 +128,7 @@ static_library("renderer") {
"//net",
"//ppapi/features",
"//printing/features",
+ "//services/service_manager/public/cpp",
"//skia",
"//storage/common",
"//third_party/WebKit/public:blink",
@@ -377,6 +379,7 @@ static_library("test_support") {
deps = [
":renderer",
+ "//chrome/common:instant_mojom",
"//content/test:test_support",
"//extensions/features",
"//testing/gmock",
« no previous file with comments | « chrome/common/search/mock_searchbox.cc ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698