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

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: fix typo 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
« no previous file with comments | « components/arc/arc_bridge_service.cc ('k') | ui/arc/arc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/arc/BUILD.gn
diff --git a/ui/arc/BUILD.gn b/ui/arc/BUILD.gn
index 0849b504f4ad871f2d48f6868c444c3cf27bbf80..f73d031b894597e17bf3f82f4ea9700c813523f1 100644
--- a/ui/arc/BUILD.gn
+++ b/ui/arc/BUILD.gn
@@ -20,12 +20,20 @@ static_library("arc") {
]
deps = [
+ "//ash:ash",
"//base",
+ "//components/arc:arc_base",
"//components/arc:arc_bindings",
+ "//components/arc:arc_bitmap",
+ "//components/exo:exo",
"//components/signin/core/account_id",
"//skia",
+ "//ui/base",
"//ui/gfx",
"//ui/message_center",
+ "//ui/resources",
+ "//ui/strings",
+ "//ui/views",
]
}
@@ -42,6 +50,7 @@ test("ui_arc_unittests") {
"//base/test:test_support",
"//components/arc:arc_test_support",
"//mojo/edk/system",
+ "//testing/gtest",
"//ui/message_center:test_support",
]
}
« no previous file with comments | « components/arc/arc_bridge_service.cc ('k') | ui/arc/arc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698