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

Side by Side Diff: components/components_tests.gyp

Issue 1180223006: Domain Reliability: Simplify configs and reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix memory leak in unittests Created 5 years, 1 month 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/domain_reliability.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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'dom_distiller/core/dom_distiller_store_unittest.cc', 179 'dom_distiller/core/dom_distiller_store_unittest.cc',
180 'dom_distiller/core/page_features_unittest.cc', 180 'dom_distiller/core/page_features_unittest.cc',
181 'dom_distiller/core/task_tracker_unittest.cc', 181 'dom_distiller/core/task_tracker_unittest.cc',
182 'dom_distiller/core/url_utils_unittest.cc', 182 'dom_distiller/core/url_utils_unittest.cc',
183 'dom_distiller/core/viewer_unittest.cc', 183 'dom_distiller/core/viewer_unittest.cc',
184 ], 184 ],
185 'domain_reliability_unittest_sources': [ 185 'domain_reliability_unittest_sources': [
186 'domain_reliability/config_unittest.cc', 186 'domain_reliability/config_unittest.cc',
187 'domain_reliability/context_unittest.cc', 187 'domain_reliability/context_unittest.cc',
188 'domain_reliability/dispatcher_unittest.cc', 188 'domain_reliability/dispatcher_unittest.cc',
189 'domain_reliability/google_configs_unittest.cc',
189 'domain_reliability/monitor_unittest.cc', 190 'domain_reliability/monitor_unittest.cc',
190 'domain_reliability/scheduler_unittest.cc', 191 'domain_reliability/scheduler_unittest.cc',
191 'domain_reliability/test_util.cc', 192 'domain_reliability/test_util.cc',
192 'domain_reliability/test_util.h', 193 'domain_reliability/test_util.h',
193 'domain_reliability/uploader_unittest.cc', 194 'domain_reliability/uploader_unittest.cc',
194 'domain_reliability/util_unittest.cc', 195 'domain_reliability/util_unittest.cc',
195 ], 196 ],
196 'favicon_base_unittest_sources': [ 197 'favicon_base_unittest_sources': [
197 'favicon_base/fallback_icon_url_parser_unittest.cc', 198 'favicon_base/fallback_icon_url_parser_unittest.cc',
198 'favicon_base/favicon_url_parser_unittest.cc', 199 'favicon_base/favicon_url_parser_unittest.cc',
(...skipping 1644 matching lines...) Expand 10 before | Expand all | Expand 10 after
1843 'dependencies': [ 1844 'dependencies': [
1844 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1845 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1845 ], 1846 ],
1846 }], 1847 }],
1847 ], 1848 ],
1848 }, 1849 },
1849 ], 1850 ],
1850 }], 1851 }],
1851 ], 1852 ],
1852 } 1853 }
OLDNEW
« no previous file with comments | « no previous file | components/domain_reliability.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698