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

Side by Side Diff: components/ntp_snippets.gypi

Issue 2200113002: [New CL] Add a tab helper to record the last visit date for each bookmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary explicit Created 4 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/ntp_snippets/BUILD.gn » ('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 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 '../third_party/icu/icu.gyp:icuuc',
20 'bookmarks_browser',
20 'data_use_measurement_core', 21 'data_use_measurement_core',
21 'image_fetcher', 22 'image_fetcher',
22 'keyed_service_core', 23 'keyed_service_core',
23 'leveldb_proto', 24 'leveldb_proto',
24 'offline_pages', 25 'offline_pages',
25 'prefs/prefs.gyp:prefs', 26 'prefs/prefs.gyp:prefs',
26 'signin_core_browser', 27 'signin_core_browser',
27 'suggestions', 28 'suggestions',
28 'sync_driver', 29 'sync_driver',
29 'variations', 30 'variations',
30 'variations_net', 31 'variations_net',
31 ], 32 ],
32 'sources': [ 33 'sources': [
34 'ntp_snippets/bookmarks/bookmark_last_visit_utils.cc',
35 'ntp_snippets/bookmarks/bookmark_last_visit_utils.h',
33 'ntp_snippets/category_factory.cc', 36 'ntp_snippets/category_factory.cc',
34 'ntp_snippets/category_factory.h', 37 'ntp_snippets/category_factory.h',
35 'ntp_snippets/category_status.cc', 38 'ntp_snippets/category_status.cc',
36 'ntp_snippets/category_status.h', 39 'ntp_snippets/category_status.h',
37 'ntp_snippets/category.cc', 40 'ntp_snippets/category.cc',
38 'ntp_snippets/category.h', 41 'ntp_snippets/category.h',
39 'ntp_snippets/content_suggestion.cc', 42 'ntp_snippets/content_suggestion.cc',
40 'ntp_snippets/content_suggestion.h', 43 'ntp_snippets/content_suggestion.h',
41 'ntp_snippets/content_suggestions_provider.cc', 44 'ntp_snippets/content_suggestions_provider.cc',
42 'ntp_snippets/content_suggestions_provider.h', 45 'ntp_snippets/content_suggestions_provider.h',
(...skipping 23 matching lines...) Expand all
66 'ntp_snippets/switches.h', 69 'ntp_snippets/switches.h',
67 ], 70 ],
68 'variables': { 71 'variables': {
69 'proto_in_dir': 'ntp_snippets/proto', 72 'proto_in_dir': 'ntp_snippets/proto',
70 'proto_out_dir': 'components/ntp_snippets/proto', 73 'proto_out_dir': 'components/ntp_snippets/proto',
71 }, 74 },
72 'includes': [ '../build/protoc.gypi' ], 75 'includes': [ '../build/protoc.gypi' ],
73 }, 76 },
74 ], 77 ],
75 } 78 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/ntp_snippets/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698