Devlin Cronin | 0f794d5 | 2022-01-26 22:53:31 | [diff] [blame] | 1 | # 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 | |||||
5 | component("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 | } |