| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |