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

Unified Diff: components/arc/BUILD.gn

Issue 1477733002: Add ArcNotificationManager for new ARC notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index 693e8f3b608903741eb2c09dde38b6223136faa3..1097f6603e716a032d0c4ab2c5669eb51d81ae3c 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -31,9 +31,11 @@ static_library("arc") {
"//base:prefs",
"//chromeos",
"//chromeos:power_manager_proto",
+ "//components/signin/core/account_id",
"//ipc:ipc",
"//ipc/mojo:mojo",
"//third_party/mojo/src/mojo/edk/system",
+ "//ui/arc",
"//ui/aura",
"//ui/base:base",
"//ui/events",

Powered by Google App Engine
This is Rietveld 408576698