blob: ce35546216f98e7aaf0ec4069a9b0d1881fd783e [file] [log] [blame]
# Copyright 2024 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//components/safe_browsing/buildflags.gni")
source_set("download") {
sources = [
"download_item_warning_data.h",
"download_prompt_status.h",
"download_stats.h",
"download_ui_model.h",
]
public_deps = [
"//base",
"//components/download/public/common:public",
"//components/offline_items_collection/core",
"//components/safe_browsing:buildflags",
"//components/safe_browsing/content/common/proto:download_file_types_proto",
"//components/safe_browsing/core/common/proto:csd_proto",
"//components/strings",
"//ui/base",
"//ui/color:color_headers",
"//ui/gfx",
"//url",
]
if (!is_android) {
sources += [ "download_commands.h" ]
}
}