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

Side by Side Diff: ui/message_center/message_center.gyp

Issue 11926032: Updated the look of web and basic notifications to match latest mockups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/message_center/base_format_view.cc ('k') | ui/message_center/message_center_bubble.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'target_name': 'message_center', 11 'target_name': 'message_center',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../base/base.gyp:base_i18n', 15 '../../base/base.gyp:base_i18n',
16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
17 '../../skia/skia.gyp:skia', 17 '../../skia/skia.gyp:skia',
18 '../base/strings/ui_strings.gyp:ui_strings', 18 '../base/strings/ui_strings.gyp:ui_strings',
19 '../compositor/compositor.gyp:compositor', 19 '../compositor/compositor.gyp:compositor',
20 '../ui.gyp:ui', 20 '../ui.gyp:ui',
21 '../ui.gyp:ui_resources', 21 '../ui.gyp:ui_resources',
22 '../views/views.gyp:views', 22 '../views/views.gyp:views',
23 ], 23 ],
24 'defines': [ 24 'defines': [
25 'MESSAGE_CENTER_IMPLEMENTATION', 25 'MESSAGE_CENTER_IMPLEMENTATION',
26 ], 26 ],
27 'sources': [ 27 'sources': [
28 'base_format_view.cc',
29 'base_format_view.h',
30 'message_bubble_base.cc', 28 'message_bubble_base.cc',
31 'message_bubble_base.h', 29 'message_bubble_base.h',
32 'message_center.cc', 30 'message_center.cc',
33 'message_center.h', 31 'message_center.h',
34 'message_center_bubble.cc', 32 'message_center_bubble.cc',
35 'message_center_bubble.h', 33 'message_center_bubble.h',
36 'message_center_constants.cc', 34 'message_center_constants.cc',
37 'message_center_constants.h', 35 'message_center_constants.h',
38 'message_center_export.h', 36 'message_center_export.h',
39 'message_center_switches.cc', 37 'message_center_switches.cc',
40 'message_center_switches.h', 38 'message_center_switches.h',
41 'message_popup_bubble.cc', 39 'message_popup_bubble.cc',
42 'message_popup_bubble.h', 40 'message_popup_bubble.h',
43 'message_simple_view.cc',
44 'message_simple_view.h',
45 'message_view.cc', 41 'message_view.cc',
46 'message_view.h', 42 'message_view.h',
47 'message_view_factory.cc',
48 'message_view_factory.h',
49 'notification_list.cc', 43 'notification_list.cc',
50 'notification_list.h', 44 'notification_list.h',
51 'notification_view.cc', 45 'notification_view.cc',
52 'notification_view.h', 46 'notification_view.h',
53 'notifier_settings.cc', 47 'notifier_settings.cc',
54 'notifier_settings.h', 48 'notifier_settings.h',
55 'quiet_mode_bubble.cc', 49 'quiet_mode_bubble.cc',
56 'quiet_mode_bubble.h', 50 'quiet_mode_bubble.h',
57 ], 51 ],
58 }, 52 },
59 { 53 {
60 'target_name': 'message_center_unittests', 54 'target_name': 'message_center_unittests',
61 'type': 'executable', 55 'type': 'executable',
62 'dependencies': [ 56 'dependencies': [
63 '../../base/base.gyp:base', 57 '../../base/base.gyp:base',
64 '../../base/base.gyp:test_support_base', 58 '../../base/base.gyp:test_support_base',
65 '../../skia/skia.gyp:skia', 59 '../../skia/skia.gyp:skia',
66 '../../testing/gtest.gyp:gtest', 60 '../../testing/gtest.gyp:gtest',
67 '../../testing/gtest.gyp:gtest_main', 61 '../../testing/gtest.gyp:gtest_main',
68 '../ui.gyp:ui', 62 '../ui.gyp:ui',
69 'message_center', 63 'message_center',
70 ], 64 ],
71 'sources': [ 65 'sources': [
72 'notification_list_unittest.cc', 66 'notification_list_unittest.cc',
73 ], 67 ],
74 }, 68 },
75 ], 69 ],
76 } 70 }
OLDNEW
« no previous file with comments | « ui/message_center/base_format_view.cc ('k') | ui/message_center/message_center_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698