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

Side by Side Diff: components/components_tests.gyp

Issue 1173343009: LevelDB storage for data reduction proxy to store data usage stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove wrong const Created 5 years, 5 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt est.cc', 123 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt est.cc',
124 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats_ unittest.cc', 124 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats_ unittest.cc',
125 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc', 125 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc',
126 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c c', 126 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c c',
127 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.c c', 127 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.c c',
128 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_u nittest.cc', 128 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_u nittest.cc',
129 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc' , 129 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc' ,
130 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un ittest.cc', 130 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un ittest.cc',
131 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest. cc', 131 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest. cc',
132 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u nittest.cc', 132 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u nittest.cc',
133 'data_reduction_proxy/core/browser/data_usage_store_unittest.cc',
133 'data_reduction_proxy/core/common/data_reduction_proxy_client_config_parse r_unittest.cc', 134 'data_reduction_proxy/core/common/data_reduction_proxy_client_config_parse r_unittest.cc',
134 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes t.cc', 135 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes t.cc',
135 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ', 136 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ',
136 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc' , 137 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc' ,
137 ], 138 ],
138 'device_event_log_unittest_sources': [ 139 'device_event_log_unittest_sources': [
139 'device_event_log/device_event_log_impl_unittest.cc', 140 'device_event_log/device_event_log_impl_unittest.cc',
140 ], 141 ],
141 'devtools_http_handler_unittest_sources': [ 142 'devtools_http_handler_unittest_sources': [
142 'devtools_http_handler/devtools_http_handler_unittest.cc', 143 'devtools_http_handler/devtools_http_handler_unittest.cc',
(...skipping 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after
1498 ], 1499 ],
1499 'variables': { 1500 'variables': {
1500 'test_suite_name': 'components_unittests', 1501 'test_suite_name': 'components_unittests',
1501 }, 1502 },
1502 'includes': [ '../build/apk_test.gypi' ], 1503 'includes': [ '../build/apk_test.gypi' ],
1503 }, 1504 },
1504 ], 1505 ],
1505 }], 1506 }],
1506 ], 1507 ],
1507 } 1508 }
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