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

Side by Side Diff: components/app_modal/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: Rebase again now that CQ is fixed Created 5 years, 4 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
« no previous file with comments | « components/app_modal/BUILD.gn ('k') | components/app_modal/javascript_dialog_manager.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/url_formatter",
2 "+content/public/browser", 3 "+content/public/browser",
3 "+content/public/common", 4 "+content/public/common",
4 "+grit/components_strings.h", 5 "+grit/components_strings.h",
5 "+net/base", 6 "+net/base",
6 "+ui/aura", 7 "+ui/aura",
7 "+ui/base", 8 "+ui/base",
8 "+ui/gfx", 9 "+ui/gfx",
9 ] 10 ]
OLDNEW
« no previous file with comments | « components/app_modal/BUILD.gn ('k') | components/app_modal/javascript_dialog_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698