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 1231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1242 'browser/notifications/notification_object_proxy.cc', | 1242 'browser/notifications/notification_object_proxy.cc', |
1243 'browser/notifications/notification_object_proxy.h', | 1243 'browser/notifications/notification_object_proxy.h', |
1244 'browser/notifications/notification_options_menu_model.cc', | 1244 'browser/notifications/notification_options_menu_model.cc', |
1245 'browser/notifications/notification_options_menu_model.h', | 1245 'browser/notifications/notification_options_menu_model.h', |
1246 'browser/notifications/notification_prefs_manager.cc', | 1246 'browser/notifications/notification_prefs_manager.cc', |
1247 'browser/notifications/notification_prefs_manager.h', | 1247 'browser/notifications/notification_prefs_manager.h', |
1248 'browser/notifications/notification_ui_manager.cc', | 1248 'browser/notifications/notification_ui_manager.cc', |
1249 'browser/notifications/notification_ui_manager.h', | 1249 'browser/notifications/notification_ui_manager.h', |
1250 'browser/notifications/notification_ui_manager_impl.cc', | 1250 'browser/notifications/notification_ui_manager_impl.cc', |
1251 'browser/notifications/notification_ui_manager_impl.h', | 1251 'browser/notifications/notification_ui_manager_impl.h', |
1252 'browser/notifications/notification_ui_manager_mac.mm', | |
1253 'browser/notifications/notification_ui_manager_mac.h', | |
1254 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', | 1252 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', |
1255 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', | 1253 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', |
1256 'browser/notifications/sync_notifier/chrome_notifier_service.cc', | 1254 'browser/notifications/sync_notifier/chrome_notifier_service.cc', |
1257 'browser/notifications/sync_notifier/chrome_notifier_service.h', | 1255 'browser/notifications/sync_notifier/chrome_notifier_service.h', |
1258 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc'
, | 1256 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc'
, |
1259 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', | 1257 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', |
1260 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc', | 1258 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc', |
1261 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h', | 1259 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h', |
1262 'browser/notifications/sync_notifier/synced_notification.cc', | 1260 'browser/notifications/sync_notifier/synced_notification.cc', |
1263 'browser/notifications/sync_notifier/synced_notification.h', | 1261 'browser/notifications/sync_notifier/synced_notification.h', |
(...skipping 2226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3490 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3488 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3491 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3489 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3492 }, | 3490 }, |
3493 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3491 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3494 }, | 3492 }, |
3495 ], | 3493 ], |
3496 }, | 3494 }, |
3497 ], | 3495 ], |
3498 ], | 3496 ], |
3499 } | 3497 } |
OLD | NEW |