chromium/components/autofill/ios/common/BUILD.gn

# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

source_set("common") {
  sources = [
    "features.h",
    "features.mm",
    "field_data_manager_factory_ios.h",
    "field_data_manager_factory_ios.mm",
    "javascript_feature_util.h",
    "javascript_feature_util.mm",
  ]
  deps = [
    "//base",
    "//components/autofill/core/common",
    "//ios/web/public/js_messaging",
    "//ios/web/public/js_messaging:content_world_header",
  ]
  configs += [ "//build/config/compiler:wexit_time_destructors" ]
}