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

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: Rebase 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
« no previous file with comments | « components/arc.gypi ('k') | components/arc/DEPS » ('j') | components/arc/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index c5e7746496d7d142b94ec74bb3e0646e53882151..dc7a032ea3cd6678ad1b6ef7bbc3dfdfa0e8b59a 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -17,6 +17,10 @@ static_library("arc") {
"input/arc_input_bridge.h",
"input/arc_input_bridge_impl.cc",
"input/arc_input_bridge_impl.h",
+ "notification/arc_notification_item.cc",
+ "notification/arc_notification_item.h",
+ "notification/arc_notification_manager.cc",
+ "notification/arc_notification_manager.h",
"power/arc_power_bridge.cc",
"power/arc_power_bridge.h",
"settings/arc_settings_bridge.cc",
@@ -28,12 +32,17 @@ static_library("arc") {
"//base:prefs",
"//chromeos",
"//chromeos:power_manager_proto",
+ "//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",
]
public_deps = [
« no previous file with comments | « components/arc.gypi ('k') | components/arc/DEPS » ('j') | components/arc/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698