blob: 0cf31df4c7c4469257e77fc54a7c9b7acdda9d4e [file] [log] [blame]
# Copyright 2019 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("find_in_page") {
deps = [
"//base",
"//ios/web/public/",
]
sources = [
"find_in_page_manager.h",
"find_in_page_manager_delegate.h",
]
configs += [ "//build/config/compiler:enable_arc" ]
}