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

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

Issue 2914243003: [GRC] GRC service plumbing in Blink. (Closed)
Patch Set: update 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
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalFrame.cpp ('k') | third_party/WebKit/Source/platform/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d2b96988df5d60cb5a42de887e80f5c038836a85..8a7c441a1e5ea8bdf92ad7bc523df908ca4c01a8 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",
"//storage/public/interfaces:interfaces_blink",
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalFrame.cpp ('k') | third_party/WebKit/Source/platform/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698