# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("content") {
sources = [
"content_tracing_manager.cc",
"content_tracing_manager.h",
]
deps = [
"//base",
"//components/feedback",
"//content/public/browser",
"//content/public/common",
]
}
static_library("factory") {
sources = [
"feedback_uploader_factory.cc",
"feedback_uploader_factory.h",
]
deps = [
"//base",
"//components/feedback",
"//components/keyed_service/content",
"//content/public/browser",
"//content/public/common",
]
}