Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1010)

Unified Diff: base/BUILD.gn

Issue 435983003: GN: Add missing dep from //base:prefs_test_support on //testing/gtest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 9c3ef5b8516cbb04ecaeaff86caead08d2722f7d..fbce8b11ad71ea48f9bc817b96466962e06ffd83 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1021,6 +1021,7 @@ source_set("prefs_test_support") {
":base",
":prefs",
"//testing/gmock",
+ "//testing/gtest",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698