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

Unified Diff: content/public/browser/BUILD.gn

Issue 2857263003: Task Manager should listen to WebContentsObserver::RenderFrameCreated. (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
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index acbe7407b1ba4d40511b50533d469ad7e658e271..cabcfddab551472e579d5ed49a64acfe18549d7f 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -203,6 +203,8 @@ source_set("browser_sources") {
"render_process_host.h",
"render_process_host_factory.h",
"render_process_host_observer.h",
+ "render_process_host_utils.cc",
+ "render_process_host_utils.h",
"render_view_host.h",
"render_widget_host.h",
"render_widget_host_iterator.h",

Powered by Google App Engine
This is Rietveld 408576698