Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 695853002: Include Web Notifications on Android at build-time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: attempt 2 Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1758 matching lines...) Expand 10 before | Expand all | Expand 10 after
1769 'browser/notifications/notification.h', 1769 'browser/notifications/notification.h',
1770 'browser/notifications/screen_lock_notification_blocker.cc', 1770 'browser/notifications/screen_lock_notification_blocker.cc',
1771 'browser/notifications/screen_lock_notification_blocker.h', 1771 'browser/notifications/screen_lock_notification_blocker.h',
1772 'browser/notifications/fullscreen_notification_blocker.cc', 1772 'browser/notifications/fullscreen_notification_blocker.cc',
1773 'browser/notifications/fullscreen_notification_blocker.h', 1773 'browser/notifications/fullscreen_notification_blocker.h',
1774 'browser/notifications/login_state_notification_blocker_chromeos.cc', 1774 'browser/notifications/login_state_notification_blocker_chromeos.cc',
1775 'browser/notifications/login_state_notification_blocker_chromeos.h', 1775 'browser/notifications/login_state_notification_blocker_chromeos.h',
1776 'browser/notifications/notification_delegate.h', 1776 'browser/notifications/notification_delegate.h',
1777 'browser/notifications/notification_object_proxy.cc', 1777 'browser/notifications/notification_object_proxy.cc',
1778 'browser/notifications/notification_object_proxy.h', 1778 'browser/notifications/notification_object_proxy.h',
1779 'browser/notifications/notification_system_observer.cc',
1780 'browser/notifications/notification_system_observer.h',
1781 'browser/notifications/notification_ui_manager.h', 1779 'browser/notifications/notification_ui_manager.h',
1782 'browser/notifications/notification_ui_manager_android.cc', 1780 'browser/notifications/notification_ui_manager_android.cc',
1783 'browser/notifications/notification_ui_manager_android.h', 1781 'browser/notifications/notification_ui_manager_android.h',
1784 ], 1782 ],
1785 # Used on non-Android platforms when notifications are enabled. 1783 # Used on non-Android platforms when notifications are enabled.
1786 'chrome_browser_non_android_notifications_sources': [ 1784 'chrome_browser_non_android_notifications_sources': [
1787 'browser/notifications/extension_welcome_notification.cc', 1785 'browser/notifications/extension_welcome_notification.cc',
1788 'browser/notifications/extension_welcome_notification.h', 1786 'browser/notifications/extension_welcome_notification.h',
1789 'browser/notifications/extension_welcome_notification_factory.cc', 1787 'browser/notifications/extension_welcome_notification_factory.cc',
1790 'browser/notifications/extension_welcome_notification_factory.h', 1788 'browser/notifications/extension_welcome_notification_factory.h',
1791 'browser/notifications/google_now_notification_stats_collector.cc', 1789 'browser/notifications/google_now_notification_stats_collector.cc',
1792 'browser/notifications/google_now_notification_stats_collector.h', 1790 'browser/notifications/google_now_notification_stats_collector.h',
1793 'browser/notifications/message_center_notification_manager.cc', 1791 'browser/notifications/message_center_notification_manager.cc',
1794 'browser/notifications/message_center_notification_manager.h', 1792 'browser/notifications/message_center_notification_manager.h',
1795 'browser/notifications/message_center_settings_controller.cc', 1793 'browser/notifications/message_center_settings_controller.cc',
1796 'browser/notifications/message_center_settings_controller.h', 1794 'browser/notifications/message_center_settings_controller.h',
1797 'browser/notifications/message_center_stats_collector.cc', 1795 'browser/notifications/message_center_stats_collector.cc',
1798 'browser/notifications/message_center_stats_collector.h', 1796 'browser/notifications/message_center_stats_collector.h',
1799 'browser/notifications/notification_conversion_helper.h', 1797 'browser/notifications/notification_conversion_helper.h',
1800 'browser/notifications/notification_conversion_helper.cc', 1798 'browser/notifications/notification_conversion_helper.cc',
1799 'browser/notifications/notification_system_observer.cc',
1800 'browser/notifications/notification_system_observer.h',
1801 'browser/notifications/notification_ui_manager_desktop.cc', 1801 'browser/notifications/notification_ui_manager_desktop.cc',
1802 'browser/notifications/sync_notifier/chrome_notifier_service.cc', 1802 'browser/notifications/sync_notifier/chrome_notifier_service.cc',
1803 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc', 1803 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc',
1804 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', 1804 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h',
1805 'browser/notifications/sync_notifier/chrome_notifier_service.h', 1805 'browser/notifications/sync_notifier/chrome_notifier_service.h',
1806 ], 1806 ],
1807 'chrome_browser_themes_sources': [ 1807 'chrome_browser_themes_sources': [
1808 'browser/sync/glue/theme_data_type_controller.cc', 1808 'browser/sync/glue/theme_data_type_controller.cc',
1809 'browser/sync/glue/theme_data_type_controller.h', 1809 'browser/sync/glue/theme_data_type_controller.h',
1810 'browser/themes/browser_theme_pack.cc', 1810 'browser/themes/browser_theme_pack.cc',
(...skipping 1801 matching lines...) Expand 10 before | Expand all | Expand 10 after
3612 'variables': { 3612 'variables': {
3613 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3613 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3614 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3614 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3615 }, 3615 },
3616 'includes': [ '../build/protoc.gypi' ] 3616 'includes': [ '../build/protoc.gypi' ]
3617 }, 3617 },
3618 ], 3618 ],
3619 },], 3619 },],
3620 ], 3620 ],
3621 } 3621 }
OLDNEW
« no previous file with comments | « chrome/browser/notifications/notification_ui_manager_android.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698