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

Side by Side Diff: chrome/chrome.gyp

Issue 333045: WIP: websocket live experiment (Closed)
Patch Set: fix comment Created 11 years, 1 month 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
« no previous file with comments | « chrome/browser/net/websocket_experiment/websocket_experiment_task.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1763 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 'browser/net/url_request_mock_link_doctor_job.cc', 1774 'browser/net/url_request_mock_link_doctor_job.cc',
1775 'browser/net/url_request_mock_link_doctor_job.h', 1775 'browser/net/url_request_mock_link_doctor_job.h',
1776 'browser/net/url_request_mock_util.cc', 1776 'browser/net/url_request_mock_util.cc',
1777 'browser/net/url_request_mock_util.h', 1777 'browser/net/url_request_mock_util.h',
1778 'browser/net/url_request_slow_download_job.cc', 1778 'browser/net/url_request_slow_download_job.cc',
1779 'browser/net/url_request_slow_download_job.h', 1779 'browser/net/url_request_slow_download_job.h',
1780 'browser/net/url_request_slow_http_job.cc', 1780 'browser/net/url_request_slow_http_job.cc',
1781 'browser/net/url_request_slow_http_job.h', 1781 'browser/net/url_request_slow_http_job.h',
1782 'browser/net/url_request_tracking.cc', 1782 'browser/net/url_request_tracking.cc',
1783 'browser/net/url_request_tracking.h', 1783 'browser/net/url_request_tracking.h',
1784 'browser/net/websocket_experiment/websocket_experiment_task.cc',
1785 'browser/net/websocket_experiment/websocket_experiment_task.h',
1784 'browser/notifications/balloons.h', 1786 'browser/notifications/balloons.h',
1785 'browser/notifications/desktop_notification_service.cc', 1787 'browser/notifications/desktop_notification_service.cc',
1786 'browser/notifications/desktop_notification_service.h', 1788 'browser/notifications/desktop_notification_service.h',
1787 'browser/notifications/desktop_notification_service_linux.cc', 1789 'browser/notifications/desktop_notification_service_linux.cc',
1788 'browser/notifications/desktop_notification_service_mac.mm', 1790 'browser/notifications/desktop_notification_service_mac.mm',
1789 'browser/notifications/desktop_notification_service_win.cc', 1791 'browser/notifications/desktop_notification_service_win.cc',
1790 'browser/notifications/notification.h', 1792 'browser/notifications/notification.h',
1791 'browser/notifications/notification_object_proxy.cc', 1793 'browser/notifications/notification_object_proxy.cc',
1792 'browser/notifications/notification_object_proxy.h', 1794 'browser/notifications/notification_object_proxy.h',
1793 'browser/notifications/notifications_prefs_cache.cc', 1795 'browser/notifications/notifications_prefs_cache.cc',
(...skipping 5159 matching lines...) Expand 10 before | Expand all | Expand 10 after
6953 ] 6955 ]
6954 }], 6956 }],
6955 ], # 'conditions' 6957 ], # 'conditions'
6956 } 6958 }
6957 6959
6958 # Local Variables: 6960 # Local Variables:
6959 # tab-width:2 6961 # tab-width:2
6960 # indent-tabs-mode:nil 6962 # indent-tabs-mode:nil
6961 # End: 6963 # End:
6962 # vim: set expandtab tabstop=2 shiftwidth=2: 6964 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/net/websocket_experiment/websocket_experiment_task.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698