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

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

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "//components/keyed_service/core", 175 "//components/keyed_service/core",
176 "//components/os_crypt", 176 "//components/os_crypt",
177 "//components/pref_registry", 177 "//components/pref_registry",
178 "//components/prefs", 178 "//components/prefs",
179 "//components/rappor", 179 "//components/rappor",
180 "//components/resources", 180 "//components/resources",
181 "//components/signin/core/browser", 181 "//components/signin/core/browser",
182 "//components/signin/core/common", 182 "//components/signin/core/common",
183 "//components/strings", 183 "//components/strings",
184 "//components/sync", 184 "//components/sync",
185 "//components/sync_driver",
186 "//components/variations/net", 185 "//components/variations/net",
187 "//components/version_info", 186 "//components/version_info",
188 "//components/webdata/common", 187 "//components/webdata/common",
189 "//google_apis", 188 "//google_apis",
190 "//net", 189 "//net",
191 "//skia", 190 "//skia",
192 "//sql", 191 "//sql",
193 "//third_party/fips181", 192 "//third_party/fips181",
194 "//third_party/icu", 193 "//third_party/icu",
195 "//third_party/libaddressinput:util", 194 "//third_party/libaddressinput:util",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "//components/os_crypt:test_support", 339 "//components/os_crypt:test_support",
341 "//components/prefs:test_support", 340 "//components/prefs:test_support",
342 "//components/rappor:test_support", 341 "//components/rappor:test_support",
343 "//components/resources", 342 "//components/resources",
344 "//components/signin/core/browser", 343 "//components/signin/core/browser",
345 "//components/signin/core/browser:test_support", 344 "//components/signin/core/browser:test_support",
346 "//components/signin/core/common", 345 "//components/signin/core/common",
347 "//components/strings", 346 "//components/strings",
348 "//components/sync", 347 "//components/sync",
349 "//components/sync:test_support_sync_api", 348 "//components/sync:test_support_sync_api",
350 "//components/sync_driver", 349 "//components/sync:test_support_sync_driver",
351 "//components/sync_driver:test_support",
352 "//components/variations", 350 "//components/variations",
353 "//components/webdata/common", 351 "//components/webdata/common",
354 "//components/webdata_services:test_support", 352 "//components/webdata_services:test_support",
355 "//google_apis", 353 "//google_apis",
356 "//google_apis:test_support", 354 "//google_apis:test_support",
357 "//net:test_support", 355 "//net:test_support",
358 "//sql", 356 "//sql",
359 "//testing/gmock", 357 "//testing/gmock",
360 "//testing/gtest", 358 "//testing/gtest",
361 "//third_party/libaddressinput:util", 359 "//third_party/libaddressinput:util",
362 "//third_party/libphonenumber", 360 "//third_party/libphonenumber",
363 "//ui/base", 361 "//ui/base",
364 "//url", 362 "//url",
365 ] 363 ]
366 } 364 }
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