summaryrefslogtreecommitdiff
path: root/chromium/components/soda/BUILD.gn
blob: c46b5c7378ca00fa353f3f40c8e52a9a6d256402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2020 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("constants") {
  sources = [
    "constants.cc",
    "constants.h",
  ]

  deps = [
    "//base",
    "//components/component_updater",
  ]
}