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 1751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1762 'browser/notifications/desktop_notification_service_factory.h', | 1762 'browser/notifications/desktop_notification_service_factory.h', |
1763 'browser/notifications/message_center_notification_manager_win.cc', | 1763 'browser/notifications/message_center_notification_manager_win.cc', |
1764 'browser/notifications/notification.cc', | 1764 'browser/notifications/notification.cc', |
1765 'browser/notifications/notification.h', | 1765 'browser/notifications/notification.h', |
1766 'browser/notifications/screen_lock_notification_blocker.cc', | 1766 'browser/notifications/screen_lock_notification_blocker.cc', |
1767 'browser/notifications/screen_lock_notification_blocker.h', | 1767 'browser/notifications/screen_lock_notification_blocker.h', |
1768 'browser/notifications/fullscreen_notification_blocker.cc', | 1768 'browser/notifications/fullscreen_notification_blocker.cc', |
1769 'browser/notifications/fullscreen_notification_blocker.h', | 1769 'browser/notifications/fullscreen_notification_blocker.h', |
1770 'browser/notifications/login_state_notification_blocker_chromeos.cc', | 1770 'browser/notifications/login_state_notification_blocker_chromeos.cc', |
1771 'browser/notifications/login_state_notification_blocker_chromeos.h', | 1771 'browser/notifications/login_state_notification_blocker_chromeos.h', |
1772 'browser/notifications/notification_delegate.cc', | |
1773 'browser/notifications/notification_delegate.h', | 1772 'browser/notifications/notification_delegate.h', |
1774 'browser/notifications/notification_object_proxy.cc', | 1773 'browser/notifications/notification_object_proxy.cc', |
1775 'browser/notifications/notification_object_proxy.h', | 1774 'browser/notifications/notification_object_proxy.h', |
1776 'browser/notifications/notification_system_observer.cc', | 1775 'browser/notifications/notification_system_observer.cc', |
1777 'browser/notifications/notification_system_observer.h', | 1776 'browser/notifications/notification_system_observer.h', |
1778 'browser/notifications/notification_ui_manager.h', | 1777 'browser/notifications/notification_ui_manager.h', |
1779 'browser/notifications/notification_ui_manager_android.cc', | 1778 'browser/notifications/notification_ui_manager_android.cc', |
1780 'browser/notifications/notification_ui_manager_android.h', | 1779 'browser/notifications/notification_ui_manager_android.h', |
1781 ], | 1780 ], |
1782 # Used on non-Android platforms when notifications are enabled. | 1781 # Used on non-Android platforms when notifications are enabled. |
(...skipping 1827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3610 'variables': { | 3609 'variables': { |
3611 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3610 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3612 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3611 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3613 }, | 3612 }, |
3614 'includes': [ '../build/protoc.gypi' ] | 3613 'includes': [ '../build/protoc.gypi' ] |
3615 }, | 3614 }, |
3616 ], | 3615 ], |
3617 },], | 3616 },], |
3618 ], | 3617 ], |
3619 } | 3618 } |
OLD | NEW |