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

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

Issue 2007473004: [Autofill] Migrate ContentAutofillDriver<-->AutofillAgent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize remote_interfaces_ in Init() Created 4 years, 5 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/autofill/core/browser", 2 "+components/autofill/core/browser",
3 "+components/autofill/content/browser", 3 "+components/autofill/content/browser",
4 "+components/autofill/content/public/interfaces",
4 "+components/keyed_service/content", 5 "+components/keyed_service/content",
5 "+content/public/browser", 6 "+content/public/browser",
6 "+ipc", 7 "+ipc",
7 "+mojo/public", 8 "+mojo/public",
8 "+net", 9 "+net",
9 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698