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

Unified Diff: chrome/browser/BUILD.gn

Issue 2249213002: [OBSOLETE] Reporting: Initial implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ProfileImplIOData Created 4 years, 2 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index eeb861e22c622b4defaac1402068d876e2686f2b..21f9aea9598091e73f5de5fa4f650e9dc35df7ef 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1364,6 +1364,11 @@ split_static_library("browser") {
"//components/rappor",
"//components/rappor:rappor_recorder",
"//components/renderer_context_menu",
+ "//components/reporting/content/browser",
+
+ # TODO: Unsure why this is needed, as public_deps values carry this from
+ # core/public/interfaces to core/browser to content/browser to here.
+ "//components/reporting/core/public/interfaces",
"//components/resources",
"//components/safe_browsing_db",
"//components/safe_json",

Powered by Google App Engine
This is Rietveld 408576698