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

Side by Side 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, 5 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 # GN: //ui/arc:arc 11 # GN: //ui/arc:arc
12 'target_name': 'arc', 12 'target_name': 'arc',
13 'type': 'static_library', 13 'type': 'static_library',
14 'include_dirs': [ 14 'include_dirs': [
15 '../..', 15 '../..',
16 ], 16 ],
17 'dependencies': [ 17 'dependencies': [
18 '../base/ui_base.gyp:ui_base',
18 '../gfx/gfx.gyp:gfx_geometry', 19 '../gfx/gfx.gyp:gfx_geometry',
19 '../message_center/message_center.gyp:message_center', 20 '../message_center/message_center.gyp:message_center',
21 '../resources/ui_resources.gyp:ui_resources',
22 '../strings/ui_strings.gyp:ui_strings',
23 '../views/views.gyp:views',
24 '../../ash/ash.gyp:ash',
20 '../../base/base.gyp:base', 25 '../../base/base.gyp:base',
21 '../../url/url.gyp:url_lib', 26 '../../url/url.gyp:url_lib',
22 '../../skia/skia.gyp:skia', 27 '../../skia/skia.gyp:skia',
28 '../../components/components.gyp:arc_base',
23 '../../components/components.gyp:arc_mojo_bindings', 29 '../../components/components.gyp:arc_mojo_bindings',
30 '../../components/components.gyp:exo',
24 '../../components/components.gyp:signin_core_account_id', 31 '../../components/components.gyp:signin_core_account_id',
25 ], 32 ],
26 'sources': [ 33 'sources': [
27 'notification/arc_custom_notification_view.cc', 34 'notification/arc_custom_notification_view.cc',
28 'notification/arc_custom_notification_view.h', 35 'notification/arc_custom_notification_view.h',
29 'notification/arc_custom_notification_item.cc', 36 'notification/arc_custom_notification_item.cc',
30 'notification/arc_custom_notification_item.h', 37 'notification/arc_custom_notification_item.h',
31 'notification/arc_notification_item.cc', 38 'notification/arc_notification_item.cc',
32 'notification/arc_notification_item.h', 39 'notification/arc_notification_item.h',
33 'notification/arc_notification_manager.cc', 40 'notification/arc_notification_manager.cc',
(...skipping 19 matching lines...) Expand all
53 '../message_center/message_center.gyp:message_center_test_support', 60 '../message_center/message_center.gyp:message_center_test_support',
54 'arc', 61 'arc',
55 ], 62 ],
56 'sources': [ 63 'sources': [
57 'notification/arc_notification_manager_unittest.cc', 64 'notification/arc_notification_manager_unittest.cc',
58 'test/run_all_unittests.cc', 65 'test/run_all_unittests.cc',
59 ], 66 ],
60 }, 67 },
61 ], 68 ],
62 } 69 }
OLDNEW
« 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