| 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 # This config sets the define that controls which Wallet service to contact | 7 # This config sets the define that controls which Wallet service to contact |
| 8 # for features using Wallet integration. Unofficial builds won't have the | 8 # for features using Wallet integration. Unofficial builds won't have the |
| 9 # proper API keys so it uses the "sandbox" test servers instead. | 9 # proper API keys so it uses the "sandbox" test servers instead. |
| 10 config("wallet_service") { | 10 config("wallet_service") { |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 "autofill_save_card_infobar_delegate_mobile.h", | 160 "autofill_save_card_infobar_delegate_mobile.h", |
| 161 "autofill_save_card_infobar_mobile.h", | 161 "autofill_save_card_infobar_mobile.h", |
| 162 ] | 162 ] |
| 163 } | 163 } |
| 164 | 164 |
| 165 configs += [ "//build/config:precompiled_headers" ] | 165 configs += [ "//build/config:precompiled_headers" ] |
| 166 | 166 |
| 167 deps = [ | 167 deps = [ |
| 168 "//base", | 168 "//base", |
| 169 "//base:i18n", | 169 "//base:i18n", |
| 170 "//base:prefs", | |
| 171 "//components/autofill/core/browser/proto", | 170 "//components/autofill/core/browser/proto", |
| 172 "//components/autofill/core/common", | 171 "//components/autofill/core/common", |
| 173 "//components/data_use_measurement/core", | 172 "//components/data_use_measurement/core", |
| 174 "//components/infobars/core", | 173 "//components/infobars/core", |
| 175 "//components/keyed_service/core", | 174 "//components/keyed_service/core", |
| 176 "//components/os_crypt", | 175 "//components/os_crypt", |
| 177 "//components/pref_registry", | 176 "//components/pref_registry", |
| 177 "//components/prefs", |
| 178 "//components/rappor", | 178 "//components/rappor", |
| 179 "//components/resources", | 179 "//components/resources", |
| 180 "//components/signin/core/browser", | 180 "//components/signin/core/browser", |
| 181 "//components/signin/core/common", | 181 "//components/signin/core/common", |
| 182 "//components/strings", | 182 "//components/strings", |
| 183 "//components/sync_driver", | 183 "//components/sync_driver", |
| 184 "//components/variations/net", | 184 "//components/variations/net", |
| 185 "//components/webdata/common", | 185 "//components/webdata/common", |
| 186 "//google_apis", | 186 "//google_apis", |
| 187 "//net", | 187 "//net", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 "test_personal_data_manager.cc", | 226 "test_personal_data_manager.cc", |
| 227 "test_personal_data_manager.h", | 227 "test_personal_data_manager.h", |
| 228 ] | 228 ] |
| 229 | 229 |
| 230 public_deps = [ | 230 public_deps = [ |
| 231 ":browser", | 231 ":browser", |
| 232 ] | 232 ] |
| 233 | 233 |
| 234 deps = [ | 234 deps = [ |
| 235 "//base", | 235 "//base", |
| 236 "//base:prefs", | |
| 237 "//base:prefs_test_support", | |
| 238 "//base/test:test_support", | 236 "//base/test:test_support", |
| 239 "//components/autofill/core/browser", | 237 "//components/autofill/core/browser", |
| 240 "//components/autofill/core/browser/proto", | 238 "//components/autofill/core/browser/proto", |
| 241 "//components/autofill/core/common", | 239 "//components/autofill/core/common", |
| 242 "//components/os_crypt", | 240 "//components/os_crypt", |
| 243 "//components/pref_registry", | 241 "//components/pref_registry", |
| 242 "//components/prefs:test_support", |
| 244 "//components/rappor", | 243 "//components/rappor", |
| 245 "//components/rappor:test_support", | 244 "//components/rappor:test_support", |
| 246 "//components/signin/core/browser", | 245 "//components/signin/core/browser", |
| 247 "//components/signin/core/common", | 246 "//components/signin/core/common", |
| 248 "//google_apis:test_support", | 247 "//google_apis:test_support", |
| 249 "//skia", | 248 "//skia", |
| 250 "//testing/gtest", | 249 "//testing/gtest", |
| 251 "//ui/gfx:test_support", | 250 "//ui/gfx:test_support", |
| 252 "//ui/gfx/geometry", | 251 "//ui/gfx/geometry", |
| 253 ] | 252 ] |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 "webdata/autofill_profile_syncable_service_unittest.cc", | 290 "webdata/autofill_profile_syncable_service_unittest.cc", |
| 292 "webdata/autofill_table_unittest.cc", | 291 "webdata/autofill_table_unittest.cc", |
| 293 "webdata/autofill_wallet_metadata_syncable_service_unittest.cc", | 292 "webdata/autofill_wallet_metadata_syncable_service_unittest.cc", |
| 294 "webdata/web_data_service_unittest.cc", | 293 "webdata/web_data_service_unittest.cc", |
| 295 ] | 294 ] |
| 296 | 295 |
| 297 deps = [ | 296 deps = [ |
| 298 ":browser", | 297 ":browser", |
| 299 ":test_support", | 298 ":test_support", |
| 300 "//base", | 299 "//base", |
| 301 "//base:prefs", | |
| 302 "//base:prefs_test_support", | |
| 303 "//base/test:test_support", | 300 "//base/test:test_support", |
| 304 "//components/autofill/core/common", | 301 "//components/autofill/core/common", |
| 305 "//components/os_crypt", | 302 "//components/os_crypt", |
| 303 "//components/prefs:test_support", |
| 306 "//components/rappor:test_support", | 304 "//components/rappor:test_support", |
| 307 "//components/resources", | 305 "//components/resources", |
| 308 "//components/signin/core/browser", | 306 "//components/signin/core/browser", |
| 309 "//components/signin/core/browser:test_support", | 307 "//components/signin/core/browser:test_support", |
| 310 "//components/signin/core/common", | 308 "//components/signin/core/common", |
| 311 "//components/strings", | 309 "//components/strings", |
| 312 "//components/sync_driver", | 310 "//components/sync_driver", |
| 313 "//components/sync_driver:test_support", | 311 "//components/sync_driver:test_support", |
| 314 "//components/variations", | 312 "//components/variations", |
| 315 "//components/webdata/common", | 313 "//components/webdata/common", |
| 316 "//components/webdata_services:test_support", | 314 "//components/webdata_services:test_support", |
| 317 "//google_apis", | 315 "//google_apis", |
| 318 "//google_apis:test_support", | 316 "//google_apis:test_support", |
| 319 "//net:test_support", | 317 "//net:test_support", |
| 320 "//sql", | 318 "//sql", |
| 321 "//sync", | 319 "//sync", |
| 322 "//sync:test_support_sync_api", | 320 "//sync:test_support_sync_api", |
| 323 "//testing/gmock", | 321 "//testing/gmock", |
| 324 "//testing/gtest", | 322 "//testing/gtest", |
| 325 "//third_party/libaddressinput:util", | 323 "//third_party/libaddressinput:util", |
| 326 "//third_party/libphonenumber", | 324 "//third_party/libphonenumber", |
| 327 "//ui/base", | 325 "//ui/base", |
| 328 "//url", | 326 "//url", |
| 329 ] | 327 ] |
| 330 } | 328 } |
| OLD | NEW |