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

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: Moved to ui/arc and 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: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index c5e7746496d7d142b94ec74bb3e0646e53882151..1a4b5aa0b1b158f2b1e2d69541ef03a5657711a8 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -28,9 +28,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/events",
"//ui/events:dom_keycode_converter",
« no previous file with comments | « components/arc.gypi ('k') | components/arc/DEPS » ('j') | components/arc/arc_service_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698