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

# Copyright 2019 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("find_in_page") {
  deps = [
    "//base",
    "//ios/web/public/",
  ]

  sources = [
    "abstract_find_in_page_manager.h",
    "crw_find_interaction.h",
    "crw_find_session.h",
    "find_in_page_manager.h",
    "find_in_page_manager_delegate.h",
    "find_in_page_manager_delegate_bridge.h",
    "java_script_find_in_page_manager.h",
  ]
}