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

Unified Diff: services/resource_coordinator/public/cpp/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 | « no previous file | third_party/WebKit/Source/core/frame/LocalFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/resource_coordinator/public/cpp/BUILD.gn
diff --git a/services/resource_coordinator/public/cpp/BUILD.gn b/services/resource_coordinator/public/cpp/BUILD.gn
index b16fbb6096e79f93e5db91f0bad32aa5c213ea5a..7921f3fa4991c7bb66e6158bf90d2cc252eaad4a 100644
--- a/services/resource_coordinator/public/cpp/BUILD.gn
+++ b/services/resource_coordinator/public/cpp/BUILD.gn
@@ -28,11 +28,15 @@ component("resource_coordinator_cpp") {
"//base",
"//mojo/public/cpp/bindings",
"//services/resource_coordinator/public/interfaces:interfaces_internal",
+ "//services/resource_coordinator/public/interfaces:interfaces_internal_blink",
"//services/service_manager/public/cpp",
"//third_party/smhasher:murmurhash2",
]
- allow_circular_includes_from = [ "//services/resource_coordinator/public/interfaces:interfaces_internal" ]
+ allow_circular_includes_from = [
+ "//services/resource_coordinator/public/interfaces:interfaces_internal",
+ "//services/resource_coordinator/public/interfaces:interfaces_internal_blink",
+ ]
}
source_set("struct_traits") {
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/LocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698