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

Unified Diff: ui/arc/arc.gyp

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 | « ui/arc/BUILD.gn ('k') | ui/arc/notification/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/arc/arc.gyp
diff --git a/ui/arc/arc.gyp b/ui/arc/arc.gyp
index 66de41d814c4580d174ddf9f8530196a0bb14c14..c83624f09566ee20d338e766b514eeadb726de9b 100644
--- a/ui/arc/arc.gyp
+++ b/ui/arc/arc.gyp
@@ -17,11 +17,15 @@
'dependencies': [
'../aura/aura.gyp:aura',
'../base/ui_base.gyp:ui_base',
+ '../compositor/compositor.gyp:compositor',
+ '../display/display.gyp:display',
+ '../events/events.gyp:events',
'../gfx/gfx.gyp:gfx_geometry',
'../message_center/message_center.gyp:message_center',
'../resources/ui_resources.gyp:ui_resources',
'../strings/ui_strings.gyp:ui_strings',
'../views/views.gyp:views',
+ '../wm/wm.gyp:wm',
'../../ash/ash.gyp:ash',
'../../base/base.gyp:base',
'../../url/url.gyp:url_lib',
« no previous file with comments | « ui/arc/BUILD.gn ('k') | ui/arc/notification/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698