1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 static_library("browser") {
7 "google_pref_names.cc",
9 "google_search_metrics.cc",
10 "google_search_metrics.h",
13 "google_url_tracker.cc",
14 "google_url_tracker.h",
15 "google_url_tracker_client.cc",
16 "google_url_tracker_client.h",
24 "//components/keyed_service/core",
25 "//components/pref_registry",
26 "//components/strings",
27 "//components/url_fixer",
33 source_set("unit_tests") {
37 "google_url_tracker_unittest.cc",
38 "google_util_unittest.cc",
45 "//base:prefs_test_support",