| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "webdata/autocomplete_syncable_service.cc", | 116 "webdata/autocomplete_syncable_service.cc", |
| 117 "webdata/autocomplete_syncable_service.h", | 117 "webdata/autocomplete_syncable_service.h", |
| 118 "webdata/autofill_change.cc", | 118 "webdata/autofill_change.cc", |
| 119 "webdata/autofill_change.h", | 119 "webdata/autofill_change.h", |
| 120 "webdata/autofill_entry.cc", | 120 "webdata/autofill_entry.cc", |
| 121 "webdata/autofill_entry.h", | 121 "webdata/autofill_entry.h", |
| 122 "webdata/autofill_profile_syncable_service.cc", | 122 "webdata/autofill_profile_syncable_service.cc", |
| 123 "webdata/autofill_profile_syncable_service.h", | 123 "webdata/autofill_profile_syncable_service.h", |
| 124 "webdata/autofill_table.cc", | 124 "webdata/autofill_table.cc", |
| 125 "webdata/autofill_table.h", | 125 "webdata/autofill_table.h", |
| 126 "webdata/autofill_wallet_metadata_syncable_service.cc", | |
| 127 "webdata/autofill_wallet_metadata_syncable_service.h", | |
| 128 "webdata/autofill_wallet_syncable_service.cc", | 126 "webdata/autofill_wallet_syncable_service.cc", |
| 129 "webdata/autofill_wallet_syncable_service.h", | 127 "webdata/autofill_wallet_syncable_service.h", |
| 130 "webdata/autofill_webdata.h", | 128 "webdata/autofill_webdata.h", |
| 131 "webdata/autofill_webdata_backend.h", | 129 "webdata/autofill_webdata_backend.h", |
| 132 "webdata/autofill_webdata_backend_impl.cc", | 130 "webdata/autofill_webdata_backend_impl.cc", |
| 133 "webdata/autofill_webdata_backend_impl.h", | 131 "webdata/autofill_webdata_backend_impl.h", |
| 134 "webdata/autofill_webdata_service.cc", | 132 "webdata/autofill_webdata_service.cc", |
| 135 "webdata/autofill_webdata_service.h", | 133 "webdata/autofill_webdata_service.h", |
| 136 "webdata/autofill_webdata_service_observer.h", | 134 "webdata/autofill_webdata_service_observer.h", |
| 137 ] | 135 ] |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "name_field_unittest.cc", | 234 "name_field_unittest.cc", |
| 237 "options_util_unittest.cc", | 235 "options_util_unittest.cc", |
| 238 "password_generator_unittest.cc", | 236 "password_generator_unittest.cc", |
| 239 "personal_data_manager_unittest.cc", | 237 "personal_data_manager_unittest.cc", |
| 240 "phone_field_unittest.cc", | 238 "phone_field_unittest.cc", |
| 241 "phone_number_i18n_unittest.cc", | 239 "phone_number_i18n_unittest.cc", |
| 242 "phone_number_unittest.cc", | 240 "phone_number_unittest.cc", |
| 243 "validation_unittest.cc", | 241 "validation_unittest.cc", |
| 244 "webdata/autofill_profile_syncable_service_unittest.cc", | 242 "webdata/autofill_profile_syncable_service_unittest.cc", |
| 245 "webdata/autofill_table_unittest.cc", | 243 "webdata/autofill_table_unittest.cc", |
| 246 "webdata/autofill_wallet_metadata_syncable_service_unittest.cc", | |
| 247 "webdata/web_data_service_unittest.cc", | 244 "webdata/web_data_service_unittest.cc", |
| 248 ] | 245 ] |
| 249 | 246 |
| 250 deps = [ | 247 deps = [ |
| 251 ":browser", | 248 ":browser", |
| 252 ":test_support", | 249 ":test_support", |
| 253 "//base", | 250 "//base", |
| 254 "//base:prefs", | 251 "//base:prefs", |
| 255 "//base/test:test_support", | 252 "//base/test:test_support", |
| 256 "//components/autofill/core/common", | 253 "//components/autofill/core/common", |
| 257 "//components/os_crypt", | 254 "//components/os_crypt", |
| 258 "//components/rappor:test_support", | 255 "//components/rappor:test_support", |
| 259 "//components/resources", | 256 "//components/resources", |
| 260 "//components/signin/core/browser:test_support", | 257 "//components/signin/core/browser:test_support", |
| 261 "//components/strings", | 258 "//components/strings", |
| 262 "//components/sync_driver", | 259 "//components/sync_driver", |
| 263 "//components/webdata/common", | 260 "//components/webdata/common", |
| 264 "//net:test_support", | 261 "//net:test_support", |
| 265 "//sql", | 262 "//sql", |
| 266 "//sync", | 263 "//sync", |
| 267 "//sync:test_support_sync_api", | 264 "//sync:test_support_sync_api", |
| 268 "//testing/gmock", | 265 "//testing/gmock", |
| 269 "//testing/gtest", | 266 "//testing/gtest", |
| 270 "//third_party/libphonenumber", | 267 "//third_party/libphonenumber", |
| 271 "//third_party/libjingle", | 268 "//third_party/libjingle", |
| 272 "//ui/base", | 269 "//ui/base", |
| 273 "//url", | 270 "//url", |
| 274 ] | 271 ] |
| 275 } | 272 } |
| OLD | NEW |