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

Unified 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, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/net/DEPS
diff --git a/chrome/browser/chromeos/net/DEPS b/chrome/browser/chromeos/net/DEPS
index 1601c9d6b72dbec37507c9f4d9ad91160aadd1b5..3da1b0c0bb9938447a1713a9002540516ee81b36 100644
--- a/chrome/browser/chromeos/net/DEPS
+++ b/chrome/browser/chromeos/net/DEPS
@@ -1,3 +1,19 @@
include_rules = [
+ # Chrome under mustash cannot call directly into ash internals.
+ "-ash",
+ "+ash/public",
"+components/captive_portal",
]
+
+specific_include_rules = {
+ # TODO(jamescook): Eliminate these.
+ "network_portal_notification_controller\.cc": [
+ "+ash/common/system/system_notifier.h",
+ "+ash/common/system/tray/system_tray_notifier.h",
+ "+ash/common/wm_shell.h",
+ ],
+ "network_state_notifier\.cc": [
+ "+ash/common/system/system_notifier.h",
+ "+ash/resources/grit/ash_resources.h",
+ ],
+}
« 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