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

Side by Side Diff: components/components_tests.gyp

Issue 2063683002: Migrate components/data_reduction_proxy to Mojo interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trybots failure 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
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'crash/content/app/crash_keys_win_unittest.cc', 147 'crash/content/app/crash_keys_win_unittest.cc',
148 'crash/core/common/crash_keys_unittest.cc', 148 'crash/core/common/crash_keys_unittest.cc',
149 'crash/core/common/objc_zombie_unittest.mm', 149 'crash/core/common/objc_zombie_unittest.mm',
150 ], 150 ],
151 'crx_file_unittest_sources': [ 151 'crx_file_unittest_sources': [
152 'crx_file/id_util_unittest.cc', 152 'crx_file/id_util_unittest.cc',
153 ], 153 ],
154 'data_reduction_proxy_unittest_sources': [ 154 'data_reduction_proxy_unittest_sources': [
155 'data_reduction_proxy/content/browser/content_lofi_decider_unittest.cc', 155 'data_reduction_proxy/content/browser/content_lofi_decider_unittest.cc',
156 'data_reduction_proxy/content/browser/content_lofi_ui_service_unittest.cc' , 156 'data_reduction_proxy/content/browser/content_lofi_ui_service_unittest.cc' ,
157 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_ unittest.cc', 157 'data_reduction_proxy/content/browser/data_reduction_proxy_host_impl_unitt est.cc',
158 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_un ittest.cc', 158 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_un ittest.cc',
159 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unitt est.cc', 159 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unitt est.cc',
160 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_ unittest.cc', 160 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_ unittest.cc',
161 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_cli ent_unittest.cc', 161 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_cli ent_unittest.cc',
162 'data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc ', 162 'data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc ',
163 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt est.cc', 163 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt est.cc',
164 'data_reduction_proxy/core/browser/data_reduction_proxy_data_unittest.cc', 164 'data_reduction_proxy/core/browser/data_reduction_proxy_data_unittest.cc',
165 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest. cc', 165 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest. cc',
166 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc', 166 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc',
167 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c c', 167 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c c',
(...skipping 1842 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 'dependencies': [ 2010 'dependencies': [
2011 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2011 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2012 ], 2012 ],
2013 }], 2013 }],
2014 ], 2014 ],
2015 }, 2015 },
2016 ], 2016 ],
2017 }], 2017 }],
2018 ], 2018 ],
2019 } 2019 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698