| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 "//base/test:test_support", | 267 "//base/test:test_support", |
| 268 "//components/autofill/core/common", | 268 "//components/autofill/core/common", |
| 269 "//components/os_crypt", | 269 "//components/os_crypt", |
| 270 "//components/rappor:test_support", | 270 "//components/rappor:test_support", |
| 271 "//components/resources", | 271 "//components/resources", |
| 272 "//components/signin/core/browser", | 272 "//components/signin/core/browser", |
| 273 "//components/signin/core/browser:test_support", | 273 "//components/signin/core/browser:test_support", |
| 274 "//components/signin/core/common", | 274 "//components/signin/core/common", |
| 275 "//components/strings", | 275 "//components/strings", |
| 276 "//components/sync_driver", | 276 "//components/sync_driver", |
| 277 "//components/sync_driver:test_support", |
| 277 "//components/variations", | 278 "//components/variations", |
| 278 "//components/webdata/common", | 279 "//components/webdata/common", |
| 279 "//components/webdata_services:test_support", | 280 "//components/webdata_services:test_support", |
| 280 "//google_apis", | 281 "//google_apis", |
| 281 "//google_apis:test_support", | 282 "//google_apis:test_support", |
| 282 "//net:test_support", | 283 "//net:test_support", |
| 283 "//sql", | 284 "//sql", |
| 284 "//sync", | 285 "//sync", |
| 285 "//sync:test_support_sync_api", | 286 "//sync:test_support_sync_api", |
| 286 "//testing/gmock", | 287 "//testing/gmock", |
| 287 "//testing/gtest", | 288 "//testing/gtest", |
| 288 "//third_party/libaddressinput:util", | 289 "//third_party/libaddressinput:util", |
| 289 "//third_party/libphonenumber", | 290 "//third_party/libphonenumber", |
| 290 "//third_party/libjingle", | 291 "//third_party/libjingle", |
| 291 "//ui/base", | 292 "//ui/base", |
| 292 "//url", | 293 "//url", |
| 293 ] | 294 ] |
| 294 } | 295 } |
| OLD | NEW |