blob: 7820ec661a1c9474a9b677ec1b8eefc808486e09 [file] [log] [blame]
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("autofill") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"autofill_client_ios.h",
"autofill_client_ios.mm",
"autofill_save_card_infobar.mm",
"card_unmask_prompt_view_bridge.h",
"card_unmask_prompt_view_bridge.mm",
"storage_switch_tooltip.h",
"storage_switch_tooltip.mm",
]
deps = [
"//base",
"//components/autofill/core/browser",
"//components/autofill/core/common",
"//components/autofill/ios/browser",
"//components/infobars/core",
"//components/keyed_service/core",
"//components/password_manager/core/browser",
"//components/prefs",
"//components/strings",
"//google_apis",
"//ios/chrome/browser",
"//ios/chrome/browser/autofill",
"//ios/chrome/browser/browser_state",
"//ios/chrome/browser/infobars",
"//ios/chrome/browser/ui",
"//ios/chrome/browser/ui/autofill/cells",
"//ios/chrome/browser/ui/collection_view/cells",
"//ios/chrome/browser/ui/colors",
"//ios/public/provider/chrome/browser",
"//ios/third_party/material_components_ios",
"//ios/third_party/material_roboto_font_loader_ios",
"//ui/base",
]
public_deps = [
"//ios/chrome/browser/ui/collection_view",
]
libs = [ "UIKit.framework" ]
}