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 1813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1824 'browser/notifications/message_center_settings_controller.h', | 1824 'browser/notifications/message_center_settings_controller.h', |
1825 'browser/notifications/message_center_stats_collector.cc', | 1825 'browser/notifications/message_center_stats_collector.cc', |
1826 'browser/notifications/message_center_stats_collector.h', | 1826 'browser/notifications/message_center_stats_collector.h', |
1827 'browser/notifications/notification_conversion_helper.h', | 1827 'browser/notifications/notification_conversion_helper.h', |
1828 'browser/notifications/notification_conversion_helper.cc', | 1828 'browser/notifications/notification_conversion_helper.cc', |
1829 'browser/notifications/notification_system_observer.cc', | 1829 'browser/notifications/notification_system_observer.cc', |
1830 'browser/notifications/notification_system_observer.h', | 1830 'browser/notifications/notification_system_observer.h', |
1831 'browser/notifications/notification_ui_manager_desktop.cc', | 1831 'browser/notifications/notification_ui_manager_desktop.cc', |
1832 'browser/notifications/screen_lock_notification_blocker.cc', | 1832 'browser/notifications/screen_lock_notification_blocker.cc', |
1833 'browser/notifications/screen_lock_notification_blocker.h', | 1833 'browser/notifications/screen_lock_notification_blocker.h', |
1834 'browser/notifications/sync_notifier/chrome_notifier_service.cc', | |
1835 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc', | |
1836 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', | |
1837 'browser/notifications/sync_notifier/chrome_notifier_service.h', | |
1838 ], | 1834 ], |
1839 'chrome_browser_themes_sources': [ | 1835 'chrome_browser_themes_sources': [ |
1840 'browser/sync/glue/theme_data_type_controller.cc', | 1836 'browser/sync/glue/theme_data_type_controller.cc', |
1841 'browser/sync/glue/theme_data_type_controller.h', | 1837 'browser/sync/glue/theme_data_type_controller.h', |
1842 'browser/themes/browser_theme_pack.cc', | 1838 'browser/themes/browser_theme_pack.cc', |
1843 'browser/themes/browser_theme_pack.h', | 1839 'browser/themes/browser_theme_pack.h', |
1844 'browser/themes/custom_theme_supplier.cc', | 1840 'browser/themes/custom_theme_supplier.cc', |
1845 'browser/themes/custom_theme_supplier.h', | 1841 'browser/themes/custom_theme_supplier.h', |
1846 'browser/themes/theme_properties.cc', | 1842 'browser/themes/theme_properties.cc', |
1847 'browser/themes/theme_properties.h', | 1843 'browser/themes/theme_properties.h', |
(...skipping 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3681 'variables': { | 3677 'variables': { |
3682 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3678 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3683 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3679 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3684 }, | 3680 }, |
3685 'includes': [ '../build/protoc.gypi' ] | 3681 'includes': [ '../build/protoc.gypi' ] |
3686 }, | 3682 }, |
3687 ], | 3683 ], |
3688 },], | 3684 },], |
3689 ], | 3685 ], |
3690 } | 3686 } |
OLD | NEW |