OLD | NEW |
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 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1250 'browser/notifications/desktop_notification_service_factory.cc', | 1250 'browser/notifications/desktop_notification_service_factory.cc', |
1251 'browser/notifications/desktop_notification_service_factory.h', | 1251 'browser/notifications/desktop_notification_service_factory.h', |
1252 'browser/notifications/desktop_notification_service_win.cc', | 1252 'browser/notifications/desktop_notification_service_win.cc', |
1253 'browser/notifications/fake_balloon_view.cc', | 1253 'browser/notifications/fake_balloon_view.cc', |
1254 'browser/notifications/fake_balloon_view.h', | 1254 'browser/notifications/fake_balloon_view.h', |
1255 'browser/notifications/message_center_notification_manager.cc', | 1255 'browser/notifications/message_center_notification_manager.cc', |
1256 'browser/notifications/message_center_notification_manager.h', | 1256 'browser/notifications/message_center_notification_manager.h', |
1257 'browser/notifications/message_center_notification_manager_win.cc', | 1257 'browser/notifications/message_center_notification_manager_win.cc', |
1258 'browser/notifications/message_center_settings_controller.cc', | 1258 'browser/notifications/message_center_settings_controller.cc', |
1259 'browser/notifications/message_center_settings_controller.h', | 1259 'browser/notifications/message_center_settings_controller.h', |
| 1260 'browser/notifications/message_center_stats_collector.cc', |
| 1261 'browser/notifications/message_center_stats_collector.h', |
1260 'browser/notifications/notification.cc', | 1262 'browser/notifications/notification.cc', |
1261 'browser/notifications/notification.h', | 1263 'browser/notifications/notification.h', |
1262 'browser/notifications/screen_lock_notification_blocker.cc', | 1264 'browser/notifications/screen_lock_notification_blocker.cc', |
1263 'browser/notifications/screen_lock_notification_blocker.h', | 1265 'browser/notifications/screen_lock_notification_blocker.h', |
1264 'browser/notifications/fullscreen_notification_blocker.cc', | 1266 'browser/notifications/fullscreen_notification_blocker.cc', |
1265 'browser/notifications/fullscreen_notification_blocker.h', | 1267 'browser/notifications/fullscreen_notification_blocker.h', |
1266 'browser/notifications/login_state_notification_blocker_chromeos.cc', | 1268 'browser/notifications/login_state_notification_blocker_chromeos.cc', |
1267 'browser/notifications/login_state_notification_blocker_chromeos.h', | 1269 'browser/notifications/login_state_notification_blocker_chromeos.h', |
1268 'browser/notifications/notification_delegate.cc', | 1270 'browser/notifications/notification_delegate.cc', |
1269 'browser/notifications/notification_delegate.h', | 1271 'browser/notifications/notification_delegate.h', |
(...skipping 2327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3597 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3599 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3598 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3600 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3599 }, | 3601 }, |
3600 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3602 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3601 }, | 3603 }, |
3602 ], | 3604 ], |
3603 }, | 3605 }, |
3604 ], | 3606 ], |
3605 ], | 3607 ], |
3606 } | 3608 } |
OLD | NEW |