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

Side by Side Diff: components/components_tests.gyp

Issue 1547273003: Set trusted SPDY proxy dynamically on per-profile basis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added net/base/test_proxy_delegate.{h,cc} Created 4 years, 10 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'data_reduction_proxy/content/browser/content_lofi_decider_unittest.cc', 136 'data_reduction_proxy/content/browser/content_lofi_decider_unittest.cc',
137 'data_reduction_proxy/content/browser/content_lofi_ui_service_unittest.cc' , 137 'data_reduction_proxy/content/browser/content_lofi_ui_service_unittest.cc' ,
138 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_ unittest.cc', 138 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_ unittest.cc',
139 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_un ittest.cc', 139 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_un ittest.cc',
140 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unitt est.cc', 140 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unitt est.cc',
141 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_ unittest.cc', 141 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_ unittest.cc',
142 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval_p arams_unittest.cc', 142 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval_p arams_unittest.cc',
143 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_cli ent_unittest.cc', 143 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_cli ent_unittest.cc',
144 'data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc ', 144 'data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc ',
145 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt est.cc', 145 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt est.cc',
146 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest. cc',
146 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats_ unittest.cc', 147 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats_ unittest.cc',
147 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc', 148 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc',
148 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c c', 149 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c c',
149 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.c c', 150 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.c c',
150 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_val ues_unittest.cc', 151 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_val ues_unittest.cc',
151 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_u nittest.cc', 152 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_u nittest.cc',
152 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc' , 153 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc' ,
153 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un ittest.cc', 154 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un ittest.cc',
154 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest. cc', 155 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest. cc',
155 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u nittest.cc', 156 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u nittest.cc',
(...skipping 1732 matching lines...) Expand 10 before | Expand all | Expand 10 after
1888 'dependencies': [ 1889 'dependencies': [
1889 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1890 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1890 ], 1891 ],
1891 }], 1892 }],
1892 ], 1893 ],
1893 }, 1894 },
1894 ], 1895 ],
1895 }], 1896 }],
1896 ], 1897 ],
1897 } 1898 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698