Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Side by Side Diff: chrome/chrome.gyp

Issue 194108: adds DesktopNotificationService to Profile (Closed)
Patch Set: more feedback Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 'browser/net/url_request_mock_link_doctor_job.cc', 1716 'browser/net/url_request_mock_link_doctor_job.cc',
1717 'browser/net/url_request_mock_link_doctor_job.h', 1717 'browser/net/url_request_mock_link_doctor_job.h',
1718 'browser/net/url_request_mock_util.cc', 1718 'browser/net/url_request_mock_util.cc',
1719 'browser/net/url_request_mock_util.h', 1719 'browser/net/url_request_mock_util.h',
1720 'browser/net/url_request_slow_download_job.cc', 1720 'browser/net/url_request_slow_download_job.cc',
1721 'browser/net/url_request_slow_download_job.h', 1721 'browser/net/url_request_slow_download_job.h',
1722 'browser/net/url_request_slow_http_job.cc', 1722 'browser/net/url_request_slow_http_job.cc',
1723 'browser/net/url_request_slow_http_job.h', 1723 'browser/net/url_request_slow_http_job.h',
1724 'browser/net/url_request_tracking.cc', 1724 'browser/net/url_request_tracking.cc',
1725 'browser/net/url_request_tracking.h', 1725 'browser/net/url_request_tracking.h',
1726 'browser/notifications/balloons.h',
1727 'browser/notifications/desktop_notification_service.cc',
1728 'browser/notifications/desktop_notification_service.h',
1729 'browser/notifications/desktop_notification_service_linux.cc',
1730 'browser/notifications/desktop_notification_service_mac.mm',
1731 'browser/notifications/desktop_notification_service_win.cc',
1732 'browser/notifications/notification.h',
1733 'browser/notifications/notification_object_proxy.cc',
1734 'browser/notifications/notification_object_proxy.h',
1735 'browser/notifications/notification_ui_manager.h',
1736 'browser/notifications/notifications_prefs_cache.cc',
1737 'browser/notifications/notifications_prefs_cache.h',
1726 'browser/ntp_background_util.cc', 1738 'browser/ntp_background_util.cc',
1727 'browser/ntp_background_util.h', 1739 'browser/ntp_background_util.h',
1728 'browser/omnibox_search_hint.cc', 1740 'browser/omnibox_search_hint.cc',
1729 'browser/omnibox_search_hint.h', 1741 'browser/omnibox_search_hint.h',
1730 'browser/options_page_base.cc', 1742 'browser/options_page_base.cc',
1731 'browser/options_page_base.h', 1743 'browser/options_page_base.h',
1732 'browser/options_util.cc', 1744 'browser/options_util.cc',
1733 'browser/options_util.h', 1745 'browser/options_util.h',
1734 'browser/options_window.h', 1746 'browser/options_window.h',
1735 'browser/page_info_model.cc', 1747 'browser/page_info_model.cc',
(...skipping 5179 matching lines...) Expand 10 before | Expand all | Expand 10 after
6915 ], # targets when chrome_personalization==1 6927 ], # targets when chrome_personalization==1
6916 }], 6928 }],
6917 ], # 'conditions' 6929 ], # 'conditions'
6918 } 6930 }
6919 6931
6920 # Local Variables: 6932 # Local Variables:
6921 # tab-width:2 6933 # tab-width:2
6922 # indent-tabs-mode:nil 6934 # indent-tabs-mode:nil
6923 # End: 6935 # End:
6924 # vim: set expandtab tabstop=2 shiftwidth=2: 6936 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698