# 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. | |
# This library simply delegates to the third party library; we're doing this | |
# to be compatible with the Chromium tree. | |
static_library("gmock") { | |
testonly = true | |
sources = [ | |
"include/gmock/gmock.h", | |
] | |
public_deps = [ | |
"//third_party/gtest:gmock", | |
] | |
} |