| 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 1312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1323 'browser/notifications/message_center_stats_collector.cc', | 1323 'browser/notifications/message_center_stats_collector.cc', |
| 1324 'browser/notifications/message_center_stats_collector.h', | 1324 'browser/notifications/message_center_stats_collector.h', |
| 1325 'browser/notifications/notification.cc', | 1325 'browser/notifications/notification.cc', |
| 1326 'browser/notifications/notification.h', | 1326 'browser/notifications/notification.h', |
| 1327 'browser/notifications/screen_lock_notification_blocker.cc', | 1327 'browser/notifications/screen_lock_notification_blocker.cc', |
| 1328 'browser/notifications/screen_lock_notification_blocker.h', | 1328 'browser/notifications/screen_lock_notification_blocker.h', |
| 1329 'browser/notifications/fullscreen_notification_blocker.cc', | 1329 'browser/notifications/fullscreen_notification_blocker.cc', |
| 1330 'browser/notifications/fullscreen_notification_blocker.h', | 1330 'browser/notifications/fullscreen_notification_blocker.h', |
| 1331 'browser/notifications/login_state_notification_blocker_chromeos.cc', | 1331 'browser/notifications/login_state_notification_blocker_chromeos.cc', |
| 1332 'browser/notifications/login_state_notification_blocker_chromeos.h', | 1332 'browser/notifications/login_state_notification_blocker_chromeos.h', |
| 1333 'browser/notifications/multi_user_notification_blocker_chromeos.cc', | |
| 1334 'browser/notifications/multi_user_notification_blocker_chromeos.h', | |
| 1335 'browser/notifications/notification_delegate.cc', | 1333 'browser/notifications/notification_delegate.cc', |
| 1336 'browser/notifications/notification_delegate.h', | 1334 'browser/notifications/notification_delegate.h', |
| 1337 'browser/notifications/notification_object_proxy.cc', | 1335 'browser/notifications/notification_object_proxy.cc', |
| 1338 'browser/notifications/notification_object_proxy.h', | 1336 'browser/notifications/notification_object_proxy.h', |
| 1339 'browser/notifications/notification_options_menu_model.cc', | 1337 'browser/notifications/notification_options_menu_model.cc', |
| 1340 'browser/notifications/notification_options_menu_model.h', | 1338 'browser/notifications/notification_options_menu_model.h', |
| 1341 'browser/notifications/notification_prefs_manager.cc', | 1339 'browser/notifications/notification_prefs_manager.cc', |
| 1342 'browser/notifications/notification_prefs_manager.h', | 1340 'browser/notifications/notification_prefs_manager.h', |
| 1343 'browser/notifications/notification_system_observer.cc', | 1341 'browser/notifications/notification_system_observer.cc', |
| 1344 'browser/notifications/notification_system_observer.h', | 1342 'browser/notifications/notification_system_observer.h', |
| (...skipping 2285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3630 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3628 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3631 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3629 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3632 }, | 3630 }, |
| 3633 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3631 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3634 }, | 3632 }, |
| 3635 ], | 3633 ], |
| 3636 }, | 3634 }, |
| 3637 ], | 3635 ], |
| 3638 ], | 3636 ], |
| 3639 } | 3637 } |
| OLD | NEW |