blob: 2dd3c11ee38bfb3f47bfed6250ed5ed7d797c0c7 [file] [log] [blame]
# Copyright 2016 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_sdk.gni")
mojo_sdk_source_set("tests") {
testonly = true
sources = [
"bindings_unittest.cc",
]
deps = [
"//testing/gtest",
]
mojo_sdk_deps = [
"mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
"mojo/public/cpp/system",
"mojo/public/c/bindings",
]
}