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 1746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1757 'browser/notifications/google_now_notification_stats_collector.h', | 1757 'browser/notifications/google_now_notification_stats_collector.h', |
1758 'browser/notifications/message_center_notification_manager_win.cc', | 1758 'browser/notifications/message_center_notification_manager_win.cc', |
1759 'browser/notifications/notification.cc', | 1759 'browser/notifications/notification.cc', |
1760 'browser/notifications/notification.h', | 1760 'browser/notifications/notification.h', |
1761 'browser/notifications/screen_lock_notification_blocker.cc', | 1761 'browser/notifications/screen_lock_notification_blocker.cc', |
1762 'browser/notifications/screen_lock_notification_blocker.h', | 1762 'browser/notifications/screen_lock_notification_blocker.h', |
1763 'browser/notifications/fullscreen_notification_blocker.cc', | 1763 'browser/notifications/fullscreen_notification_blocker.cc', |
1764 'browser/notifications/fullscreen_notification_blocker.h', | 1764 'browser/notifications/fullscreen_notification_blocker.h', |
1765 'browser/notifications/login_state_notification_blocker_chromeos.cc', | 1765 'browser/notifications/login_state_notification_blocker_chromeos.cc', |
1766 'browser/notifications/login_state_notification_blocker_chromeos.h', | 1766 'browser/notifications/login_state_notification_blocker_chromeos.h', |
1767 'browser/notifications/notification_delegate.cc', | |
1768 'browser/notifications/notification_delegate.h', | 1767 'browser/notifications/notification_delegate.h', |
1769 'browser/notifications/notification_object_proxy.cc', | 1768 'browser/notifications/notification_object_proxy.cc', |
1770 'browser/notifications/notification_object_proxy.h', | 1769 'browser/notifications/notification_object_proxy.h', |
1771 'browser/notifications/notification_system_observer.cc', | 1770 'browser/notifications/notification_system_observer.cc', |
1772 'browser/notifications/notification_system_observer.h', | 1771 'browser/notifications/notification_system_observer.h', |
1773 'browser/notifications/notification_ui_manager.h', | 1772 'browser/notifications/notification_ui_manager.h', |
1774 'browser/notifications/notification_ui_manager_android.cc', | 1773 'browser/notifications/notification_ui_manager_android.cc', |
1775 'browser/notifications/notification_ui_manager_android.h', | 1774 'browser/notifications/notification_ui_manager_android.h', |
1776 ], | 1775 ], |
1777 # Used on non-Android platforms when notifications are enabled. | 1776 # Used on non-Android platforms when notifications are enabled. |
(...skipping 1773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3551 'variables': { | 3550 'variables': { |
3552 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3551 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3553 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3552 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3554 }, | 3553 }, |
3555 'includes': [ '../build/protoc.gypi' ] | 3554 'includes': [ '../build/protoc.gypi' ] |
3556 }, | 3555 }, |
3557 ], | 3556 ], |
3558 },], | 3557 },], |
3559 ], | 3558 ], |
3560 } | 3559 } |
OLD | NEW |