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

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

Issue 2074253002: [Autofill] Dedupe profiles on each major version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed rogerm's comments Created 4 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/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 source_set("browser") { 8 source_set("browser") {
9 sources = [ 9 sources = [
10 "address.cc", 10 "address.cc",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "//components/os_crypt", 171 "//components/os_crypt",
172 "//components/pref_registry", 172 "//components/pref_registry",
173 "//components/prefs", 173 "//components/prefs",
174 "//components/rappor", 174 "//components/rappor",
175 "//components/resources", 175 "//components/resources",
176 "//components/signin/core/browser", 176 "//components/signin/core/browser",
177 "//components/signin/core/common", 177 "//components/signin/core/common",
178 "//components/strings", 178 "//components/strings",
179 "//components/sync_driver", 179 "//components/sync_driver",
180 "//components/variations/net", 180 "//components/variations/net",
181 "//components/version_info",
181 "//components/webdata/common", 182 "//components/webdata/common",
182 "//google_apis", 183 "//google_apis",
183 "//net", 184 "//net",
184 "//skia", 185 "//skia",
185 "//sql", 186 "//sql",
186 "//sync", 187 "//sync",
187 "//third_party/fips181", 188 "//third_party/fips181",
188 "//third_party/icu", 189 "//third_party/icu",
189 "//third_party/libaddressinput:util", 190 "//third_party/libaddressinput:util",
190 "//third_party/libphonenumber", 191 "//third_party/libphonenumber",
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "//sync", 347 "//sync",
347 "//sync:test_support_sync_api", 348 "//sync:test_support_sync_api",
348 "//testing/gmock", 349 "//testing/gmock",
349 "//testing/gtest", 350 "//testing/gtest",
350 "//third_party/libaddressinput:util", 351 "//third_party/libaddressinput:util",
351 "//third_party/libphonenumber", 352 "//third_party/libphonenumber",
352 "//ui/base", 353 "//ui/base",
353 "//url", 354 "//url",
354 ] 355 ]
355 } 356 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698