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

Unified Diff: components/metrics_services_manager/BUILD.gn

Issue 1412113002: Componentize MetricsServicesManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_metrics_services_manager
Patch Set: Rebase Created 5 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: components/metrics_services_manager/BUILD.gn
diff --git a/components/security_interstitials/core/BUILD.gn b/components/metrics_services_manager/BUILD.gn
similarity index 50%
copy from components/security_interstitials/core/BUILD.gn
copy to components/metrics_services_manager/BUILD.gn
index d60bad3646cef3be59a89f8717da1fdb4e4d3bb2..1039a1eb28e633053c3f8bf6901ae559e33c1a82 100644
--- a/components/security_interstitials/core/BUILD.gn
+++ b/components/metrics_services_manager/BUILD.gn
@@ -2,18 +2,18 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# GYP version: components/security_interstitials.gyp:security_interstitials_core
-static_library("core") {
+# GYP version: components/metrics_services_manager.gypi:metrics_services_manager
+source_set("metrics_services_manager") {
sources = [
- "metrics_helper.cc",
- "metrics_helper.h",
+ "metrics_services_manager.cc",
+ "metrics_services_manager.h",
+ "metrics_services_manager_client.h",
]
deps = [
"//base",
- "//components/history/core/browser",
"//components/metrics",
"//components/rappor",
- "//net",
+ "//components/variations",
]
}

Powered by Google App Engine
This is Rietveld 408576698