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 1706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1717 'browser/net/url_request_mock_link_doctor_job.cc', | 1717 'browser/net/url_request_mock_link_doctor_job.cc', |
1718 'browser/net/url_request_mock_link_doctor_job.h', | 1718 'browser/net/url_request_mock_link_doctor_job.h', |
1719 'browser/net/url_request_mock_util.cc', | 1719 'browser/net/url_request_mock_util.cc', |
1720 'browser/net/url_request_mock_util.h', | 1720 'browser/net/url_request_mock_util.h', |
1721 'browser/net/url_request_slow_download_job.cc', | 1721 'browser/net/url_request_slow_download_job.cc', |
1722 'browser/net/url_request_slow_download_job.h', | 1722 'browser/net/url_request_slow_download_job.h', |
1723 'browser/net/url_request_slow_http_job.cc', | 1723 'browser/net/url_request_slow_http_job.cc', |
1724 'browser/net/url_request_slow_http_job.h', | 1724 'browser/net/url_request_slow_http_job.h', |
1725 'browser/net/url_request_tracking.cc', | 1725 'browser/net/url_request_tracking.cc', |
1726 'browser/net/url_request_tracking.h', | 1726 'browser/net/url_request_tracking.h', |
| 1727 'browser/notifications/balloons.h', |
| 1728 'browser/notifications/desktop_notification_service.cc', |
| 1729 'browser/notifications/desktop_notification_service.h', |
| 1730 'browser/notifications/desktop_notification_service_linux.cc', |
| 1731 'browser/notifications/desktop_notification_service_mac.mm', |
| 1732 'browser/notifications/desktop_notification_service_win.cc', |
| 1733 'browser/notifications/notification.h', |
| 1734 'browser/notifications/notification_object_proxy.cc', |
| 1735 'browser/notifications/notification_object_proxy.h', |
| 1736 'browser/notifications/notifications_prefs_cache.cc', |
| 1737 'browser/notifications/notifications_prefs_cache.h', |
1727 'browser/ntp_background_util.cc', | 1738 'browser/ntp_background_util.cc', |
1728 'browser/ntp_background_util.h', | 1739 'browser/ntp_background_util.h', |
1729 'browser/omnibox_search_hint.cc', | 1740 'browser/omnibox_search_hint.cc', |
1730 'browser/omnibox_search_hint.h', | 1741 'browser/omnibox_search_hint.h', |
1731 'browser/options_page_base.cc', | 1742 'browser/options_page_base.cc', |
1732 'browser/options_page_base.h', | 1743 'browser/options_page_base.h', |
1733 'browser/options_util.cc', | 1744 'browser/options_util.cc', |
1734 'browser/options_util.h', | 1745 'browser/options_util.h', |
1735 'browser/options_window.h', | 1746 'browser/options_window.h', |
1736 'browser/page_info_model.cc', | 1747 'browser/page_info_model.cc', |
(...skipping 5159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6896 ], # targets when chrome_personalization==1 | 6907 ], # targets when chrome_personalization==1 |
6897 }], | 6908 }], |
6898 ], # 'conditions' | 6909 ], # 'conditions' |
6899 } | 6910 } |
6900 | 6911 |
6901 # Local Variables: | 6912 # Local Variables: |
6902 # tab-width:2 | 6913 # tab-width:2 |
6903 # indent-tabs-mode:nil | 6914 # indent-tabs-mode:nil |
6904 # End: | 6915 # End: |
6905 # vim: set expandtab tabstop=2 shiftwidth=2: | 6916 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |