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 'variables': { | 6 'variables': { |
7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 1863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1874 'browser/notifications/notification_ui_manager_android.h', | 1874 'browser/notifications/notification_ui_manager_android.h', |
1875 ], | 1875 ], |
1876 # Used on non-Android platforms when notifications are enabled. | 1876 # Used on non-Android platforms when notifications are enabled. |
1877 'chrome_browser_non_android_notifications_sources': [ | 1877 'chrome_browser_non_android_notifications_sources': [ |
1878 'browser/notifications/message_center_notification_manager.cc', | 1878 'browser/notifications/message_center_notification_manager.cc', |
1879 'browser/notifications/message_center_notification_manager.h', | 1879 'browser/notifications/message_center_notification_manager.h', |
1880 'browser/notifications/message_center_settings_controller.cc', | 1880 'browser/notifications/message_center_settings_controller.cc', |
1881 'browser/notifications/message_center_settings_controller.h', | 1881 'browser/notifications/message_center_settings_controller.h', |
1882 'browser/notifications/message_center_stats_collector.cc', | 1882 'browser/notifications/message_center_stats_collector.cc', |
1883 'browser/notifications/message_center_stats_collector.h', | 1883 'browser/notifications/message_center_stats_collector.h', |
| 1884 'browser/notifications/notification_conversion_helper.h', |
| 1885 'browser/notifications/notification_conversion_helper.cc', |
1884 'browser/notifications/notification_ui_manager_desktop.cc', | 1886 'browser/notifications/notification_ui_manager_desktop.cc', |
1885 'browser/notifications/sync_notifier/chrome_notifier_service.cc', | 1887 'browser/notifications/sync_notifier/chrome_notifier_service.cc', |
1886 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc', | 1888 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc', |
1887 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', | 1889 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', |
1888 'browser/notifications/sync_notifier/chrome_notifier_service.h', | 1890 'browser/notifications/sync_notifier/chrome_notifier_service.h', |
1889 ], | 1891 ], |
1890 'chrome_browser_themes_sources': [ | 1892 'chrome_browser_themes_sources': [ |
1891 'browser/sync/glue/theme_data_type_controller.cc', | 1893 'browser/sync/glue/theme_data_type_controller.cc', |
1892 'browser/sync/glue/theme_data_type_controller.h', | 1894 'browser/sync/glue/theme_data_type_controller.h', |
1893 'browser/themes/browser_theme_pack.cc', | 1895 'browser/themes/browser_theme_pack.cc', |
(...skipping 1721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3615 'package_name': 'org/chromium/chrome/browser', | 3617 'package_name': 'org/chromium/chrome/browser', |
3616 'template_deps': ['browser/android/tab_load_status.h'], | 3618 'template_deps': ['browser/android/tab_load_status.h'], |
3617 }, | 3619 }, |
3618 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3620 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3619 }, | 3621 }, |
3620 ], | 3622 ], |
3621 }, | 3623 }, |
3622 ], | 3624 ], |
3623 ], | 3625 ], |
3624 } | 3626 } |
OLD | NEW |