blob: 15de24b97933c9f866946f9cb2c49f9b72425545 [file] [log] [blame]
# 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.
assert(is_fuchsia)
# Only allow use by WebEngine-related Fuchsia targets.
visibility = [ "//fuchsia_web/*" ]
source_set("common") {
sources = [
"fuchsia_dir_scheme.cc",
"init_logging.cc",
"string_util.cc",
]
public = [
"fuchsia_dir_scheme.h",
"init_logging.h",
"string_util.h",
]
deps = [
"//components/version_info",
"//url",
]
}