blob: 9488507ce826efc6c5edce92be16ff324f0829f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
component("common") {
output_name = "browsing_topics_common"
defines = [ "IS_BROWSING_TOPICS_COMMON_IMPL" ]
sources = [
"common_types.cc",
"common_types.h",
]
deps = [ "//base" ]
}
|