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

Unified Diff: content/browser/BUILD.gn

Issue 2885363004: [Hacky prototype] Create a shared-memory high-performance reporting service.
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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 4f01a125b4729010f0ad94f5f5e0baf83e2880bb..fac0dff7244f338658afb7d139f592bcb5634eff 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -101,6 +101,8 @@ source_set("browser") {
"//net:http_server",
"//ppapi/features",
"//printing/features",
+ "//services/blamer:lib",
+ "//services/blamer/public/interfaces:interfaces",
"//services/catalog:constants",
"//services/catalog/public/cpp",
"//services/catalog/public/interfaces:constants",

Powered by Google App Engine
This is Rietveld 408576698