Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Side by Side Diff: components/autofill/core/browser/BUILD.gn

Issue 1725583002: Work in progress to make //ios/chrome/browser build again in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_ios_hack_2
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | components/invalidation/impl/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 if (is_ios || is_android) { 157 if (is_ios || is_android) {
158 sources += [ 158 sources += [
159 "autofill_save_card_infobar_delegate_mobile.cc", 159 "autofill_save_card_infobar_delegate_mobile.cc",
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 public_deps = [
168 "//components/autofill/core/browser/proto",
169 ]
170
167 deps = [ 171 deps = [
168 "//base", 172 "//base",
169 "//base:i18n", 173 "//base:i18n",
170 "//components/autofill/core/browser/proto",
171 "//components/autofill/core/common", 174 "//components/autofill/core/common",
172 "//components/data_use_measurement/core", 175 "//components/data_use_measurement/core",
173 "//components/infobars/core", 176 "//components/infobars/core",
174 "//components/keyed_service/core", 177 "//components/keyed_service/core",
175 "//components/os_crypt", 178 "//components/os_crypt",
176 "//components/pref_registry", 179 "//components/pref_registry",
177 "//components/prefs", 180 "//components/prefs",
178 "//components/rappor", 181 "//components/rappor",
179 "//components/resources", 182 "//components/resources",
180 "//components/signin/core/browser", 183 "//components/signin/core/browser",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 ] 231 ]
229 232
230 public_deps = [ 233 public_deps = [
231 ":browser", 234 ":browser",
232 ] 235 ]
233 236
234 deps = [ 237 deps = [
235 "//base", 238 "//base",
236 "//base/test:test_support", 239 "//base/test:test_support",
237 "//components/autofill/core/browser", 240 "//components/autofill/core/browser",
238 "//components/autofill/core/browser/proto",
239 "//components/autofill/core/common", 241 "//components/autofill/core/common",
240 "//components/os_crypt", 242 "//components/os_crypt",
241 "//components/pref_registry", 243 "//components/pref_registry",
242 "//components/prefs:test_support", 244 "//components/prefs:test_support",
243 "//components/rappor", 245 "//components/rappor",
244 "//components/rappor:test_support", 246 "//components/rappor:test_support",
245 "//components/signin/core/browser", 247 "//components/signin/core/browser",
246 "//components/signin/core/common", 248 "//components/signin/core/common",
247 "//google_apis:test_support", 249 "//google_apis:test_support",
248 "//skia", 250 "//skia",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "//sync", 321 "//sync",
320 "//sync:test_support_sync_api", 322 "//sync:test_support_sync_api",
321 "//testing/gmock", 323 "//testing/gmock",
322 "//testing/gtest", 324 "//testing/gtest",
323 "//third_party/libaddressinput:util", 325 "//third_party/libaddressinput:util",
324 "//third_party/libphonenumber", 326 "//third_party/libphonenumber",
325 "//ui/base", 327 "//ui/base",
326 "//url", 328 "//url",
327 ] 329 ]
328 } 330 }
OLDNEW
« no previous file with comments | « no previous file | components/invalidation/impl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698