OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'variables': { | 9 'variables': { |
10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
(...skipping 1789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1800 'browser/notifications/balloon_collection_mac.mm', | 1800 'browser/notifications/balloon_collection_mac.mm', |
1801 'browser/notifications/balloon_collection_linux.cc', | 1801 'browser/notifications/balloon_collection_linux.cc', |
1802 'browser/notifications/desktop_notification_service.cc', | 1802 'browser/notifications/desktop_notification_service.cc', |
1803 'browser/notifications/desktop_notification_service.h', | 1803 'browser/notifications/desktop_notification_service.h', |
1804 'browser/notifications/desktop_notification_service_linux.cc', | 1804 'browser/notifications/desktop_notification_service_linux.cc', |
1805 'browser/notifications/desktop_notification_service_mac.mm', | 1805 'browser/notifications/desktop_notification_service_mac.mm', |
1806 'browser/notifications/desktop_notification_service_win.cc', | 1806 'browser/notifications/desktop_notification_service_win.cc', |
1807 'browser/notifications/notification.h', | 1807 'browser/notifications/notification.h', |
1808 'browser/notifications/notification_object_proxy.cc', | 1808 'browser/notifications/notification_object_proxy.cc', |
1809 'browser/notifications/notification_object_proxy.h', | 1809 'browser/notifications/notification_object_proxy.h', |
| 1810 'browser/notifications/notification_ui_manager.cc', |
| 1811 'browser/notifications/notification_ui_manager.h', |
1810 'browser/notifications/notifications_prefs_cache.cc', | 1812 'browser/notifications/notifications_prefs_cache.cc', |
1811 'browser/notifications/notifications_prefs_cache.h', | 1813 'browser/notifications/notifications_prefs_cache.h', |
1812 'browser/ntp_background_util.cc', | 1814 'browser/ntp_background_util.cc', |
1813 'browser/ntp_background_util.h', | 1815 'browser/ntp_background_util.h', |
1814 'browser/omnibox_search_hint.cc', | 1816 'browser/omnibox_search_hint.cc', |
1815 'browser/omnibox_search_hint.h', | 1817 'browser/omnibox_search_hint.h', |
1816 'browser/options_page_base.cc', | 1818 'browser/options_page_base.cc', |
1817 'browser/options_page_base.h', | 1819 'browser/options_page_base.h', |
1818 'browser/options_util.cc', | 1820 'browser/options_util.cc', |
1819 'browser/options_util.h', | 1821 'browser/options_util.h', |
(...skipping 5135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6955 ] | 6957 ] |
6956 }], | 6958 }], |
6957 ], # 'conditions' | 6959 ], # 'conditions' |
6958 } | 6960 } |
6959 | 6961 |
6960 # Local Variables: | 6962 # Local Variables: |
6961 # tab-width:2 | 6963 # tab-width:2 |
6962 # indent-tabs-mode:nil | 6964 # indent-tabs-mode:nil |
6963 # End: | 6965 # End: |
6964 # vim: set expandtab tabstop=2 shiftwidth=2: | 6966 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |