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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 2910843002: [Cleanup] Move all browsertests to use ScopedFeatureList to modify features
Patch Set: Ilya comments addressed Created 3 years, 6 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/safe_browsing_db/BUILD.gn
diff --git a/components/safe_browsing_db/BUILD.gn b/components/safe_browsing_db/BUILD.gn
index 33eb8e546099c0bbe4a9f6976d9e99315be96889..4119daf6f7157f5dab55fdcfe3de26c8d2154417 100644
--- a/components/safe_browsing_db/BUILD.gn
+++ b/components/safe_browsing_db/BUILD.gn
@@ -212,6 +212,8 @@ static_library("v4_database") {
static_library("v4_feature_list") {
sources = [
+ "features.cc",
+ "features.h",
Ilya Sherman 2017/06/28 19:56:05 Hmm, did you forget to "git add" these files? Or
chaopeng 2017/06/30 19:32:36 I forgot these, added.
"v4_feature_list.cc",
"v4_feature_list.h",
]

Powered by Google App Engine
This is Rietveld 408576698