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("suggestions") {
10 "image_fetcher_delegate.h",
13 "suggestions_pref_names.cc",
14 "suggestions_pref_names.h",
15 "suggestions_service.cc",
16 "suggestions_service.h",
17 "suggestions_store.cc",
18 "suggestions_store.h",
19 "suggestions_utils.cc",
20 "suggestions_utils.h",
25 "//components/keyed_service/core",
26 "//components/pref_registry",
27 "//components/suggestions/proto",
28 "//components/variations",