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

Unified Diff: components/web_cache/renderer/BUILD.gn

Issue 2823693002: Migrate RenderThreadImpl to use ConnectionFilter instead of the ChildThread's InterfaceRegistry to … (Closed)
Patch Set: . Created 3 years, 8 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/renderer/chrome_render_thread_observer.cc ('k') | components/web_cache/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_cache/renderer/BUILD.gn
diff --git a/components/web_cache/renderer/BUILD.gn b/components/web_cache/renderer/BUILD.gn
index b386fc778de7ac1ae1dd97d270af2bedfff9293a..368bff45c67417bbf70011f85bdaca8ebeaad87a 100644
--- a/components/web_cache/renderer/BUILD.gn
+++ b/components/web_cache/renderer/BUILD.gn
@@ -11,6 +11,7 @@ static_library("renderer") {
deps = [
"//base",
"//components/web_cache/public/interfaces",
+ "//content/public/child",
"//content/public/common",
"//content/public/renderer",
"//services/service_manager/public/cpp",
« no previous file with comments | « chrome/renderer/chrome_render_thread_observer.cc ('k') | components/web_cache/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698