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

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

Issue 20066003: Update notification settings to allow for multiprofile situations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix message_center_unittests Created 7 years, 4 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'notification_types.cc', 63 'notification_types.cc',
64 'notification_types.h', 64 'notification_types.h',
65 'notifier_settings.cc', 65 'notifier_settings.cc',
66 'notifier_settings.h', 66 'notifier_settings.h',
67 'views/bounded_label.cc', 67 'views/bounded_label.cc',
68 'views/bounded_label.h', 68 'views/bounded_label.h',
69 'views/message_bubble_base.cc', 69 'views/message_bubble_base.cc',
70 'views/message_bubble_base.h', 70 'views/message_bubble_base.h',
71 'views/message_center_bubble.cc', 71 'views/message_center_bubble.cc',
72 'views/message_center_bubble.h', 72 'views/message_center_bubble.h',
73 'views/message_center_button_bar.cc',
74 'views/message_center_button_bar.h',
73 'views/message_center_view.cc', 75 'views/message_center_view.cc',
74 'views/message_center_view.h', 76 'views/message_center_view.h',
75 'views/message_popup_collection.cc', 77 'views/message_popup_collection.cc',
76 'views/message_popup_collection.h', 78 'views/message_popup_collection.h',
77 'views/message_view.cc', 79 'views/message_view.cc',
78 'views/message_view.h', 80 'views/message_view.h',
79 'views/notifier_settings_view.cc', 81 'views/notifier_settings_view.cc',
80 'views/notifier_settings_view.h', 82 'views/notifier_settings_view.h',
81 'views/notification_view.cc', 83 'views/notification_view.cc',
82 'views/notification_view.h', 84 'views/notification_view.h',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 # See http://crbug.com/162998#c4 for why this is needed. 206 # See http://crbug.com/162998#c4 for why this is needed.
205 ['OS=="linux" and linux_use_tcmalloc==1', { 207 ['OS=="linux" and linux_use_tcmalloc==1', {
206 'dependencies': [ 208 'dependencies': [
207 '../../base/allocator/allocator.gyp:allocator', 209 '../../base/allocator/allocator.gyp:allocator',
208 ], 210 ],
209 }], 211 }],
210 ], 212 ],
211 }, # target_name: message_center_unittests 213 }, # target_name: message_center_unittests
212 ], 214 ],
213 } 215 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698