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

Unified Diff: ui/arc/BUILD.gn

Issue 2093563007: Add a floating close button for arc custom notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move arc_service etc into arc_base target, update //ui/arc and add to .gn Created 4 years, 6 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/BUILD.gn
diff --git a/ui/arc/BUILD.gn b/ui/arc/BUILD.gn
index 0849b504f4ad871f2d48f6868c444c3cf27bbf80..31ac7ac4b5ad02350779deaed56f2b5ee0709dd1 100644
--- a/ui/arc/BUILD.gn
+++ b/ui/arc/BUILD.gn
@@ -20,12 +20,19 @@ static_library("arc") {
]
deps = [
+ "//ash:ash",
"//base",
+ "//components/arc:arc_base",
"//components/arc:arc_bindings",
+ "//components/exo:exo",
"//components/signin/core/account_id",
"//skia",
+ "//ui/base",
"//ui/gfx",
"//ui/message_center",
+ "//ui/resources",
+ "//ui/strings",
+ "//ui/views",
]
}
@@ -42,6 +49,7 @@ test("ui_arc_unittests") {
"//base/test:test_support",
"//components/arc:arc_test_support",
"//mojo/edk/system",
+ "//testing/gtest",
"//ui/message_center:test_support",
]
}

Powered by Google App Engine
This is Rietveld 408576698