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

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

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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 | « components/history/DEPS ('k') | components/history/core/browser/delete_directive_handler.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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 90
91 deps = [ 91 deps = [
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",
100 "//components/sync_driver", 101 "//components/sync_driver",
101 "//components/url_formatter", 102 "//components/url_formatter",
102 "//components/version_info", 103 "//components/version_info",
103 "//google_apis", 104 "//google_apis",
104 "//net", 105 "//net",
105 "//sql", 106 "//sql",
106 "//sync",
107 "//third_party/sqlite", 107 "//third_party/sqlite",
108 "//ui/base", 108 "//ui/base",
109 "//ui/gfx", 109 "//ui/gfx",
110 "//url", 110 "//url",
111 ] 111 ]
112 112
113 if (is_android) { 113 if (is_android) {
114 sources += [ 114 sources += [
115 "android/android_cache_database.cc", 115 "android/android_cache_database.cc",
116 "android/android_cache_database.h", 116 "android/android_cache_database.h",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 ":browser", 199 ":browser",
200 ":unit_tests_bundle_data", 200 ":unit_tests_bundle_data",
201 "//base", 201 "//base",
202 "//base/test:test_support", 202 "//base/test:test_support",
203 "//components/favicon_base", 203 "//components/favicon_base",
204 "//components/history/core/common", 204 "//components/history/core/common",
205 "//components/history/core/test", 205 "//components/history/core/test",
206 "//components/prefs:test_support", 206 "//components/prefs:test_support",
207 "//components/signin/core/browser", 207 "//components/signin/core/browser",
208 "//components/signin/core/browser:test_support", 208 "//components/signin/core/browser:test_support",
209 "//components/sync:test_support_sync_api",
209 "//components/sync_driver:test_support", 210 "//components/sync_driver:test_support",
210 "//sql", 211 "//sql",
211 "//sql:test_support", 212 "//sql:test_support",
212 "//sync:test_support_sync_api",
213 "//testing/gtest", 213 "//testing/gtest",
214 "//ui/gfx", 214 "//ui/gfx",
215 "//ui/gfx:test_support", 215 "//ui/gfx:test_support",
216 "//url", 216 "//url",
217 ] 217 ]
218 if (is_android) { 218 if (is_android) {
219 sources += [ "android/android_history_types_unittest.cc" ] 219 sources += [ "android/android_history_types_unittest.cc" ]
220 } 220 }
221 } 221 }
OLDNEW
« no previous file with comments | « components/history/DEPS ('k') | components/history/core/browser/delete_directive_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698