chromium/ios/web/public/annotations/BUILD.gn

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

import("//ios/build/config.gni")

source_set("annotations") {
  deps = [
    "//base",
    "//ios/web/public",
    "//ios/web/public:web_state_observer",
    "//ui/base",
  ]

  sources = [
    "annotations_text_manager.h",
    "annotations_text_observer.h",
  ]

  frameworks = [ "Foundation.framework" ]
}

source_set("custom_text_check_result") {
  deps = [
    "//base",
    "//ui/base",
  ]

  sources = [
    "custom_text_checking_result.h",
    "custom_text_checking_result.mm",
  ]

  frameworks = [ "Foundation.framework" ]
}