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

Side by Side Diff: components/components_tests.gyp

Issue 2025443002: Refactoring data reduction proxy some methods to common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing nits Created 4 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
« no previous file with comments | « no previous file | components/data_reduction_proxy.gypi » ('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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc', 158 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc',
159 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c c', 159 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c c',
160 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.c c', 160 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.c c',
161 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_val ues_unittest.cc', 161 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_val ues_unittest.cc',
162 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_u nittest.cc', 162 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_u nittest.cc',
163 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc' , 163 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc' ,
164 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un ittest.cc', 164 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un ittest.cc',
165 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest. cc', 165 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest. cc',
166 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u nittest.cc', 166 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u nittest.cc',
167 'data_reduction_proxy/core/browser/data_usage_store_unittest.cc', 167 'data_reduction_proxy/core/browser/data_usage_store_unittest.cc',
168 'data_reduction_proxy/core/common/data_reduction_proxy_client_config_parse r_unittest.cc',
169 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes t.cc', 168 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes t.cc',
170 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ', 169 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ',
171 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc' , 170 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc' ,
171 'data_reduction_proxy/core/common/data_reduction_proxy_util_unittest.cc',
172 ], 172 ],
173 'data_usage_unittest_sources': [ 173 'data_usage_unittest_sources': [
174 'data_usage/core/data_use_aggregator_unittest.cc', 174 'data_usage/core/data_use_aggregator_unittest.cc',
175 ], 175 ],
176 'device_event_log_unittest_sources': [ 176 'device_event_log_unittest_sources': [
177 'device_event_log/device_event_log_impl_unittest.cc', 177 'device_event_log/device_event_log_impl_unittest.cc',
178 ], 178 ],
179 'devtools_http_handler_unittest_sources': [ 179 'devtools_http_handler_unittest_sources': [
180 'devtools_http_handler/devtools_http_handler_unittest.cc', 180 'devtools_http_handler/devtools_http_handler_unittest.cc',
181 ], 181 ],
(...skipping 1768 matching lines...) Expand 10 before | Expand all | Expand 10 after
1950 'dependencies': [ 1950 'dependencies': [
1951 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1951 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1952 ], 1952 ],
1953 }], 1953 }],
1954 ], 1954 ],
1955 }, 1955 },
1956 ], 1956 ],
1957 }], 1957 }],
1958 ], 1958 ],
1959 } 1959 }
OLDNEW
« no previous file with comments | « no previous file | components/data_reduction_proxy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698