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

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: Adding the const back to .cc 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
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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc", 122 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc",
123 "remote/ntp_snippet_unittest.cc", 123 "remote/ntp_snippet_unittest.cc",
124 "remote/ntp_snippets_fetcher_unittest.cc", 124 "remote/ntp_snippets_fetcher_unittest.cc",
125 "remote/remote_suggestions_database_unittest.cc", 125 "remote/remote_suggestions_database_unittest.cc",
126 "remote/remote_suggestions_provider_unittest.cc", 126 "remote/remote_suggestions_provider_unittest.cc",
127 "remote/remote_suggestions_status_service_unittest.cc", 127 "remote/remote_suggestions_status_service_unittest.cc",
128 "remote/request_throttler_unittest.cc", 128 "remote/request_throttler_unittest.cc",
129 "remote/test_utils.cc", 129 "remote/test_utils.cc",
130 "remote/test_utils.h", 130 "remote/test_utils.h",
131 "sessions/foreign_sessions_suggestions_provider_unittest.cc", 131 "sessions/foreign_sessions_suggestions_provider_unittest.cc",
132 "sessions/tab_delegate_sync_adapter_unittest.cc",
132 ] 133 ]
133 134
134 deps = [ 135 deps = [
135 ":ntp_snippets", 136 ":ntp_snippets",
136 ":test_support", 137 ":test_support",
137 "//base", 138 "//base",
138 "//base/test:test_support", 139 "//base/test:test_support",
139 "//components/bookmarks/browser", 140 "//components/bookmarks/browser",
140 "//components/bookmarks/test", 141 "//components/bookmarks/test",
141 "//components/image_fetcher", 142 "//components/image_fetcher",
(...skipping 27 matching lines...) Expand all
169 ] 170 ]
170 171
171 deps = [ 172 deps = [
172 ":ntp_snippets", 173 ":ntp_snippets",
173 "//base", 174 "//base",
174 "//components/offline_pages/core", 175 "//components/offline_pages/core",
175 "//components/offline_pages/core:test_support", 176 "//components/offline_pages/core:test_support",
176 "//testing/gmock", 177 "//testing/gmock",
177 ] 178 ]
178 } 179 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698