Upload upstream chromium 108.0.5359.1
[platform/framework/web/chromium-efl.git] / components / app_constants / BUILD.gn
1 # Copyright 2022 The Chromium Authors
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 }