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

Side by Side Diff: chrome/browser/chromeos/net/DEPS

Issue 2452283003: chromeos: Make network enrollment and SIM unlock dialogs work with mash (Closed)
Patch Set: rebase Created 4 years, 1 month 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 # Chrome under mustash cannot call directly into ash internals.
3 "-ash",
4 "+ash/public",
2 "+components/captive_portal", 5 "+components/captive_portal",
3 ] 6 ]
7
8 specific_include_rules = {
9 # TODO(jamescook): Eliminate these.
10 "network_portal_notification_controller\.cc": [
11 "+ash/common/system/system_notifier.h",
12 "+ash/common/system/tray/system_tray_notifier.h",
13 "+ash/common/wm_shell.h",
14 ],
15 "network_state_notifier\.cc": [
16 "+ash/common/system/system_notifier.h",
17 "+ash/resources/grit/ash_resources.h",
18 ],
19 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/hats/hats_dialog.h ('k') | chrome/browser/chromeos/net/network_connect_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698