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

Side by Side Diff: components/omnibox/DEPS

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes following rebase Created 5 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", 2 "+components/history",
3 "+components/metrics/proto", 3 "+components/metrics/proto",
4 "+components/search", 4 "+components/search",
5 "+components/search_engines", 5 "+components/search_engines",
6 "+components/url_fixer", 6 "+components/url_fixer",
7 "+components/url_formatter",
7 "+components/variations", 8 "+components/variations",
8 "+grit", 9 "+grit",
9 "+net", 10 "+net",
10 "+ui/base", 11 "+ui/base",
11 "+url", 12 "+url",
12 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698