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

Unified Diff: ui/arc/BUILD.gn

Issue 2221073002: arc: Custom notification improvements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for #3 Created 4 years, 4 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 | « no previous file | 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 0ec462624d2720ba3b5851d3de5a37c567b9bcea..a7006979b35cff5097ad2a5730ca14a62255d900 100644
--- a/ui/arc/BUILD.gn
+++ b/ui/arc/BUILD.gn
@@ -20,21 +20,25 @@ static_library("arc") {
]
deps = [
- "//ash:ash",
+ "//ash",
"//base",
"//components/arc:arc_base",
"//components/arc:arc_bindings",
"//components/arc:arc_bitmap",
- "//components/exo:exo",
+ "//components/exo",
"//components/signin/core/account_id",
"//skia",
- "//ui/aura:aura",
+ "//ui/aura",
"//ui/base",
+ "//ui/compositor",
+ "//ui/display",
+ "//ui/events",
"//ui/gfx",
"//ui/message_center",
"//ui/resources",
"//ui/strings",
"//ui/views",
+ "//ui/wm",
]
}
« no previous file with comments | « no previous file | ui/arc/arc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698