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

Unified Diff: content/browser/BUILD.gn

Issue 2821473002: Service CreateNewWindow on the UI thread with a new mojo interface (Closed)
Patch Set: associated with IPC channel 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index ef4dfc91b62f16eef06a7fa0c4c3e0e0cfba02c0..dc194206083f9d5bdc888356ddd8e01404a4500f 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1208,6 +1208,8 @@ source_set("browser") {
"renderer_host/overscroll_controller_delegate.h",
"renderer_host/render_message_filter.cc",
"renderer_host/render_message_filter.h",
+ "renderer_host/render_message_filter_ui.cc",
+ "renderer_host/render_message_filter_ui.h",
"renderer_host/render_process_host_impl.cc",
"renderer_host/render_process_host_impl.h",
"renderer_host/render_sandbox_host_linux.cc",

Powered by Google App Engine
This is Rietveld 408576698