Commit 41ea4b31 authored by jbroman@chromium.org's avatar jbroman@chromium.org

GN: Add missing dep from //base:prefs_test_support on //testing/gtest.

gtest.h is included pref_store_observer_mock.cc and testing_pref_service.cc.
Found using 'gn check'.

Review URL: https://codereview.chromium.org/435983003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287540 0039d316-1c4b-4281-b951-d872f2087c98
parent 1f94cba9
...@@ -1021,6 +1021,7 @@ source_set("prefs_test_support") { ...@@ -1021,6 +1021,7 @@ source_set("prefs_test_support") {
":base", ":base",
":prefs", ":prefs",
"//testing/gmock", "//testing/gmock",
"//testing/gtest",
] ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment