| 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 1861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1872 'browser/notifications/notification_ui_manager_android.h', | 1872 'browser/notifications/notification_ui_manager_android.h', |
| 1873 ], | 1873 ], |
| 1874 # Used on non-Android platforms when notifications are enabled. | 1874 # Used on non-Android platforms when notifications are enabled. |
| 1875 'chrome_browser_non_android_notifications_sources': [ | 1875 'chrome_browser_non_android_notifications_sources': [ |
| 1876 'browser/notifications/message_center_notification_manager.cc', | 1876 'browser/notifications/message_center_notification_manager.cc', |
| 1877 'browser/notifications/message_center_notification_manager.h', | 1877 'browser/notifications/message_center_notification_manager.h', |
| 1878 'browser/notifications/message_center_settings_controller.cc', | 1878 'browser/notifications/message_center_settings_controller.cc', |
| 1879 'browser/notifications/message_center_settings_controller.h', | 1879 'browser/notifications/message_center_settings_controller.h', |
| 1880 'browser/notifications/message_center_stats_collector.cc', | 1880 'browser/notifications/message_center_stats_collector.cc', |
| 1881 'browser/notifications/message_center_stats_collector.h', | 1881 'browser/notifications/message_center_stats_collector.h', |
| 1882 'browser/notifications/notification_conversion_helper.h', |
| 1883 'browser/notifications/notification_conversion_helper.cc', |
| 1882 'browser/notifications/notification_ui_manager_desktop.cc', | 1884 'browser/notifications/notification_ui_manager_desktop.cc', |
| 1883 'browser/notifications/sync_notifier/chrome_notifier_service.cc', | 1885 'browser/notifications/sync_notifier/chrome_notifier_service.cc', |
| 1884 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc', | 1886 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc', |
| 1885 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', | 1887 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', |
| 1886 'browser/notifications/sync_notifier/chrome_notifier_service.h', | 1888 'browser/notifications/sync_notifier/chrome_notifier_service.h', |
| 1887 ], | 1889 ], |
| 1888 'chrome_browser_themes_sources': [ | 1890 'chrome_browser_themes_sources': [ |
| 1889 'browser/sync/glue/theme_data_type_controller.cc', | 1891 'browser/sync/glue/theme_data_type_controller.cc', |
| 1890 'browser/sync/glue/theme_data_type_controller.h', | 1892 'browser/sync/glue/theme_data_type_controller.h', |
| 1891 'browser/themes/browser_theme_pack.cc', | 1893 'browser/themes/browser_theme_pack.cc', |
| (...skipping 1723 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 |