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

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

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 | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/bookmarks/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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
11 11
12 # GYP version: components/ntp_snippets.gypi:ntp_snippets 12 # GYP version: components/ntp_snippets.gypi:ntp_snippets
13 static_library("ntp_snippets") { 13 static_library("ntp_snippets") {
14 sources = [ 14 sources = [
15 "bookmarks/bookmark_last_visit_utils.cc",
16 "bookmarks/bookmark_last_visit_utils.h",
15 "category.cc", 17 "category.cc",
16 "category.h", 18 "category.h",
17 "category_factory.cc", 19 "category_factory.cc",
18 "category_factory.h", 20 "category_factory.h",
19 "category_status.cc", 21 "category_status.cc",
20 "category_status.h", 22 "category_status.h",
21 "content_suggestion.cc", 23 "content_suggestion.cc",
22 "content_suggestion.h", 24 "content_suggestion.h",
23 "content_suggestions_provider.cc", 25 "content_suggestions_provider.cc",
24 "content_suggestions_provider.h", 26 "content_suggestions_provider.h",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "//components/prefs", 58 "//components/prefs",
57 "//components/signin/core/browser", 59 "//components/signin/core/browser",
58 "//components/suggestions", 60 "//components/suggestions",
59 "//components/sync_driver", 61 "//components/sync_driver",
60 "//google_apis", 62 "//google_apis",
61 "//net", 63 "//net",
62 "//url", 64 "//url",
63 ] 65 ]
64 66
65 deps = [ 67 deps = [
68 "//components/bookmarks/browser",
66 "//components/data_use_measurement/core", 69 "//components/data_use_measurement/core",
67 "//components/image_fetcher", 70 "//components/image_fetcher",
68 "//components/metrics", 71 "//components/metrics",
69 "//components/ntp_snippets/proto", 72 "//components/ntp_snippets/proto",
70 "//components/offline_pages", 73 "//components/offline_pages",
71 "//components/variations", 74 "//components/variations",
72 "//components/variations/net", 75 "//components/variations/net",
73 "//third_party/icu/", 76 "//third_party/icu/",
74 "//ui/gfx", 77 "//ui/gfx",
75 ] 78 ]
(...skipping 29 matching lines...) Expand all
105 "//components/leveldb_proto:test_support", 108 "//components/leveldb_proto:test_support",
106 "//components/signin/core/browser:test_support", 109 "//components/signin/core/browser:test_support",
107 "//components/signin/core/common", 110 "//components/signin/core/common",
108 "//components/sync_driver:test_support", 111 "//components/sync_driver:test_support",
109 "//components/variations", 112 "//components/variations",
110 "//net:test_support", 113 "//net:test_support",
111 "//testing/gtest", 114 "//testing/gtest",
112 "//third_party/icu/", 115 "//third_party/icu/",
113 ] 116 ]
114 } 117 }
OLDNEW
« no previous file with comments | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/bookmarks/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698