summaryrefslogtreecommitdiff
path: root/chromium/ios/web/public/text_fragments/BUILD.gn
blob: 5083e89e8958cb1b608af3d8493879aeb77c24a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.

source_set("text_fragments") {
  deps = [ "//base" ]

  public_deps = [ "//ios/web/public/" ]

  sources = [ "text_fragments_manager.h" ]

  configs += [ "//build/config/compiler:enable_arc" ]
}