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

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: rebase, make requested changes 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
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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'dom_distiller/core/dom_distiller_store_unittest.cc', 176 'dom_distiller/core/dom_distiller_store_unittest.cc',
177 'dom_distiller/core/page_features_unittest.cc', 177 'dom_distiller/core/page_features_unittest.cc',
178 'dom_distiller/core/task_tracker_unittest.cc', 178 'dom_distiller/core/task_tracker_unittest.cc',
179 'dom_distiller/core/url_utils_unittest.cc', 179 'dom_distiller/core/url_utils_unittest.cc',
180 'dom_distiller/core/viewer_unittest.cc', 180 'dom_distiller/core/viewer_unittest.cc',
181 ], 181 ],
182 'domain_reliability_unittest_sources': [ 182 'domain_reliability_unittest_sources': [
183 'domain_reliability/config_unittest.cc', 183 'domain_reliability/config_unittest.cc',
184 'domain_reliability/context_unittest.cc', 184 'domain_reliability/context_unittest.cc',
185 'domain_reliability/dispatcher_unittest.cc', 185 'domain_reliability/dispatcher_unittest.cc',
186 'domain_reliability/google_configs_unittest.cc',
186 'domain_reliability/monitor_unittest.cc', 187 'domain_reliability/monitor_unittest.cc',
187 'domain_reliability/scheduler_unittest.cc', 188 'domain_reliability/scheduler_unittest.cc',
188 'domain_reliability/test_util.cc', 189 'domain_reliability/test_util.cc',
189 'domain_reliability/test_util.h', 190 'domain_reliability/test_util.h',
190 'domain_reliability/uploader_unittest.cc', 191 'domain_reliability/uploader_unittest.cc',
191 'domain_reliability/util_unittest.cc', 192 'domain_reliability/util_unittest.cc',
192 ], 193 ],
193 'favicon_base_unittest_sources': [ 194 'favicon_base_unittest_sources': [
194 'favicon_base/fallback_icon_url_parser_unittest.cc', 195 'favicon_base/fallback_icon_url_parser_unittest.cc',
195 'favicon_base/favicon_url_parser_unittest.cc', 196 'favicon_base/favicon_url_parser_unittest.cc',
(...skipping 1595 matching lines...) Expand 10 before | Expand all | Expand 10 after
1791 'dependencies': [ 1792 'dependencies': [
1792 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1793 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1793 ], 1794 ],
1794 }], 1795 }],
1795 ], 1796 ],
1796 }, 1797 },
1797 ], 1798 ],
1798 }], 1799 }],
1799 ], 1800 ],
1800 } 1801 }
OLDNEW
« no previous file with comments | « no previous file | components/domain_reliability.gypi » ('j') | components/domain_reliability/bake_in_configs.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698