Index: components/metrics/BUILD.gn |
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn |
index fb7bcd85d4d4b6f1d97d9d99ae6820d6516e65d3..95dfabbb9ad7dd92402ea8214fbe8b9b60e494e1 100644 |
--- a/components/metrics/BUILD.gn |
+++ b/components/metrics/BUILD.gn |
@@ -1,8 +1,6 @@ |
# Copyright 2014 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
- |
-import("//mojo/public/tools/bindings/mojom.gni") |
declare_args() { |
# Overrides os name in uma metrics log to "Blimp". |
@@ -87,7 +85,6 @@ |
deps = [ |
"//base", |
"//base:base_static", |
- "//components/metrics/public/interfaces:mojo_bindings", |
"//components/prefs", |
"//components/variations", |
"//third_party/zlib:compression_utils", |
@@ -309,7 +306,6 @@ |
":test_support", |
":ui", |
"//base/test:test_support", |
- "//components/metrics/public/cpp:unit_tests", |
"//components/prefs:test_support", |
"//components/variations", |
"//net:test_support", |