| 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 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1431 'browser/notifications/notification_ui_manager.cc', | 1431 'browser/notifications/notification_ui_manager.cc', |
| 1432 'browser/notifications/notification_ui_manager.h', | 1432 'browser/notifications/notification_ui_manager.h', |
| 1433 'browser/notifications/notification_ui_manager_mac.mm', | 1433 'browser/notifications/notification_ui_manager_mac.mm', |
| 1434 'browser/notifications/notification_ui_manager_mac.h', | 1434 'browser/notifications/notification_ui_manager_mac.h', |
| 1435 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', | 1435 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', |
| 1436 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', | 1436 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', |
| 1437 'browser/notifications/sync_notifier/chrome_notifier_service.cc', | 1437 'browser/notifications/sync_notifier/chrome_notifier_service.cc', |
| 1438 'browser/notifications/sync_notifier/chrome_notifier_service.h', | 1438 'browser/notifications/sync_notifier/chrome_notifier_service.h', |
| 1439 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc'
, | 1439 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc'
, |
| 1440 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', | 1440 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', |
| 1441 'browser/notifications/sync_notifier/image_holder.cc', |
| 1442 'browser/notifications/sync_notifier/image_holder.h', |
| 1441 'browser/notifications/sync_notifier/synced_notification.cc', | 1443 'browser/notifications/sync_notifier/synced_notification.cc', |
| 1442 'browser/notifications/sync_notifier/synced_notification.h', | 1444 'browser/notifications/sync_notifier/synced_notification.h', |
| 1443 'browser/notifications/sync_notifier/synced_notification_app_info.cc', | 1445 'browser/notifications/sync_notifier/synced_notification_app_info.cc', |
| 1444 'browser/notifications/sync_notifier/synced_notification_app_info.h', | 1446 'browser/notifications/sync_notifier/synced_notification_app_info.h', |
| 1445 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e.cc', | 1447 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e.cc', |
| 1446 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e.h', | 1448 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e.h', |
| 1447 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e_factory.cc', | 1449 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e_factory.cc', |
| 1448 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e_factory.h', | 1450 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e_factory.h', |
| 1449 'browser/notifications/sync_notifier/welcome_delegate.cc', | 1451 'browser/notifications/sync_notifier/welcome_delegate.cc', |
| 1450 'browser/notifications/sync_notifier/welcome_delegate.h', | 1452 'browser/notifications/sync_notifier/welcome_delegate.h', |
| (...skipping 2318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3769 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3771 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3770 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3772 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3771 }, | 3773 }, |
| 3772 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3774 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3773 }, | 3775 }, |
| 3774 ], | 3776 ], |
| 3775 }, | 3777 }, |
| 3776 ], | 3778 ], |
| 3777 ], | 3779 ], |
| 3778 } | 3780 } |
| OLD | NEW |