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

Unified Diff: ash/system/DEPS

Issue 2072023003: mash: Break ash system tray dependencies on ash::ShelfWidget (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: ash/system/DEPS
diff --git a/ash/system/DEPS b/ash/system/DEPS
index 246c8e19a99a4bdd3de64229161aafddb0998ae7..ddfe130eea16c59e344a0518fb230549c9870aab 100644
--- a/ash/system/DEPS
+++ b/ash/system/DEPS
@@ -1,4 +1,8 @@
include_rules = [
+ # jamescook@ is refactoring the system tray code to break dependencies on the
msw 2016/06/17 19:58:37 optional nit: consider something like this one-lin
James Cook 2016/06/17 20:14:32 Done.
+ # internals of the shelf. Prefer //ash/common/shelf/wm_shelf.h instead.
+ # http://crbug.com/615502
+ "-ash/shelf/shelf_widget.h",
"-chromeos",
"+components/prefs",
"+components/signin/core/account_id",

Powered by Google App Engine
This is Rietveld 408576698