blob: c46b5c7378ca00fa353f3f40c8e52a9a6d256402 [file] [log] [blame]
# 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",
]
}