diff options
author | mdjones <mdjones@chromium.org> | 2015-05-28 14:06:21 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-28 21:06:49 +0000 |
commit | efe2ac1d3e1650a1cec652566542ac492eafedb3 (patch) | |
tree | bcb33f1a4548c8816931eb5a15eabba4730a4d5a /components/components_tests.gyp | |
parent | 22afe87604125f26beafa2bf04d7542f5275e66b (diff) | |
download | chromium_src-efe2ac1d3e1650a1cec652566542ac492eafedb3.zip chromium_src-efe2ac1d3e1650a1cec652566542ac492eafedb3.tar.gz chromium_src-efe2ac1d3e1650a1cec652566542ac492eafedb3.tar.bz2 |
Show template before distiller finishes
This change allows content to be shown on the page prior to the
distillation of the first page of an article having completed.
The template HTML and the loading animation will show while the
distillation completes.
BUG=
Review URL: https://codereview.chromium.org/1130703003
Cr-Commit-Position: refs/heads/master@{#331852}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r-- | components/components_tests.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp index 799a988..d8e492d 100644 --- a/components/components_tests.gyp +++ b/components/components_tests.gyp @@ -150,6 +150,7 @@ 'dom_distiller/core/distiller_url_fetcher_unittest.cc', 'dom_distiller/core/dom_distiller_model_unittest.cc', 'dom_distiller/core/dom_distiller_service_unittest.cc', + 'dom_distiller/core/dom_distiller_request_view_base_unittest.cc', 'dom_distiller/core/dom_distiller_store_unittest.cc', 'dom_distiller/core/page_features_unittest.cc', 'dom_distiller/core/task_tracker_unittest.cc', |