Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / components / suggestions / BUILD.gn
blobd505c402a2f448c5f3de349585154d9f8e181d34
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") {
6   sources = [
7     "blacklist_store.cc",
8     "blacklist_store.h",
9     "image_manager.h",
10     "suggestions_pref_names.cc",
11     "suggestions_pref_names.h",
12     "suggestions_service.cc",
13     "suggestions_service.h",
14     "suggestions_store.cc",
15     "suggestions_store.h",
16     "suggestions_utils.cc",
17     "suggestions_utils.h",
18   ]
20   deps = [
21     "//base",
22     "//components/keyed_service/core",
23     "//components/pref_registry",
24     "//components/suggestions/proto",
25     "//components/variations",
26     "//net",
27     "//ui/gfx",
28     "//url",
29   ]