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

Side by Side Diff: components/components_tests.gyp

Issue 1017853003: Add ClientConfig proto, and JSON generation/parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit test failure Created 5 years, 9 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
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 ], 95 ],
96 'crash_unittest_sources': [ 96 'crash_unittest_sources': [
97 'crash/app/crash_keys_win_unittest.cc', 97 'crash/app/crash_keys_win_unittest.cc',
98 ], 98 ],
99 'crx_file_unittest_sources': [ 99 'crx_file_unittest_sources': [
100 'crx_file/id_util_unittest.cc', 100 'crx_file/id_util_unittest.cc',
101 ], 101 ],
102 'data_reduction_proxy_unittest_sources': [ 102 'data_reduction_proxy_unittest_sources': [
103 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_ unittest.cc', 103 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_ unittest.cc',
104 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_un ittest.cc', 104 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_un ittest.cc',
105 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_cli ent_unittest.cc',
105 'data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc ', 106 'data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc ',
106 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt est.cc', 107 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt est.cc',
107 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc', 108 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc',
108 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c c', 109 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c c',
109 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.c c', 110 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.c c',
110 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_u nittest.cc', 111 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_u nittest.cc',
111 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc' , 112 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc' ,
112 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un ittest.cc', 113 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un ittest.cc',
113 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest. cc', 114 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest. cc',
114 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs_u nittest.cc', 115 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs_u nittest.cc',
115 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u nittest.cc', 116 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u nittest.cc',
116 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unitte st.cc', 117 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unitte st.cc',
118 'data_reduction_proxy/core/common/client_config_parser_unittest.cc',
117 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes t.cc', 119 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes t.cc',
118 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ', 120 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ',
119 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc' , 121 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc' ,
120 ], 122 ],
121 'device_event_log_unittest_sources': [ 123 'device_event_log_unittest_sources': [
122 'device_event_log/device_event_log_impl_unittest.cc', 124 'device_event_log/device_event_log_impl_unittest.cc',
123 ], 125 ],
124 'dom_distiller_unittest_sources': [ 126 'dom_distiller_unittest_sources': [
125 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 127 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
126 'dom_distiller/content/web_contents_main_frame_observer_unittest.cc', 128 'dom_distiller/content/web_contents_main_frame_observer_unittest.cc',
(...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 'dependencies': [ 1237 'dependencies': [
1236 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1238 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1237 ], 1239 ],
1238 }], 1240 }],
1239 ], 1241 ],
1240 }, 1242 },
1241 ], 1243 ],
1242 }], 1244 }],
1243 ], 1245 ],
1244 } 1246 }
OLDNEW
« no previous file with comments | « no previous file | components/data_reduction_proxy.gypi » ('j') | components/data_reduction_proxy.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698