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

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

Issue 1983073002: Query the existence other forms of browsing history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "//base", 92 "//base",
93 "//base:i18n", 93 "//base:i18n",
94 "//components/favicon_base", 94 "//components/favicon_base",
95 "//components/history/core/common", 95 "//components/history/core/common",
96 "//components/keyed_service/core", 96 "//components/keyed_service/core",
97 "//components/prefs", 97 "//components/prefs",
98 "//components/query_parser", 98 "//components/query_parser",
99 "//components/signin/core/browser", 99 "//components/signin/core/browser",
100 "//components/sync_driver", 100 "//components/sync_driver",
101 "//components/url_formatter", 101 "//components/url_formatter",
102 "//components/version_info",
102 "//google_apis", 103 "//google_apis",
103 "//net", 104 "//net",
104 "//sql", 105 "//sql",
105 "//sync", 106 "//sync",
106 "//third_party/sqlite", 107 "//third_party/sqlite",
107 "//ui/base", 108 "//ui/base",
108 "//ui/gfx", 109 "//ui/gfx",
109 "//url", 110 "//url",
110 ] 111 ]
111 112
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "//sync:test_support_sync_api", 212 "//sync:test_support_sync_api",
212 "//testing/gtest", 213 "//testing/gtest",
213 "//ui/gfx", 214 "//ui/gfx",
214 "//ui/gfx:test_support", 215 "//ui/gfx:test_support",
215 "//url", 216 "//url",
216 ] 217 ]
217 if (is_android) { 218 if (is_android) {
218 sources += [ "android/android_history_types_unittest.cc" ] 219 sources += [ "android/android_history_types_unittest.cc" ]
219 } 220 }
220 } 221 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698