[go: nahoru, domu]

blob: 097a57b1b976076dcea182913b4b1db749a44ebf [file] [log] [blame]
# Copyright 2020 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_chromeos, "Nearby Share is CrOS only")
source_set("share_target") {
sources = [
"attachment.cc",
"attachment.h",
"file_attachment.cc",
"file_attachment.h",
"share_target.cc",
"share_target.h",
"text_attachment.cc",
"text_attachment.h",
"wifi_credentials_attachment.cc",
"wifi_credentials_attachment.h",
]
deps = [
"//base",
"//chrome/browser/ui/webui/nearby_share:share_type",
"//chromeos/ash/services/nearby/public/mojom",
"//chromeos/ash/services/nearby/public/mojom:nearby_share_settings",
"//components/drive",
"//net",
"//url",
]
}