blob: d6768c4dbc3451b26a3decdd5b5d36785dd097dd [file] [log] [blame]
Avi Drissman8ba1bad2022-09-13 19:22:361# Copyright 2022 The Chromium Authors
Devlin Cronin0f794d52022-01-26 22:53:312# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5component("app_constants") {
6 output_name = "app_constants_lib"
7
8 sources = [
9 "constants.cc",
10 "constants.h",
11 ]
12
13 defines = [ "IS_APP_CONSTANTS_IMPL" ]
14
15 deps = [ "//base" ]
16}