Chromium Code Reviews

Side by Side Diff: components/password_manager/content/renderer/DEPS

Issue 1866643002: Reland: Switch components/password_manager code from IPC messages to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/public/common", 2 "+content/public/common",
3 "+content/public/renderer", 3 "+content/public/renderer",
4 "+content/test", 4 "+content/test",
5 "+mojo/public",
5 "+third_party/WebKit/public/platform", 6 "+third_party/WebKit/public/platform",
6 "+third_party/WebKit/public/web", 7 "+third_party/WebKit/public/web",
7 ] 8 ]
OLDNEW

Powered by Google App Engine