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