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

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: . Created 5 years 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 0a518f5c55120d16f7feebc61c529d510603edd5..c4ef0015e16c8f81222d51136a618c860c3410b8 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -24,12 +24,17 @@ static_library("arc") {
"//base",
"//base:prefs",
"//chromeos",
+ "//components/signin/core/account_id",
+ "//content/public/browser",
+ "//content/public/child",
"//ipc:ipc",
"//ipc/mojo:mojo",
"//third_party/mojo/src/mojo/edk/system",
"//ui/aura",
"//ui/events",
"//ui/events:dom_keycode_converter",
+ "//ui/gfx",
+ "//ui/message_center",
]
}

Powered by Google App Engine
This is Rietveld 408576698