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

Unified Diff: services/resource_coordinator/public/interfaces/BUILD.gn

Issue 2914243003: [GRC] GRC service plumbing in Blink. (Closed)
Patch Set: 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: services/resource_coordinator/public/interfaces/BUILD.gn
diff --git a/services/resource_coordinator/public/interfaces/BUILD.gn b/services/resource_coordinator/public/interfaces/BUILD.gn
index d68debbc28408f6631d2ac012e0ba82cbd958eee..da4bf859f66093e7fca74e8361b1815f04c6a94e 100644
--- a/services/resource_coordinator/public/interfaces/BUILD.gn
+++ b/services/resource_coordinator/public/interfaces/BUILD.gn
@@ -6,6 +6,7 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces_internal") {
visibility = [ "//services/resource_coordinator/public/cpp:*" ]
+ visibility_blink = [ "//third_party/WebKit/Source/platform/*" ]
oystein (OOO til 10th of July) 2017/06/02 15:32:36 I don't think this is right. The reason for wrappi
Ken Rockot(use gerrit already) 2017/06/02 17:01:23 Blink and non-blink variant target outputs are tot
lpy 2017/06/02 20:23:52 Done.
sources = [
"coordination_unit.mojom",

Powered by Google App Engine
This is Rietveld 408576698