blob: ff92c485a7b433d0632a89c8b342148cecea7c48 [file] [log] [blame]
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//mojo/public/tools/bindings/mojom.gni")
mojom("mojom") {
sources = [
"constants.mojom",
"secure_channel.mojom",
]
public_deps = [
"//chromeos/components/multidevice/mojom",
"//mojo/public/mojom/base",
]
}
source_set("unit_tests") {
testonly = true
sources = [
"secure_channel_mojom_traits_unittest.cc",
]
deps = [
":mojom",
"//base",
"//base/test:test_support",
"//chromeos/services/secure_channel/public/cpp/shared",
"//mojo/public/cpp/test_support:test_utils",
"//testing/gtest",
]
}