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