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

Unified Diff: ui/arc/arc.gyp

Issue 1477733002: Add ArcNotificationManager for new ARC notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync dependencies Created 4 years, 11 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/OWNERS ('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
new file mode 100644
index 0000000000000000000000000000000000000000..b0789e13137f3a975d81cd574c52f7dfb253adcb
--- /dev/null
+++ b/ui/arc/arc.gyp
@@ -0,0 +1,32 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'targets': [
+ {
+ 'target_name': 'arc',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../gfx/gfx.gyp:gfx_geometry',
+ '../message_center/message_center.gyp:message_center',
+ '../../base/base.gyp:base',
+ '../../skia/skia.gyp:skia',
+ '../../components/components.gyp:arc_mojo_bindings',
+ '../../components/components.gyp:signin_core_account_id',
+ ],
+ 'sources': [
+ 'notification/arc_notification_manager.cc',
+ 'notification/arc_notification_manager.h',
+ 'notification/arc_notification_item.cc',
+ 'notification/arc_notification_item.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « ui/arc/OWNERS ('k') | ui/arc/notification/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698