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

Unified Diff: third_party/WebKit/Source/platform/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: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 407d8cdf73db026b5ea780752fe38372f5dcd7a0..27314fa4918791a2c1064c37efd432eb204e7521 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1047,6 +1047,8 @@ component("platform") {
"image-encoders/RGBAtoRGB.h",
"image-encoders/WEBPImageEncoder.cpp",
"image-encoders/WEBPImageEncoder.h",
+ "instrumentation/resource_coordinator/FrameResourceCoordinator.cpp",
+ "instrumentation/resource_coordinator/FrameResourceCoordinator.h",
"instrumentation/tracing/MemoryCacheDumpProvider.cpp",
"instrumentation/tracing/MemoryCacheDumpProvider.h",
"instrumentation/tracing/TraceEvent.h",
@@ -1420,6 +1422,7 @@ component("platform") {
"//gpu/command_buffer/common:common",
"//media",
"//net",
+ "//services/resource_coordinator/public/interfaces:interfaces_blink",
"//services/service_manager/public/interfaces:interfaces_blink",
"//skia",
"//third_party:jpeg",

Powered by Google App Engine
This is Rietveld 408576698