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

Side by Side Diff: components/autofill/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/autofill.gypi ('k') | components/autofill/core/browser/DEPS » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 6
7 # GYP version: components/autofill.gyp:autofill_core_browser 7 # GYP version: components/autofill.gyp:autofill_core_browser
8 static_library("browser") { 8 static_library("browser") {
9 sources = [ 9 sources = [
10 "address.cc", 10 "address.cc",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "//components/infobars/core", 170 "//components/infobars/core",
171 "//components/keyed_service/core", 171 "//components/keyed_service/core",
172 "//components/os_crypt", 172 "//components/os_crypt",
173 "//components/pref_registry", 173 "//components/pref_registry",
174 "//components/prefs", 174 "//components/prefs",
175 "//components/rappor", 175 "//components/rappor",
176 "//components/resources", 176 "//components/resources",
177 "//components/signin/core/browser", 177 "//components/signin/core/browser",
178 "//components/signin/core/common", 178 "//components/signin/core/common",
179 "//components/strings", 179 "//components/strings",
180 "//components/sync",
180 "//components/sync_driver", 181 "//components/sync_driver",
181 "//components/variations/net", 182 "//components/variations/net",
182 "//components/version_info", 183 "//components/version_info",
183 "//components/webdata/common", 184 "//components/webdata/common",
184 "//google_apis", 185 "//google_apis",
185 "//net", 186 "//net",
186 "//skia", 187 "//skia",
187 "//sql", 188 "//sql",
188 "//sync",
189 "//third_party/fips181", 189 "//third_party/fips181",
190 "//third_party/icu", 190 "//third_party/icu",
191 "//third_party/libaddressinput:util", 191 "//third_party/libaddressinput:util",
192 "//third_party/libphonenumber", 192 "//third_party/libphonenumber",
193 "//third_party/re2", 193 "//third_party/re2",
194 "//ui/base", 194 "//ui/base",
195 "//ui/gfx", 195 "//ui/gfx",
196 "//ui/gfx/geometry", 196 "//ui/gfx/geometry",
197 "//ui/gfx/range", 197 "//ui/gfx/range",
198 "//url", 198 "//url",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "//components/autofill/core/common", 330 "//components/autofill/core/common",
331 "//components/os_crypt", 331 "//components/os_crypt",
332 "//components/os_crypt:test_support", 332 "//components/os_crypt:test_support",
333 "//components/prefs:test_support", 333 "//components/prefs:test_support",
334 "//components/rappor:test_support", 334 "//components/rappor:test_support",
335 "//components/resources", 335 "//components/resources",
336 "//components/signin/core/browser", 336 "//components/signin/core/browser",
337 "//components/signin/core/browser:test_support", 337 "//components/signin/core/browser:test_support",
338 "//components/signin/core/common", 338 "//components/signin/core/common",
339 "//components/strings", 339 "//components/strings",
340 "//components/sync",
341 "//components/sync:test_support_sync_api",
340 "//components/sync_driver", 342 "//components/sync_driver",
341 "//components/sync_driver:test_support", 343 "//components/sync_driver:test_support",
342 "//components/variations", 344 "//components/variations",
343 "//components/webdata/common", 345 "//components/webdata/common",
344 "//components/webdata_services:test_support", 346 "//components/webdata_services:test_support",
345 "//google_apis", 347 "//google_apis",
346 "//google_apis:test_support", 348 "//google_apis:test_support",
347 "//net:test_support", 349 "//net:test_support",
348 "//sql", 350 "//sql",
349 "//sync",
350 "//sync:test_support_sync_api",
351 "//testing/gmock", 351 "//testing/gmock",
352 "//testing/gtest", 352 "//testing/gtest",
353 "//third_party/libaddressinput:util", 353 "//third_party/libaddressinput:util",
354 "//third_party/libphonenumber", 354 "//third_party/libphonenumber",
355 "//ui/base", 355 "//ui/base",
356 "//url", 356 "//url",
357 ] 357 ]
358 } 358 }
OLDNEW
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698