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

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

Issue 11651002: Updated multiple item notification view to match latest mockups (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgotten EXPORT fix. 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
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 {
(...skipping 14 matching lines...) Expand all
25 ], 25 ],
26 'sources': [ 26 'sources': [
27 'base_format_view.cc', 27 'base_format_view.cc',
28 'base_format_view.h', 28 'base_format_view.h',
29 'message_bubble_base.cc', 29 'message_bubble_base.cc',
30 'message_bubble_base.h', 30 'message_bubble_base.h',
31 'message_center.cc', 31 'message_center.cc',
32 'message_center.h', 32 'message_center.h',
33 'message_center_bubble.cc', 33 'message_center_bubble.cc',
34 'message_center_bubble.h', 34 'message_center_bubble.h',
35 'message_center_constants.cc',
36 'message_center_constants.h',
35 'message_center_export.h', 37 'message_center_export.h',
36 'message_popup_bubble.cc', 38 'message_popup_bubble.cc',
37 'message_popup_bubble.h', 39 'message_popup_bubble.h',
38 'message_simple_view.cc', 40 'message_simple_view.cc',
39 'message_simple_view.h', 41 'message_simple_view.h',
40 'message_view.cc', 42 'message_view.cc',
41 'message_view.h', 43 'message_view.h',
42 'message_view_factory.cc', 44 'message_view_factory.cc',
43 'message_view_factory.h', 45 'message_view_factory.h',
44 'message_view_multiple.cc', 46 'message_view_multiple.cc',
(...skipping 15 matching lines...) Expand all
60 '../../testing/gtest.gyp:gtest_main', 62 '../../testing/gtest.gyp:gtest_main',
61 '../ui.gyp:ui', 63 '../ui.gyp:ui',
62 'message_center', 64 'message_center',
63 ], 65 ],
64 'sources': [ 66 'sources': [
65 'notification_list_unittest.cc', 67 'notification_list_unittest.cc',
66 ], 68 ],
67 }, 69 },
68 ], 70 ],
69 } 71 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/ash/balloon_view_ash.cc ('k') | ui/message_center/message_center_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698