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

Side by Side Diff: net/net.gyp

Issue 10310179: Track sources of proxy settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add bits to ProxyInfo for communicating proxy bypass. Created 8 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | net/proxy/proxy_config.h » ('j') | net/proxy/proxy_config_source.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 'proxy/proxy_config_service_android.cc', 556 'proxy/proxy_config_service_android.cc',
557 'proxy/proxy_config_service_android.h', 557 'proxy/proxy_config_service_android.h',
558 'proxy/proxy_config_service_fixed.cc', 558 'proxy/proxy_config_service_fixed.cc',
559 'proxy/proxy_config_service_fixed.h', 559 'proxy/proxy_config_service_fixed.h',
560 'proxy/proxy_config_service_linux.cc', 560 'proxy/proxy_config_service_linux.cc',
561 'proxy/proxy_config_service_linux.h', 561 'proxy/proxy_config_service_linux.h',
562 'proxy/proxy_config_service_mac.cc', 562 'proxy/proxy_config_service_mac.cc',
563 'proxy/proxy_config_service_mac.h', 563 'proxy/proxy_config_service_mac.h',
564 'proxy/proxy_config_service_win.cc', 564 'proxy/proxy_config_service_win.cc',
565 'proxy/proxy_config_service_win.h', 565 'proxy/proxy_config_service_win.h',
566 'proxy/proxy_config_source.cc',
567 'proxy/proxy_config_source.h',
566 'proxy/proxy_info.cc', 568 'proxy/proxy_info.cc',
567 'proxy/proxy_info.h', 569 'proxy/proxy_info.h',
568 'proxy/proxy_list.cc', 570 'proxy/proxy_list.cc',
569 'proxy/proxy_list.h', 571 'proxy/proxy_list.h',
570 'proxy/proxy_resolver.h', 572 'proxy/proxy_resolver.h',
571 'proxy/proxy_resolver_error_observer.h', 573 'proxy/proxy_resolver_error_observer.h',
572 'proxy/proxy_resolver_js_bindings.cc', 574 'proxy/proxy_resolver_js_bindings.cc',
573 'proxy/proxy_resolver_js_bindings.h', 575 'proxy/proxy_resolver_js_bindings.h',
574 'proxy/proxy_resolver_mac.cc', 576 'proxy/proxy_resolver_mac.cc',
575 'proxy/proxy_resolver_mac.h', 577 'proxy/proxy_resolver_mac.h',
(...skipping 1339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1915 'tools/dump_cache/url_to_filename_encoder.cc', 1917 'tools/dump_cache/url_to_filename_encoder.cc',
1916 'tools/dump_cache/url_to_filename_encoder.h', 1918 'tools/dump_cache/url_to_filename_encoder.h',
1917 'tools/dump_cache/url_utilities.h', 1919 'tools/dump_cache/url_utilities.h',
1918 'tools/dump_cache/url_utilities.cc', 1920 'tools/dump_cache/url_utilities.cc',
1919 ], 1921 ],
1920 }, 1922 },
1921 ], 1923 ],
1922 }], 1924 }],
1923 ], 1925 ],
1924 } 1926 }
OLDNEW
« no previous file with comments | « no previous file | net/proxy/proxy_config.h » ('j') | net/proxy/proxy_config_source.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698