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