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", |
] |
} |