| 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 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1194 'browser/notifications/balloon_notification_ui_manager.h', | 1194 'browser/notifications/balloon_notification_ui_manager.h', |
| 1195 'browser/notifications/desktop_notification_service.cc', | 1195 'browser/notifications/desktop_notification_service.cc', |
| 1196 'browser/notifications/desktop_notification_service.h', | 1196 'browser/notifications/desktop_notification_service.h', |
| 1197 'browser/notifications/desktop_notification_service_factory.cc', | 1197 'browser/notifications/desktop_notification_service_factory.cc', |
| 1198 'browser/notifications/desktop_notification_service_factory.h', | 1198 'browser/notifications/desktop_notification_service_factory.h', |
| 1199 'browser/notifications/desktop_notification_service_win.cc', | 1199 'browser/notifications/desktop_notification_service_win.cc', |
| 1200 'browser/notifications/fake_balloon_view.cc', | 1200 'browser/notifications/fake_balloon_view.cc', |
| 1201 'browser/notifications/fake_balloon_view.h', | 1201 'browser/notifications/fake_balloon_view.h', |
| 1202 'browser/notifications/message_center_notification_manager.cc', | 1202 'browser/notifications/message_center_notification_manager.cc', |
| 1203 'browser/notifications/message_center_notification_manager.h', | 1203 'browser/notifications/message_center_notification_manager.h', |
| 1204 'browser/notifications/message_center_notification_manager_win.cc', |
| 1204 'browser/notifications/message_center_settings_controller.cc', | 1205 'browser/notifications/message_center_settings_controller.cc', |
| 1205 'browser/notifications/message_center_settings_controller.h', | 1206 'browser/notifications/message_center_settings_controller.h', |
| 1206 'browser/notifications/notification.cc', | 1207 'browser/notifications/notification.cc', |
| 1207 'browser/notifications/notification.h', | 1208 'browser/notifications/notification.h', |
| 1208 'browser/notifications/notification_audio_controller.cc', | 1209 'browser/notifications/notification_audio_controller.cc', |
| 1209 'browser/notifications/notification_audio_controller.h', | 1210 'browser/notifications/notification_audio_controller.h', |
| 1210 'browser/notifications/notification_delegate.cc', | 1211 'browser/notifications/notification_delegate.cc', |
| 1211 'browser/notifications/notification_delegate.h', | 1212 'browser/notifications/notification_delegate.h', |
| 1212 'browser/notifications/notification_object_proxy.cc', | 1213 'browser/notifications/notification_object_proxy.cc', |
| 1213 'browser/notifications/notification_object_proxy.h', | 1214 'browser/notifications/notification_object_proxy.h', |
| (...skipping 2114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3328 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3329 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3329 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3330 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3330 }, | 3331 }, |
| 3331 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3332 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3332 }, | 3333 }, |
| 3333 ], | 3334 ], |
| 3334 }, | 3335 }, |
| 3335 ], | 3336 ], |
| 3336 ], | 3337 ], |
| 3337 } | 3338 } |
| OLD | NEW |