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

Unified Diff: ui/arc/arc.gyp

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/arc.gyp
diff --git a/ui/arc/arc.gyp b/ui/arc/arc.gyp
index a9bdb4b9e9474b95ceaf48d6825e06956f53ea4a..7a56cc46bab42e953dfb9dea40fb9b9a31b17307 100644
--- a/ui/arc/arc.gyp
+++ b/ui/arc/arc.gyp
@@ -15,12 +15,19 @@
'../..',
],
'dependencies': [
+ '../base/ui_base.gyp:ui_base',
'../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',
+ '../../ash/ash.gyp:ash',
'../../base/base.gyp:base',
'../../url/url.gyp:url_lib',
'../../skia/skia.gyp:skia',
+ '../../components/components.gyp:arc_base',
'../../components/components.gyp:arc_mojo_bindings',
+ '../../components/components.gyp:exo',
'../../components/components.gyp:signin_core_account_id',
],
'sources': [
« components/arc/BUILD.gn ('K') | « ui/arc/BUILD.gn ('k') | ui/arc/notification/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698