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

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

Issue 1161483004: Move guest view container message routing out of content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove ChromeGVCDispatcher + sync Created 5 years, 7 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 | « components/guest_view.gypi ('k') | components/guest_view/renderer/guest_view_container.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/guest_view/renderer/BUILD.gn
diff --git a/components/guest_view/renderer/BUILD.gn b/components/guest_view/renderer/BUILD.gn
index 200070b2475b4944a3d9721de861a3eb26836296..231969c4e108ee5e8474a4df884ffb2c2fabde49 100644
--- a/components/guest_view/renderer/BUILD.gn
+++ b/components/guest_view/renderer/BUILD.gn
@@ -2,8 +2,10 @@ static_library("renderer") {
sources = [
"guest_view_container.cc",
"guest_view_container.h",
+ "guest_view_container_dispatcher.cc",
+ "guest_view_container_dispatcher.h",
"guest_view_request.cc",
- "guest_view_request.h"
+ "guest_view_request.h",
]
deps = [
« no previous file with comments | « components/guest_view.gypi ('k') | components/guest_view/renderer/guest_view_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698