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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 23902057: Stats collector for message center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re add second histogram Created 7 years, 3 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1260 'browser/notifications/desktop_notification_service_factory.cc', 1260 'browser/notifications/desktop_notification_service_factory.cc',
1261 'browser/notifications/desktop_notification_service_factory.h', 1261 'browser/notifications/desktop_notification_service_factory.h',
1262 'browser/notifications/desktop_notification_service_win.cc', 1262 'browser/notifications/desktop_notification_service_win.cc',
1263 'browser/notifications/fake_balloon_view.cc', 1263 'browser/notifications/fake_balloon_view.cc',
1264 'browser/notifications/fake_balloon_view.h', 1264 'browser/notifications/fake_balloon_view.h',
1265 'browser/notifications/message_center_notification_manager.cc', 1265 'browser/notifications/message_center_notification_manager.cc',
1266 'browser/notifications/message_center_notification_manager.h', 1266 'browser/notifications/message_center_notification_manager.h',
1267 'browser/notifications/message_center_notification_manager_win.cc', 1267 'browser/notifications/message_center_notification_manager_win.cc',
1268 'browser/notifications/message_center_settings_controller.cc', 1268 'browser/notifications/message_center_settings_controller.cc',
1269 'browser/notifications/message_center_settings_controller.h', 1269 'browser/notifications/message_center_settings_controller.h',
1270 'browser/notifications/message_center_stats_collector.cc',
1271 'browser/notifications/message_center_stats_collector.h',
1270 'browser/notifications/notification.cc', 1272 'browser/notifications/notification.cc',
1271 'browser/notifications/notification.h', 1273 'browser/notifications/notification.h',
1272 'browser/notifications/screen_lock_notification_blocker.cc', 1274 'browser/notifications/screen_lock_notification_blocker.cc',
1273 'browser/notifications/screen_lock_notification_blocker.h', 1275 'browser/notifications/screen_lock_notification_blocker.h',
1274 'browser/notifications/fullscreen_notification_blocker.cc', 1276 'browser/notifications/fullscreen_notification_blocker.cc',
1275 'browser/notifications/fullscreen_notification_blocker.h', 1277 'browser/notifications/fullscreen_notification_blocker.h',
1276 'browser/notifications/login_state_notification_blocker_chromeos.cc', 1278 'browser/notifications/login_state_notification_blocker_chromeos.cc',
1277 'browser/notifications/login_state_notification_blocker_chromeos.h', 1279 'browser/notifications/login_state_notification_blocker_chromeos.h',
1278 'browser/notifications/notification_delegate.cc', 1280 'browser/notifications/notification_delegate.cc',
1279 'browser/notifications/notification_delegate.h', 1281 'browser/notifications/notification_delegate.h',
(...skipping 2339 matching lines...) Expand 10 before | Expand all | Expand 10 after
3619 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3621 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3620 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3622 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3621 }, 3623 },
3622 'includes': [ '../build/android/java_cpp_template.gypi' ], 3624 'includes': [ '../build/android/java_cpp_template.gypi' ],
3623 }, 3625 },
3624 ], 3626 ],
3625 }, 3627 },
3626 ], 3628 ],
3627 ], 3629 ],
3628 } 3630 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698