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

Side by Side Diff: components/history/core/browser/BUILD.gn

Issue 2901093009: [USS] Implement GetAllData and GetStorageKey. (Closed)
Patch Set: brettw review and rebase Created 3 years, 6 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/history/core/browser/history_backend.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 static_library("browser") { 5 static_library("browser") {
6 sources = [ 6 sources = [
7 "delete_directive_handler.cc", 7 "delete_directive_handler.cc",
8 "delete_directive_handler.h", 8 "delete_directive_handler.h",
9 "download_constants.h", 9 "download_constants.h",
10 "download_database.cc", 10 "download_database.cc",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "history_backend_unittest.cc", 193 "history_backend_unittest.cc",
194 "history_database_unittest.cc", 194 "history_database_unittest.cc",
195 "history_model_worker_unittest.cc", 195 "history_model_worker_unittest.cc",
196 "history_querying_unittest.cc", 196 "history_querying_unittest.cc",
197 "history_service_unittest.cc", 197 "history_service_unittest.cc",
198 "history_types_unittest.cc", 198 "history_types_unittest.cc",
199 "thumbnail_database_unittest.cc", 199 "thumbnail_database_unittest.cc",
200 "top_sites_cache_unittest.cc", 200 "top_sites_cache_unittest.cc",
201 "top_sites_database_unittest.cc", 201 "top_sites_database_unittest.cc",
202 "top_sites_impl_unittest.cc", 202 "top_sites_impl_unittest.cc",
203 "typed_url_sync_bridge_unittest.cc",
203 "typed_url_sync_metadata_database_unittest.cc", 204 "typed_url_sync_metadata_database_unittest.cc",
204 "typed_url_syncable_service_unittest.cc", 205 "typed_url_syncable_service_unittest.cc",
205 "url_database_unittest.cc", 206 "url_database_unittest.cc",
206 "url_utils_unittest.cc", 207 "url_utils_unittest.cc",
207 "visit_database_unittest.cc", 208 "visit_database_unittest.cc",
208 "visit_tracker_unittest.cc", 209 "visit_tracker_unittest.cc",
209 "web_history_service_unittest.cc", 210 "web_history_service_unittest.cc",
210 ] 211 ]
211 deps = [ 212 deps = [
212 ":browser", 213 ":browser",
(...skipping 12 matching lines...) Expand all
225 "//sql:test_support", 226 "//sql:test_support",
226 "//testing/gtest", 227 "//testing/gtest",
227 "//ui/gfx", 228 "//ui/gfx",
228 "//ui/gfx:test_support", 229 "//ui/gfx:test_support",
229 "//url", 230 "//url",
230 ] 231 ]
231 if (is_android) { 232 if (is_android) {
232 sources += [ "android/android_history_types_unittest.cc" ] 233 sources += [ "android/android_history_types_unittest.cc" ]
233 } 234 }
234 } 235 }
OLDNEW
« no previous file with comments | « no previous file | components/history/core/browser/history_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698