blob: 9a1a6bb567ba5de92534e219d7a379dfa12edbf9 [file] [log] [blame]
# Copyright 2015 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("//testing/test.gni")
source_set("ocmock_support") {
testonly = true
deps = [
"//base",
]
public_deps = [
"//third_party/google_toolbox_for_mac",
"//third_party/ocmock",
]
sources = [
"ocmock_complex_type_helper.h",
"ocmock_complex_type_helper.mm",
]
}
test("ocmock_support_unittest") {
deps = [
":ocmock_support",
"//base/test:run_all_unittests",
"//base/test:test_support",
"//testing/gmock",
"//testing/gtest",
"//third_party/ocmock",
]
}