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

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

Issue 11417103: Add quiet mode settings bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/base/strings/ui_strings.grd ('k') | ui/message_center/notification_list.h » ('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 {
(...skipping 27 matching lines...) Expand all
38 'message_simple_view.cc', 38 'message_simple_view.cc',
39 'message_simple_view.h', 39 'message_simple_view.h',
40 'message_view.cc', 40 'message_view.cc',
41 'message_view.h', 41 'message_view.h',
42 'message_view_factory.cc', 42 'message_view_factory.cc',
43 'message_view_factory.h', 43 'message_view_factory.h',
44 'message_view_multiple.cc', 44 'message_view_multiple.cc',
45 'message_view_multiple.h', 45 'message_view_multiple.h',
46 'notification_list.cc', 46 'notification_list.cc',
47 'notification_list.h', 47 'notification_list.h',
48 'quiet_mode_bubble.cc',
49 'quiet_mode_bubble.h',
48 ], 50 ],
49 }, 51 },
50 ], 52 ],
51 } 53 }
OLDNEW
« no previous file with comments | « ui/base/strings/ui_strings.grd ('k') | ui/message_center/notification_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698