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

Side by Side Diff: components/components_tests.gyp

Issue 1042053003: Add calculation of derived features for distillable page model (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 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
« no previous file with comments | « no previous file | components/dom_distiller.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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 131 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
132 'dom_distiller/content/web_contents_main_frame_observer_unittest.cc', 132 'dom_distiller/content/web_contents_main_frame_observer_unittest.cc',
133 'dom_distiller/core/article_entry_unittest.cc', 133 'dom_distiller/core/article_entry_unittest.cc',
134 'dom_distiller/core/distilled_content_store_unittest.cc', 134 'dom_distiller/core/distilled_content_store_unittest.cc',
135 'dom_distiller/core/distilled_page_prefs_unittests.cc', 135 'dom_distiller/core/distilled_page_prefs_unittests.cc',
136 'dom_distiller/core/distiller_unittest.cc', 136 'dom_distiller/core/distiller_unittest.cc',
137 'dom_distiller/core/distiller_url_fetcher_unittest.cc', 137 'dom_distiller/core/distiller_url_fetcher_unittest.cc',
138 'dom_distiller/core/dom_distiller_model_unittest.cc', 138 'dom_distiller/core/dom_distiller_model_unittest.cc',
139 'dom_distiller/core/dom_distiller_service_unittest.cc', 139 'dom_distiller/core/dom_distiller_service_unittest.cc',
140 'dom_distiller/core/dom_distiller_store_unittest.cc', 140 'dom_distiller/core/dom_distiller_store_unittest.cc',
141 'dom_distiller/core/page_features_unittest.cc',
141 'dom_distiller/core/task_tracker_unittest.cc', 142 'dom_distiller/core/task_tracker_unittest.cc',
142 'dom_distiller/core/url_utils_unittest.cc', 143 'dom_distiller/core/url_utils_unittest.cc',
143 'dom_distiller/core/viewer_unittest.cc', 144 'dom_distiller/core/viewer_unittest.cc',
144 ], 145 ],
145 'domain_reliability_unittest_sources': [ 146 'domain_reliability_unittest_sources': [
146 'domain_reliability/config_unittest.cc', 147 'domain_reliability/config_unittest.cc',
147 'domain_reliability/context_unittest.cc', 148 'domain_reliability/context_unittest.cc',
148 'domain_reliability/dispatcher_unittest.cc', 149 'domain_reliability/dispatcher_unittest.cc',
149 'domain_reliability/monitor_unittest.cc', 150 'domain_reliability/monitor_unittest.cc',
150 'domain_reliability/scheduler_unittest.cc', 151 'domain_reliability/scheduler_unittest.cc',
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1246 'dependencies': [ 1247 'dependencies': [
1247 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1248 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1248 ], 1249 ],
1249 }], 1250 }],
1250 ], 1251 ],
1251 }, 1252 },
1252 ], 1253 ],
1253 }], 1254 }],
1254 ], 1255 ],
1255 } 1256 }
OLDNEW
« no previous file with comments | « no previous file | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698