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

Unified Diff: components/ssl_config/BUILD.gn

Issue 2226063002: Add a ScopedFeatureList class for testing and start using it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue in previous patchset. Created 4 years, 4 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
Index: components/ssl_config/BUILD.gn
diff --git a/components/ssl_config/BUILD.gn b/components/ssl_config/BUILD.gn
index 54dd47e24e70b7eaccf291d17f003dd8f3bf6860..b4802a3c4080cc0ac0aa1dd10e12b5dfcbb99e33 100644
--- a/components/ssl_config/BUILD.gn
+++ b/components/ssl_config/BUILD.gn
@@ -30,6 +30,7 @@ source_set("unit_tests") {
deps = [
":ssl_config",
"//base",
+ "//base/test:test_support",
"//components/prefs:test_support",
"//net",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698