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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 2331343012: Create MetricsPrivateDelegate for metricsPrivate behavior (Closed)
Patch Set: ExtensionsAPIClient owns MetricsPrivateDelegate instance Created 4 years, 3 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/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 17159d7957c0ea9667cc9f7227d7964676f07fca..0d00e09d175bf575d36e7045a6d485ec84f79836 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -301,6 +301,8 @@ static_library("extensions") {
"api/messaging/native_messaging_host_manifest.h",
"api/messaging/native_messaging_policy_handler.cc",
"api/messaging/native_messaging_policy_handler.h",
+ "api/metrics_private/chrome_metrics_private_delegate.cc",
+ "api/metrics_private/chrome_metrics_private_delegate.h",
"api/metrics_private/metrics_private_api.cc",
"api/metrics_private/metrics_private_api.h",
"api/module/module.cc",

Powered by Google App Engine
This is Rietveld 408576698