| 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 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1329 'browser/notifications/message_center_stats_collector.cc', | 1329 'browser/notifications/message_center_stats_collector.cc', |
| 1330 'browser/notifications/message_center_stats_collector.h', | 1330 'browser/notifications/message_center_stats_collector.h', |
| 1331 'browser/notifications/notification.cc', | 1331 'browser/notifications/notification.cc', |
| 1332 'browser/notifications/notification.h', | 1332 'browser/notifications/notification.h', |
| 1333 'browser/notifications/screen_lock_notification_blocker.cc', | 1333 'browser/notifications/screen_lock_notification_blocker.cc', |
| 1334 'browser/notifications/screen_lock_notification_blocker.h', | 1334 'browser/notifications/screen_lock_notification_blocker.h', |
| 1335 'browser/notifications/fullscreen_notification_blocker.cc', | 1335 'browser/notifications/fullscreen_notification_blocker.cc', |
| 1336 'browser/notifications/fullscreen_notification_blocker.h', | 1336 'browser/notifications/fullscreen_notification_blocker.h', |
| 1337 'browser/notifications/login_state_notification_blocker_chromeos.cc', | 1337 'browser/notifications/login_state_notification_blocker_chromeos.cc', |
| 1338 'browser/notifications/login_state_notification_blocker_chromeos.h', | 1338 'browser/notifications/login_state_notification_blocker_chromeos.h', |
| 1339 'browser/notifications/multi_user_notification_blocker_chromeos.cc', | |
| 1340 'browser/notifications/multi_user_notification_blocker_chromeos.h', | |
| 1341 'browser/notifications/notification_delegate.cc', | 1339 'browser/notifications/notification_delegate.cc', |
| 1342 'browser/notifications/notification_delegate.h', | 1340 'browser/notifications/notification_delegate.h', |
| 1343 'browser/notifications/notification_object_proxy.cc', | 1341 'browser/notifications/notification_object_proxy.cc', |
| 1344 'browser/notifications/notification_object_proxy.h', | 1342 'browser/notifications/notification_object_proxy.h', |
| 1345 'browser/notifications/notification_options_menu_model.cc', | 1343 'browser/notifications/notification_options_menu_model.cc', |
| 1346 'browser/notifications/notification_options_menu_model.h', | 1344 'browser/notifications/notification_options_menu_model.h', |
| 1347 'browser/notifications/notification_prefs_manager.cc', | 1345 'browser/notifications/notification_prefs_manager.cc', |
| 1348 'browser/notifications/notification_prefs_manager.h', | 1346 'browser/notifications/notification_prefs_manager.h', |
| 1349 'browser/notifications/notification_system_observer.cc', | 1347 'browser/notifications/notification_system_observer.cc', |
| 1350 'browser/notifications/notification_system_observer.h', | 1348 'browser/notifications/notification_system_observer.h', |
| (...skipping 2283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3634 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3632 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3635 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3633 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3636 }, | 3634 }, |
| 3637 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3635 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3638 }, | 3636 }, |
| 3639 ], | 3637 ], |
| 3640 }, | 3638 }, |
| 3641 ], | 3639 ], |
| 3642 ], | 3640 ], |
| 3643 } | 3641 } |
| OLD | NEW |