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

Side by Side Diff: components/components_tests.gyp

Issue 1345523005: Added command line flag to override list of proxies from Data Saver API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased on master Created 5 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
« no previous file with comments | « no previous file | 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unitt est.cc', 131 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unitt est.cc',
132 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_ unittest.cc', 132 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_ unittest.cc',
133 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval_p arams_unittest.cc', 133 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval_p arams_unittest.cc',
134 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_cli ent_unittest.cc', 134 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_cli ent_unittest.cc',
135 'data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc ', 135 'data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc ',
136 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt est.cc', 136 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt est.cc',
137 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats_ unittest.cc', 137 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats_ unittest.cc',
138 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc', 138 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc',
139 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c c', 139 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c c',
140 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.c c', 140 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.c c',
141 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_val ues_unittest.cc',
141 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_u nittest.cc', 142 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_u nittest.cc',
142 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc' , 143 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc' ,
143 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un ittest.cc', 144 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un ittest.cc',
144 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest. cc', 145 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest. cc',
145 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u nittest.cc', 146 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u nittest.cc',
146 'data_reduction_proxy/core/browser/data_usage_store_unittest.cc', 147 'data_reduction_proxy/core/browser/data_usage_store_unittest.cc',
147 'data_reduction_proxy/core/common/data_reduction_proxy_client_config_parse r_unittest.cc', 148 'data_reduction_proxy/core/common/data_reduction_proxy_client_config_parse r_unittest.cc',
148 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes t.cc', 149 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes t.cc',
149 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ', 150 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ',
150 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc' , 151 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc' ,
(...skipping 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1717 'dependencies': [ 1718 'dependencies': [
1718 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1719 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1719 ], 1720 ],
1720 }], 1721 }],
1721 ], 1722 ],
1722 }, 1723 },
1723 ], 1724 ],
1724 }], 1725 }],
1725 ], 1726 ],
1726 } 1727 }
OLDNEW
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698