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

Unified Diff: chrome/renderer/BUILD.gn

Issue 1385663002: [Contextual Search] Add Mojo-enabled API component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Separate component code into browser/common/renderer, and address Jochen's comments. Created 5 years, 1 month 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 13b806d7d58b592867cb9c4d804d2a43dc7db55d..2104290fd2e8d2a9d40cfba366f3a7b6d28ef210 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -37,6 +37,7 @@ static_library("renderer") {
"//chrome:strings",
"//components/autofill/content/renderer",
"//components/content_settings/content/common",
+ "//components/contextual_search:renderer",
mdjones 2015/11/19 20:31:24 Same as browser; I think this belongs in the non-i
Donn Denman 2015/11/20 00:01:41 Done.
"//components/cdm/renderer",
"//components/data_reduction_proxy/content/common",
"//components/data_reduction_proxy/core/common",

Powered by Google App Engine
This is Rietveld 408576698