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

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

Issue 2780793002: Add extra information for ReadingList ContentSuggestion (Closed)
Patch Set: Address comments Created 3 years, 8 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 | « no previous file | components/ntp_snippets/content_suggestion.h » ('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 }
(...skipping 29 matching lines...) Expand all
40 "ntp_snippets_constants.cc", 40 "ntp_snippets_constants.cc",
41 "ntp_snippets_constants.h", 41 "ntp_snippets_constants.h",
42 "offline_pages/recent_tab_suggestions_provider.cc", 42 "offline_pages/recent_tab_suggestions_provider.cc",
43 "offline_pages/recent_tab_suggestions_provider.h", 43 "offline_pages/recent_tab_suggestions_provider.h",
44 "physical_web_pages/physical_web_page_suggestions_provider.cc", 44 "physical_web_pages/physical_web_page_suggestions_provider.cc",
45 "physical_web_pages/physical_web_page_suggestions_provider.h", 45 "physical_web_pages/physical_web_page_suggestions_provider.h",
46 "pref_names.cc", 46 "pref_names.cc",
47 "pref_names.h", 47 "pref_names.h",
48 "pref_util.cc", 48 "pref_util.cc",
49 "pref_util.h", 49 "pref_util.h",
50 "reading_list/reading_list_distillation_state_util.cc",
51 "reading_list/reading_list_distillation_state_util.h",
50 "reading_list/reading_list_suggestions_provider.cc", 52 "reading_list/reading_list_suggestions_provider.cc",
51 "reading_list/reading_list_suggestions_provider.h", 53 "reading_list/reading_list_suggestions_provider.h",
52 "remote/json_request.cc", 54 "remote/json_request.cc",
53 "remote/json_request.h", 55 "remote/json_request.h",
54 "remote/persistent_scheduler.h", 56 "remote/persistent_scheduler.h",
55 "remote/remote_suggestion.cc", 57 "remote/remote_suggestion.cc",
56 "remote/remote_suggestion.h", 58 "remote/remote_suggestion.h",
57 "remote/remote_suggestions_database.cc", 59 "remote/remote_suggestions_database.cc",
58 "remote/remote_suggestions_database.h", 60 "remote/remote_suggestions_database.h",
59 "remote/remote_suggestions_fetcher.cc", 61 "remote/remote_suggestions_fetcher.cc",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 213
212 deps = [ 214 deps = [
213 ":ntp_snippets", 215 ":ntp_snippets",
214 "//base", 216 "//base",
215 "//components/offline_pages/core", 217 "//components/offline_pages/core",
216 "//components/offline_pages/core:test_support", 218 "//components/offline_pages/core:test_support",
217 "//testing/gmock", 219 "//testing/gmock",
218 "//testing/gtest", 220 "//testing/gtest",
219 ] 221 ]
220 } 222 }
OLDNEW
« no previous file with comments | « no previous file | components/ntp_snippets/content_suggestion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698