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

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: Addressed comments Created 4 years, 11 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..5d0270310a02e249d0fef1e3b73eb345056ed4ea
--- /dev/null
+++ b/ui/arc/notification/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ "+components/signin/core/account_id",
+ "+third_party/skia",
+ "+third_party/WebKit/public",
+ "+ui/gfx",
+ "+ui/message_center",
+]

Powered by Google App Engine
This is Rietveld 408576698