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

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

Issue 2578293002: Foreign tab suggestions should update when disabling sync or signing out. (Closed)
Patch Set: Fixed more spelling errors. Created 4 years 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/sessions/tab_delegate_sync_adapter.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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc", 124 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc",
125 "remote/ntp_snippet_unittest.cc", 125 "remote/ntp_snippet_unittest.cc",
126 "remote/ntp_snippets_fetcher_unittest.cc", 126 "remote/ntp_snippets_fetcher_unittest.cc",
127 "remote/remote_suggestions_database_unittest.cc", 127 "remote/remote_suggestions_database_unittest.cc",
128 "remote/remote_suggestions_provider_unittest.cc", 128 "remote/remote_suggestions_provider_unittest.cc",
129 "remote/remote_suggestions_status_service_unittest.cc", 129 "remote/remote_suggestions_status_service_unittest.cc",
130 "remote/request_throttler_unittest.cc", 130 "remote/request_throttler_unittest.cc",
131 "remote/test_utils.cc", 131 "remote/test_utils.cc",
132 "remote/test_utils.h", 132 "remote/test_utils.h",
133 "sessions/foreign_sessions_suggestions_provider_unittest.cc", 133 "sessions/foreign_sessions_suggestions_provider_unittest.cc",
134 "sessions/tab_delegate_sync_adapter_unittest.cc",
134 ] 135 ]
135 136
136 deps = [ 137 deps = [
137 ":ntp_snippets", 138 ":ntp_snippets",
138 ":test_support", 139 ":test_support",
139 "//base", 140 "//base",
140 "//base/test:test_support", 141 "//base/test:test_support",
141 "//components/bookmarks/browser", 142 "//components/bookmarks/browser",
142 "//components/bookmarks/test", 143 "//components/bookmarks/test",
143 "//components/image_fetcher", 144 "//components/image_fetcher",
(...skipping 29 matching lines...) Expand all
173 ] 174 ]
174 175
175 deps = [ 176 deps = [
176 ":ntp_snippets", 177 ":ntp_snippets",
177 "//base", 178 "//base",
178 "//components/offline_pages/core", 179 "//components/offline_pages/core",
179 "//components/offline_pages/core:test_support", 180 "//components/offline_pages/core:test_support",
180 "//testing/gmock", 181 "//testing/gmock",
181 ] 182 ]
182 } 183 }
OLDNEW
« no previous file with comments | « no previous file | components/ntp_snippets/sessions/tab_delegate_sync_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698