Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: components/suggestions/BUILD.gn

Issue 600203002: Revert of [Suggestions] Move ImageManager to the component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/suggestions.gypi ('k') | components/suggestions/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 static_library("suggestions") { 5 static_library("suggestions") {
6 sources = [ 6 sources = [
7 "blacklist_store.cc", 7 "blacklist_store.cc",
8 "blacklist_store.h", 8 "blacklist_store.h",
9 "image_fetcher.h",
10 "image_fetcher_delegate.h",
11 "image_manager.cc",
12 "image_manager.h", 9 "image_manager.h",
13 "suggestions_pref_names.cc", 10 "suggestions_pref_names.cc",
14 "suggestions_pref_names.h", 11 "suggestions_pref_names.h",
15 "suggestions_service.cc", 12 "suggestions_service.cc",
16 "suggestions_service.h", 13 "suggestions_service.h",
17 "suggestions_store.cc", 14 "suggestions_store.cc",
18 "suggestions_store.h", 15 "suggestions_store.h",
19 "suggestions_utils.cc", 16 "suggestions_utils.cc",
20 "suggestions_utils.h", 17 "suggestions_utils.h",
21 ] 18 ]
22 19
23 deps = [ 20 deps = [
24 "//base", 21 "//base",
25 "//components/keyed_service/core", 22 "//components/keyed_service/core",
26 "//components/pref_registry", 23 "//components/pref_registry",
27 "//components/suggestions/proto", 24 "//components/suggestions/proto",
28 "//components/variations", 25 "//components/variations",
29 "//net", 26 "//net",
30 "//ui/gfx", 27 "//ui/gfx",
31 "//url", 28 "//url",
32 ] 29 ]
33 } 30 }
OLDNEW
« no previous file with comments | « components/suggestions.gypi ('k') | components/suggestions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698