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

Side by Side Diff: components/components_tests.gyp

Issue 1130703003: Show template before distiller finishes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios-superclass
Patch Set: Fix flaky test Created 5 years, 6 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 | « chrome/browser/dom_distiller/tab_utils_browsertest.cc ('k') | 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 143 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
144 'dom_distiller/content/web_contents_main_frame_observer_unittest.cc', 144 'dom_distiller/content/web_contents_main_frame_observer_unittest.cc',
145 'dom_distiller/core/article_entry_unittest.cc', 145 'dom_distiller/core/article_entry_unittest.cc',
146 'dom_distiller/core/distillable_page_detector_unittest.cc', 146 'dom_distiller/core/distillable_page_detector_unittest.cc',
147 'dom_distiller/core/distilled_content_store_unittest.cc', 147 'dom_distiller/core/distilled_content_store_unittest.cc',
148 'dom_distiller/core/distilled_page_prefs_unittests.cc', 148 'dom_distiller/core/distilled_page_prefs_unittests.cc',
149 'dom_distiller/core/distiller_unittest.cc', 149 'dom_distiller/core/distiller_unittest.cc',
150 'dom_distiller/core/distiller_url_fetcher_unittest.cc', 150 'dom_distiller/core/distiller_url_fetcher_unittest.cc',
151 'dom_distiller/core/dom_distiller_model_unittest.cc', 151 'dom_distiller/core/dom_distiller_model_unittest.cc',
152 'dom_distiller/core/dom_distiller_service_unittest.cc', 152 'dom_distiller/core/dom_distiller_service_unittest.cc',
153 'dom_distiller/core/dom_distiller_request_view_base_unittest.cc',
153 'dom_distiller/core/dom_distiller_store_unittest.cc', 154 'dom_distiller/core/dom_distiller_store_unittest.cc',
154 'dom_distiller/core/page_features_unittest.cc', 155 'dom_distiller/core/page_features_unittest.cc',
155 'dom_distiller/core/task_tracker_unittest.cc', 156 'dom_distiller/core/task_tracker_unittest.cc',
156 'dom_distiller/core/url_utils_unittest.cc', 157 'dom_distiller/core/url_utils_unittest.cc',
157 'dom_distiller/core/viewer_unittest.cc', 158 'dom_distiller/core/viewer_unittest.cc',
158 ], 159 ],
159 'domain_reliability_unittest_sources': [ 160 'domain_reliability_unittest_sources': [
160 'domain_reliability/config_unittest.cc', 161 'domain_reliability/config_unittest.cc',
161 'domain_reliability/context_unittest.cc', 162 'domain_reliability/context_unittest.cc',
162 'domain_reliability/dispatcher_unittest.cc', 163 'domain_reliability/dispatcher_unittest.cc',
(...skipping 1290 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 ], 1454 ],
1454 'variables': { 1455 'variables': {
1455 'test_suite_name': 'components_unittests', 1456 'test_suite_name': 'components_unittests',
1456 }, 1457 },
1457 'includes': [ '../build/apk_test.gypi' ], 1458 'includes': [ '../build/apk_test.gypi' ],
1458 }, 1459 },
1459 ], 1460 ],
1460 }], 1461 }],
1461 ], 1462 ],
1462 } 1463 }
OLDNEW
« no previous file with comments | « chrome/browser/dom_distiller/tab_utils_browsertest.cc ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698