blob: 3d42d53ff4e48085025d1aa96326823b728d56ec [file] [log] [blame]
Devlin Cronin0f794d52022-01-26 22:53:311# Copyright 2022 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
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}