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

Side by Side Diff: components/security_interstitials/DEPS

Issue 2540563002: Move SafeBrowsingUIManager::UnsafeResource to security_interstitials namespace (Closed)
Patch Set: revert owner file Created 4 years 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/google/core/browser", 2 "+components/google/core/browser",
3 "+components/history/core/browser", 3 "+components/history/core/browser",
4 "+components/metrics", 4 "+components/metrics",
5 "+components/prefs", 5 "+components/prefs",
6 "+components/rappor", 6 "+components/rappor",
7 "+components/safe_browsing_db",
7 "+components/ssl_errors", 8 "+components/ssl_errors",
8 "+components/url_formatter", 9 "+components/url_formatter",
10 "+content/public/browser",
estark 2016/12/01 00:29:56 content DEPS should go in components/security_inte
Jialiu Lin 2016/12/01 00:55:10 Done
9 "+grit/components_strings.h", 11 "+grit/components_strings.h",
10 "+net/base", 12 "+net/base",
11 "+net/ssl", 13 "+net/ssl",
12 "+ui/base" 14 "+ui/base"
13 ] 15 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698