GN: Add Chromium GoogleTest deps. (#2832)

This fixes a GN header check in the Chromium integration.
This commit is contained in:
Jamie Madill 2019-09-04 12:43:26 -04:00 committed by Steven Perron
parent 9b3cc3e053
commit 635b583cf1

View File

@ -850,6 +850,8 @@ if (build_with_chromium) {
"//testing/gmock",
"//testing/gtest",
"//testing/gtest:gtest_main",
"//third_party/googletest:gmock",
"//third_party/googletest:gtest",
]
if (is_clang) {