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

Unified Diff: ui/arc/notification/DEPS

Issue 1477733002: Add ArcNotificationManager for new ARC notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved to ui/arc and Addressed comments Created 4 years, 12 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: ui/arc/notification/DEPS
diff --git a/ui/arc/notification/DEPS b/ui/arc/notification/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..a65580e3d6deed2f8a8cb95e80fbb763e457497e
--- /dev/null
+++ b/ui/arc/notification/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ "+content/public",
+ "+components/signin/core/account_id",
+ "+third_party/skia",
+ "+third_party/WebKit/public",
+ "+ui/gfx",
danakj 2016/01/05 19:35:34 This LGTM
+ "+ui/message_center",
+]

Powered by Google App Engine
This is Rietveld 408576698