blob: 06a289e3d6ae4619083e25f50c81b9b0d24f9c24 [file] [log] [blame]
# Copyright 2021 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.
import("//build/buildflag_header.gni")
import("//ios/build/config.gni")
source_set("text_fragments") {
deps = [
"//base",
"//components/shared_highlighting/core/common",
"//ios/web/common:features",
"//ios/web/public",
"//ios/web/public:web_state_observer",
"//ios/web/public/js_messaging",
"//ios/web/public/navigation",
"//ios/web/public/navigation:referrer",
"//ios/web/public/text_fragments",
"//services/metrics/public/cpp:metrics_cpp",
]
sources = [
"text_fragments_manager_impl.h",
"text_fragments_manager_impl.mm",
]
configs += [ "//build/config/compiler:enable_arc" ]
}