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

Side by Side Diff: components/ntp_snippets.gypi

Issue 1922083004: Allow fetching personalized snippets from ChromeReader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another unittest fix Created 4 years, 7 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/ntp_snippets 8 # GN version: //components/ntp_snippets
9 'target_name': 'ntp_snippets', 9 'target_name': 'ntp_snippets',
10 'type': 'static_library', 10 'type': 'static_library',
11 'include_dirs': [ 11 'include_dirs': [
12 '..', 12 '..',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 '../base/base.gyp:base', 15 '../base/base.gyp:base',
16 '../google_apis/google_apis.gyp:google_apis', 16 '../google_apis/google_apis.gyp:google_apis',
17 '../net/net.gyp:net', 17 '../net/net.gyp:net',
18 '../url/url.gyp:url_lib', 18 '../url/url.gyp:url_lib',
19 '../third_party/icu/icu.gyp:icuuc',
19 'data_use_measurement_core', 20 'data_use_measurement_core',
20 'image_fetcher', 21 'image_fetcher',
21 'keyed_service_core', 22 'keyed_service_core',
22 'prefs/prefs.gyp:prefs', 23 'prefs/prefs.gyp:prefs',
23 'signin_core_browser', 24 'signin_core_browser',
24 'suggestions', 25 'suggestions',
26 'variations',
25 ], 27 ],
26 'sources': [ 28 'sources': [
27 'ntp_snippets/inner_iterator.h', 29 'ntp_snippets/inner_iterator.h',
28 'ntp_snippets/ntp_snippet.cc', 30 'ntp_snippets/ntp_snippet.cc',
29 'ntp_snippets/ntp_snippet.h', 31 'ntp_snippets/ntp_snippet.h',
32 'ntp_snippets/ntp_snippets_constants.cc',
33 'ntp_snippets/ntp_snippets_constants.h',
30 'ntp_snippets/ntp_snippets_fetcher.cc', 34 'ntp_snippets/ntp_snippets_fetcher.cc',
31 'ntp_snippets/ntp_snippets_fetcher.h', 35 'ntp_snippets/ntp_snippets_fetcher.h',
32 'ntp_snippets/ntp_snippets_scheduler.h', 36 'ntp_snippets/ntp_snippets_scheduler.h',
33 'ntp_snippets/ntp_snippets_service.cc', 37 'ntp_snippets/ntp_snippets_service.cc',
34 'ntp_snippets/ntp_snippets_service.h', 38 'ntp_snippets/ntp_snippets_service.h',
35 'ntp_snippets/pref_names.cc', 39 'ntp_snippets/pref_names.cc',
36 'ntp_snippets/pref_names.h', 40 'ntp_snippets/pref_names.h',
37 'ntp_snippets/switches.cc', 41 'ntp_snippets/switches.cc',
38 'ntp_snippets/switches.h', 42 'ntp_snippets/switches.h',
39 ], 43 ],
40 }, 44 },
41 ], 45 ],
42 } 46 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/snippets_internals_message_handler.cc ('k') | components/ntp_snippets/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698