Sign in
chromium
/
chromium
/
src
/
def20b0a429121024fa0b148ad112787f7edb479
/
.
/
mash
/
common
/
BUILD.gn
blob: 3f285f05d3f1a623179b2277e93294c2a4af3030 [
file
] [
log
] [
blame
]
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set
(
"common"
)
{
sources
=
[
"config.cc"
,
"config.h"
,
]
deps
=
[
"//base"
,
]
}