blob: a4ba9f4fd3df12aa15726c2e80791718c2b9b461 [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.
config("emoji_segmenter_config") {
include_dirs = [ "src" ]
}
source_set("emoji-segmenter") {
public_configs = [ ":emoji_segmenter_config" ]
}