| 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 1759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1770 'browser/notifications/google_now_notification_stats_collector.h', | 1770 'browser/notifications/google_now_notification_stats_collector.h', |
| 1771 'browser/notifications/message_center_notification_manager_win.cc', | 1771 'browser/notifications/message_center_notification_manager_win.cc', |
| 1772 'browser/notifications/notification.cc', | 1772 'browser/notifications/notification.cc', |
| 1773 'browser/notifications/notification.h', | 1773 'browser/notifications/notification.h', |
| 1774 'browser/notifications/screen_lock_notification_blocker.cc', | 1774 'browser/notifications/screen_lock_notification_blocker.cc', |
| 1775 'browser/notifications/screen_lock_notification_blocker.h', | 1775 'browser/notifications/screen_lock_notification_blocker.h', |
| 1776 'browser/notifications/fullscreen_notification_blocker.cc', | 1776 'browser/notifications/fullscreen_notification_blocker.cc', |
| 1777 'browser/notifications/fullscreen_notification_blocker.h', | 1777 'browser/notifications/fullscreen_notification_blocker.h', |
| 1778 'browser/notifications/login_state_notification_blocker_chromeos.cc', | 1778 'browser/notifications/login_state_notification_blocker_chromeos.cc', |
| 1779 'browser/notifications/login_state_notification_blocker_chromeos.h', | 1779 'browser/notifications/login_state_notification_blocker_chromeos.h', |
| 1780 'browser/notifications/notification_delegate.cc', | |
| 1781 'browser/notifications/notification_delegate.h', | 1780 'browser/notifications/notification_delegate.h', |
| 1782 'browser/notifications/notification_object_proxy.cc', | 1781 'browser/notifications/notification_object_proxy.cc', |
| 1783 'browser/notifications/notification_object_proxy.h', | 1782 'browser/notifications/notification_object_proxy.h', |
| 1784 'browser/notifications/notification_system_observer.cc', | 1783 'browser/notifications/notification_system_observer.cc', |
| 1785 'browser/notifications/notification_system_observer.h', | 1784 'browser/notifications/notification_system_observer.h', |
| 1786 'browser/notifications/notification_ui_manager.h', | 1785 'browser/notifications/notification_ui_manager.h', |
| 1787 'browser/notifications/notification_ui_manager_android.cc', | 1786 'browser/notifications/notification_ui_manager_android.cc', |
| 1788 'browser/notifications/notification_ui_manager_android.h', | 1787 'browser/notifications/notification_ui_manager_android.h', |
| 1789 ], | 1788 ], |
| 1790 # Used on non-Android platforms when notifications are enabled. | 1789 # Used on non-Android platforms when notifications are enabled. |
| (...skipping 1777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3568 'variables': { | 3567 'variables': { |
| 3569 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3568 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3570 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3569 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3571 }, | 3570 }, |
| 3572 'includes': [ '../build/protoc.gypi' ] | 3571 'includes': [ '../build/protoc.gypi' ] |
| 3573 }, | 3572 }, |
| 3574 ], | 3573 ], |
| 3575 },], | 3574 },], |
| 3576 ], | 3575 ], |
| 3577 } | 3576 } |
| OLD | NEW |