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

Unified Diff: base/test/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
« no previous file with comments | « base/feature_list.cc ('k') | base/test/scoped_feature_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/BUILD.gn
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
index 51863a2a0c6d99c6e9e6dd7dfda60f797b033b3b..bc89f8dd832c56c8315cca6b0931ede60087bdd1 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -64,6 +64,8 @@ static_library("test_support") {
"power_monitor_test_base.h",
"scoped_command_line.cc",
"scoped_command_line.h",
+ "scoped_feature_list.cc",
+ "scoped_feature_list.h",
"scoped_locale.cc",
"scoped_locale.h",
"scoped_path_override.cc",
« no previous file with comments | « base/feature_list.cc ('k') | base/test/scoped_feature_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698