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

Side by Side Diff: components/components_tests.gyp

Issue 1558553002: Lo-Fi snackbar should only be shown for the first q=low response of a page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unittest fix Created 4 years, 11 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'crash_unittest_sources': [ 129 'crash_unittest_sources': [
130 'crash/content/app/crash_keys_win_unittest.cc', 130 'crash/content/app/crash_keys_win_unittest.cc',
131 'crash/core/common/crash_keys_unittest.cc', 131 'crash/core/common/crash_keys_unittest.cc',
132 'crash/core/common/objc_zombie_unittest.mm', 132 'crash/core/common/objc_zombie_unittest.mm',
133 ], 133 ],
134 'crx_file_unittest_sources': [ 134 'crx_file_unittest_sources': [
135 'crx_file/id_util_unittest.cc', 135 'crx_file/id_util_unittest.cc',
136 ], 136 ],
137 'data_reduction_proxy_unittest_sources': [ 137 'data_reduction_proxy_unittest_sources': [
138 'data_reduction_proxy/content/browser/content_lofi_decider_unittest.cc', 138 'data_reduction_proxy/content/browser/content_lofi_decider_unittest.cc',
139 'data_reduction_proxy/content/browser/content_lofi_ui_service_unittest.cc' ,
139 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_ unittest.cc', 140 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_ unittest.cc',
140 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_un ittest.cc', 141 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_un ittest.cc',
141 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unitt est.cc', 142 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unitt est.cc',
142 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_ unittest.cc', 143 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_ unittest.cc',
143 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval_p arams_unittest.cc', 144 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval_p arams_unittest.cc',
144 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_cli ent_unittest.cc', 145 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_cli ent_unittest.cc',
145 'data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc ', 146 'data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc ',
146 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt est.cc', 147 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt est.cc',
147 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats_ unittest.cc', 148 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats_ unittest.cc',
148 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc', 149 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte st.cc',
(...skipping 1726 matching lines...) Expand 10 before | Expand all | Expand 10 after
1875 'dependencies': [ 1876 'dependencies': [
1876 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1877 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1877 ], 1878 ],
1878 }], 1879 }],
1879 ], 1880 ],
1880 }, 1881 },
1881 ], 1882 ],
1882 }], 1883 }],
1883 ], 1884 ],
1884 } 1885 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698