blob: a0232472bbaf6034fa20d4856fa2a925ce124eed [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.
source_set("ocmock") {
testonly = true
sources = [
"OCMockObject+BreakpadControllerTesting.h",
"OCMockObject+BreakpadControllerTesting.mm",
"OCMockObject+CrOCMockAdditions.h",
"OCMockObject+CrOCMockAdditions.mm",
"scoped_mock_object.h",
"scoped_verifying_mock_object.h",
]
deps = [
"//base",
"//breakpad:client",
"//testing/gtest",
"//third_party/ocmock",
]
}