blob: af38e792df277f12b67914c478cf5c8ee658eb8b [file]
# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This library simply delegates to the third party library; we're doing this
# to be compatible with the Chromium tree.
static_library("base") {
testonly = true # This dependency is only allowed for tests.
public_deps = [
"//third_party/mini_chromium/mini_chromium/base",
]
}