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 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1319 'browser/notifications/message_center_stats_collector.cc', | 1319 'browser/notifications/message_center_stats_collector.cc', |
1320 'browser/notifications/message_center_stats_collector.h', | 1320 'browser/notifications/message_center_stats_collector.h', |
1321 'browser/notifications/notification.cc', | 1321 'browser/notifications/notification.cc', |
1322 'browser/notifications/notification.h', | 1322 'browser/notifications/notification.h', |
1323 'browser/notifications/screen_lock_notification_blocker.cc', | 1323 'browser/notifications/screen_lock_notification_blocker.cc', |
1324 'browser/notifications/screen_lock_notification_blocker.h', | 1324 'browser/notifications/screen_lock_notification_blocker.h', |
1325 'browser/notifications/fullscreen_notification_blocker.cc', | 1325 'browser/notifications/fullscreen_notification_blocker.cc', |
1326 'browser/notifications/fullscreen_notification_blocker.h', | 1326 'browser/notifications/fullscreen_notification_blocker.h', |
1327 'browser/notifications/login_state_notification_blocker_chromeos.cc', | 1327 'browser/notifications/login_state_notification_blocker_chromeos.cc', |
1328 'browser/notifications/login_state_notification_blocker_chromeos.h', | 1328 'browser/notifications/login_state_notification_blocker_chromeos.h', |
1329 'browser/notifications/multi_user_notification_blocker_chromeos.cc', | |
1330 'browser/notifications/multi_user_notification_blocker_chromeos.h', | |
1331 'browser/notifications/notification_delegate.cc', | 1329 'browser/notifications/notification_delegate.cc', |
1332 'browser/notifications/notification_delegate.h', | 1330 'browser/notifications/notification_delegate.h', |
1333 'browser/notifications/notification_object_proxy.cc', | 1331 'browser/notifications/notification_object_proxy.cc', |
1334 'browser/notifications/notification_object_proxy.h', | 1332 'browser/notifications/notification_object_proxy.h', |
1335 'browser/notifications/notification_options_menu_model.cc', | 1333 'browser/notifications/notification_options_menu_model.cc', |
1336 'browser/notifications/notification_options_menu_model.h', | 1334 'browser/notifications/notification_options_menu_model.h', |
1337 'browser/notifications/notification_prefs_manager.cc', | 1335 'browser/notifications/notification_prefs_manager.cc', |
1338 'browser/notifications/notification_prefs_manager.h', | 1336 'browser/notifications/notification_prefs_manager.h', |
1339 'browser/notifications/notification_system_observer.cc', | 1337 'browser/notifications/notification_system_observer.cc', |
1340 'browser/notifications/notification_system_observer.h', | 1338 'browser/notifications/notification_system_observer.h', |
(...skipping 2280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3621 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3619 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3622 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3620 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3623 }, | 3621 }, |
3624 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3622 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3625 }, | 3623 }, |
3626 ], | 3624 ], |
3627 }, | 3625 }, |
3628 ], | 3626 ], |
3629 ], | 3627 ], |
3630 } | 3628 } |
OLD | NEW |