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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2710823003: NOCOMMIT prototype: GRC service plumbing and process priority
Patch Set: Rebase Created 3 years, 7 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 bd93aa179a6511c408bd5e6599bbaf207263f9b3..3fe9b4c57c758cd98fd15ded41b075c0b8c611df 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1154,6 +1154,8 @@ component("platform") {
"image-encoders/ImageEncoderUtils.h",
"instrumentation/PlatformInstrumentation.cpp",
"instrumentation/PlatformInstrumentation.h",
+ "instrumentation/resource_coordinator/FrameResourceCoordinator.cpp",
+ "instrumentation/resource_coordinator/FrameResourceCoordinator.h",
"instrumentation/tracing/MemoryCacheDumpProvider.cpp",
"instrumentation/tracing/MemoryCacheDumpProvider.h",
"instrumentation/tracing/TraceEvent.h",
@@ -1553,6 +1555,7 @@ component("platform") {
"//gpu/command_buffer/common:common",
"//media",
"//net",
+ "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
"//services/service_manager/public/interfaces:interfaces_blink",
"//skia",
"//third_party:jpeg",

Powered by Google App Engine
This is Rietveld 408576698