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

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

Issue 410673002: [Suggestions] Moving suggestions code to a new component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps Created 6 years, 4 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 | Annotate | Revision Log
« 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
(Empty)
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.
4
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 ]
17
18 deps = [
19 "//base",
20 "//components/keyed_service/core",
21 "//components/pref_registry",
22 "//components/suggestions/proto",
23 "//components/variations",
24 "//net",
25 "//ui/gfx",
26 "//url",
27 ]
28 }
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