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

Unified Diff: content/browser/BUILD.gn

Issue 2710823003: NOCOMMIT prototype: GRC service plumbing and process priority
Patch Set: Buildfixes Created 3 years, 9 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 05443225835b60d045f32847b5291da2666612c5..a57c706d7fbbb256fb0140e5a99410cfaec180b3 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -107,6 +107,8 @@ source_set("browser") {
"//services/device/public/interfaces:constants",
"//services/file:lib",
"//services/file/public/interfaces",
+ "//services/resource_coordinator:lib",
+ "//services/resource_coordinator/public/interfaces",
"//services/service_manager",
"//services/service_manager/public/cpp",
"//services/service_manager/public/interfaces",
@@ -1231,6 +1233,8 @@ source_set("browser") {
"resolve_proxy_msg_helper.h",
"resource_context_impl.cc",
"resource_context_impl.h",
+ "resource_coordinator_web_contents_observer.cc",
+ "resource_coordinator_web_contents_observer.h",
"screen_orientation/screen_orientation_delegate_win.cc",
"screen_orientation/screen_orientation_delegate_win.h",
"screen_orientation/screen_orientation_provider.cc",

Powered by Google App Engine
This is Rietveld 408576698