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

Unified Diff: components/safe_browsing/BUILD.gn

Issue 2974243002: Revert of Added experiments section and exported the list of SafeBrowsing features in WebUI (Closed)
Patch Set: Created 3 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 | « components/resources/safe_browsing_resources.grdp ('k') | components/safe_browsing/features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing/BUILD.gn
diff --git a/components/safe_browsing/BUILD.gn b/components/safe_browsing/BUILD.gn
index 7b090bc5bc52a48e04dbbfd5e5b47e22354701b6..0f05c74633f65efc2e569d1ed0b32bb644b6c61e 100644
--- a/components/safe_browsing/BUILD.gn
+++ b/components/safe_browsing/BUILD.gn
@@ -24,7 +24,6 @@
]
deps = [
":base_ping_manager",
- ":features",
"//base:base",
"//base:i18n",
"//components/safe_browsing/common:safe_browsing_prefs",
@@ -70,14 +69,3 @@
"//testing/gtest",
]
}
-
-static_library("features") {
- sources = [
- "features.cc",
- "features.h",
- ]
-
- deps = [
- "//base:base",
- ]
-}
« no previous file with comments | « components/resources/safe_browsing_resources.grdp ('k') | components/safe_browsing/features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698