# Copyright 2020 Google LLC. All Rights Reserved. cc_library( name = "gmock", hdrs = [ "gmock.h", ], include_prefix = "testing/gmock/include/gmock/", strip_include_prefix = "//chromium_deps/testing/include/gmock/", visibility = ["//visibility:public"], )