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

Side by Side Diff: components/safe_browsing/browser/DEPS

Issue 2901213004: Componentize safe_browsing: factor out SafeBrowsingURLRequestContextGetter. (Closed)
Patch Set: cleanup includes 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/history/core/browser", 2 "+components/history/core/browser",
3 "+components/safe_browsing/csd.pb.h", 3 "+components/safe_browsing/csd.pb.h",
4 "+content/public/browser", 4 "+content/public/browser",
5 "+net/cookies",
6 "+net/extras",
5 "+net/http", 7 "+net/http",
8 "+net/ssl",
6 "+net/traffic_annotation", 9 "+net/traffic_annotation",
7 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698