• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2019 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5source_set("util") {
6  testonly = true
7  sources = [
8    "read_file.cc",
9    "read_file.h",
10    "task_util.h",
11  ]
12
13  public_deps = [
14    "../../platform",
15    "../../third_party/abseil",
16    "../../util",
17  ]
18
19  public_configs = [ "../../build:openscreen_include_dirs" ]
20}
21