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

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: Add new configs Created 5 years, 2 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'dom_distiller/core/dom_distiller_store_unittest.cc', 174 'dom_distiller/core/dom_distiller_store_unittest.cc',
175 'dom_distiller/core/page_features_unittest.cc', 175 'dom_distiller/core/page_features_unittest.cc',
176 'dom_distiller/core/task_tracker_unittest.cc', 176 'dom_distiller/core/task_tracker_unittest.cc',
177 'dom_distiller/core/url_utils_unittest.cc', 177 'dom_distiller/core/url_utils_unittest.cc',
178 'dom_distiller/core/viewer_unittest.cc', 178 'dom_distiller/core/viewer_unittest.cc',
179 ], 179 ],
180 'domain_reliability_unittest_sources': [ 180 'domain_reliability_unittest_sources': [
181 'domain_reliability/config_unittest.cc', 181 'domain_reliability/config_unittest.cc',
182 'domain_reliability/context_unittest.cc', 182 'domain_reliability/context_unittest.cc',
183 'domain_reliability/dispatcher_unittest.cc', 183 'domain_reliability/dispatcher_unittest.cc',
184 'domain_reliability/google_configs_unittest.cc',
184 'domain_reliability/monitor_unittest.cc', 185 'domain_reliability/monitor_unittest.cc',
185 'domain_reliability/scheduler_unittest.cc', 186 'domain_reliability/scheduler_unittest.cc',
186 'domain_reliability/test_util.cc', 187 'domain_reliability/test_util.cc',
187 'domain_reliability/test_util.h', 188 'domain_reliability/test_util.h',
188 'domain_reliability/uploader_unittest.cc', 189 'domain_reliability/uploader_unittest.cc',
189 'domain_reliability/util_unittest.cc', 190 'domain_reliability/util_unittest.cc',
190 ], 191 ],
191 'favicon_base_unittest_sources': [ 192 'favicon_base_unittest_sources': [
192 'favicon_base/fallback_icon_url_parser_unittest.cc', 193 'favicon_base/fallback_icon_url_parser_unittest.cc',
193 'favicon_base/favicon_url_parser_unittest.cc', 194 'favicon_base/favicon_url_parser_unittest.cc',
(...skipping 1541 matching lines...) Expand 10 before | Expand all | Expand 10 after
1735 'dependencies': [ 1736 'dependencies': [
1736 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1737 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1737 ], 1738 ],
1738 }], 1739 }],
1739 ], 1740 ],
1740 }, 1741 },
1741 ], 1742 ],
1742 }], 1743 }],
1743 ], 1744 ],
1744 } 1745 }
OLDNEW
« no previous file with comments | « no previous file | components/domain_reliability.gypi » ('j') | components/domain_reliability/beacon.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698