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

Unified Diff: components/precache/content/DEPS

Issue 2146023003: Add UMA Precache.Freshness.Prefetch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Doc changes Created 4 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
Index: components/precache/content/DEPS
diff --git a/components/precache/content/DEPS b/components/precache/content/DEPS
index 235cc527d15f924a74f83d867b99cfc39e0a7871..6b833de0e9bdf4ce14c7cd845575e81ccd41188d 100644
--- a/components/precache/content/DEPS
+++ b/components/precache/content/DEPS
@@ -4,12 +4,12 @@ include_rules = [
"+components/variations",
"+content/public/browser",
"+net/base",
+ "+net/http",
]
specific_include_rules = {
'.*_[a-z]*test\.cc': [
"+content/public/test",
- "+net/http",
"+net/url_request",
],
}

Powered by Google App Engine
This is Rietveld 408576698