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

Side by Side 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, 6 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 static_library("renderer") { 1 static_library("renderer") {
2 sources = [ 2 sources = [
3 "guest_view_container.cc", 3 "guest_view_container.cc",
4 "guest_view_container.h", 4 "guest_view_container.h",
5 "guest_view_container_dispatcher.cc",
6 "guest_view_container_dispatcher.h",
5 "guest_view_request.cc", 7 "guest_view_request.cc",
6 "guest_view_request.h" 8 "guest_view_request.h",
7 ] 9 ]
8 10
9 deps = [ 11 deps = [
10 "//base", 12 "//base",
11 "//components/guest_view/common", 13 "//components/guest_view/common",
12 "//content/public/renderer", 14 "//content/public/renderer",
13 "//ipc", 15 "//ipc",
14 "//third_party/WebKit/public:blink", 16 "//third_party/WebKit/public:blink",
15 "//v8", 17 "//v8",
16 ] 18 ]
17 } 19 }
OLDNEW
« 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