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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 "//components/variations/net", | 173 "//components/variations/net", |
174 "//components/webdata/common", | 174 "//components/webdata/common", |
175 "//google_apis", | 175 "//google_apis", |
176 "//net", | 176 "//net", |
177 "//skia", | 177 "//skia", |
178 "//sql", | 178 "//sql", |
179 "//sync", | 179 "//sync", |
180 "//third_party/fips181", | 180 "//third_party/fips181", |
181 "//third_party/icu", | 181 "//third_party/icu", |
182 "//third_party/libaddressinput:util", | 182 "//third_party/libaddressinput:util", |
183 "//third_party/libjingle", | |
184 "//third_party/libphonenumber", | 183 "//third_party/libphonenumber", |
| 184 "//third_party/libxml", |
185 "//third_party/re2", | 185 "//third_party/re2", |
186 "//ui/base", | 186 "//ui/base", |
187 "//ui/gfx", | 187 "//ui/gfx", |
188 "//ui/gfx/geometry", | 188 "//ui/gfx/geometry", |
189 "//url", | 189 "//url", |
190 ] | 190 ] |
191 | 191 |
192 configs += [ | 192 configs += [ |
193 ":wallet_service", | 193 ":wallet_service", |
194 "//build/config/compiler:no_size_t_to_int_warning", | 194 "//build/config/compiler:no_size_t_to_int_warning", |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 "//components/webdata_services:test_support", | 302 "//components/webdata_services:test_support", |
303 "//google_apis", | 303 "//google_apis", |
304 "//google_apis:test_support", | 304 "//google_apis:test_support", |
305 "//net:test_support", | 305 "//net:test_support", |
306 "//sql", | 306 "//sql", |
307 "//sync", | 307 "//sync", |
308 "//sync:test_support_sync_api", | 308 "//sync:test_support_sync_api", |
309 "//testing/gmock", | 309 "//testing/gmock", |
310 "//testing/gtest", | 310 "//testing/gtest", |
311 "//third_party/libaddressinput:util", | 311 "//third_party/libaddressinput:util", |
312 "//third_party/libjingle", | |
313 "//third_party/libphonenumber", | 312 "//third_party/libphonenumber", |
314 "//ui/base", | 313 "//ui/base", |
315 "//url", | 314 "//url", |
316 ] | 315 ] |
317 } | 316 } |
OLD | NEW |