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

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: Calculate paths correctly 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
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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 128 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
129 'dom_distiller/content/web_contents_main_frame_observer_unittest.cc', 129 'dom_distiller/content/web_contents_main_frame_observer_unittest.cc',
130 'dom_distiller/core/article_entry_unittest.cc', 130 'dom_distiller/core/article_entry_unittest.cc',
131 'dom_distiller/core/distilled_content_store_unittest.cc', 131 'dom_distiller/core/distilled_content_store_unittest.cc',
132 'dom_distiller/core/distilled_page_prefs_unittests.cc', 132 'dom_distiller/core/distilled_page_prefs_unittests.cc',
133 'dom_distiller/core/distiller_unittest.cc', 133 'dom_distiller/core/distiller_unittest.cc',
134 'dom_distiller/core/distiller_url_fetcher_unittest.cc', 134 'dom_distiller/core/distiller_url_fetcher_unittest.cc',
135 'dom_distiller/core/dom_distiller_model_unittest.cc', 135 'dom_distiller/core/dom_distiller_model_unittest.cc',
136 'dom_distiller/core/dom_distiller_service_unittest.cc', 136 'dom_distiller/core/dom_distiller_service_unittest.cc',
137 'dom_distiller/core/dom_distiller_store_unittest.cc', 137 'dom_distiller/core/dom_distiller_store_unittest.cc',
138 'dom_distiller/core/page_features_unittest.cc',
138 'dom_distiller/core/task_tracker_unittest.cc', 139 'dom_distiller/core/task_tracker_unittest.cc',
139 'dom_distiller/core/url_utils_unittest.cc', 140 'dom_distiller/core/url_utils_unittest.cc',
140 'dom_distiller/core/viewer_unittest.cc', 141 'dom_distiller/core/viewer_unittest.cc',
141 ], 142 ],
142 'domain_reliability_unittest_sources': [ 143 'domain_reliability_unittest_sources': [
143 'domain_reliability/config_unittest.cc', 144 'domain_reliability/config_unittest.cc',
144 'domain_reliability/context_unittest.cc', 145 'domain_reliability/context_unittest.cc',
145 'domain_reliability/dispatcher_unittest.cc', 146 'domain_reliability/dispatcher_unittest.cc',
146 'domain_reliability/monitor_unittest.cc', 147 'domain_reliability/monitor_unittest.cc',
147 'domain_reliability/scheduler_unittest.cc', 148 'domain_reliability/scheduler_unittest.cc',
(...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 'dependencies': [ 1242 'dependencies': [
1242 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1243 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1243 ], 1244 ],
1244 }], 1245 }],
1245 ], 1246 ],
1246 }, 1247 },
1247 ], 1248 ],
1248 }], 1249 }],
1249 ], 1250 ],
1250 } 1251 }
OLDNEW
« no previous file with comments | « no previous file | components/dom_distiller.gypi » ('j') | components/dom_distiller/core/page_features.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698