diff options
author | alancutter@chromium.org <alancutter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-14 11:16:58 +0000 |
---|---|---|
committer | alancutter@chromium.org <alancutter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-14 11:16:58 +0000 |
commit | f0dd667e100aa8fdf28e6a2716a80aaf7af4f79e (patch) | |
tree | 89d414a3f78e59754161f61ef53eea746dbf9110 /android_webview | |
parent | 6a09a5ae1a910ce9b12a086484b52dc310399615 (diff) | |
download | chromium_src-f0dd667e100aa8fdf28e6a2716a80aaf7af4f79e.zip chromium_src-f0dd667e100aa8fdf28e6a2716a80aaf7af4f79e.tar.gz chromium_src-f0dd667e100aa8fdf28e6a2716a80aaf7af4f79e.tar.bz2 |
Port blink_perf animation tests over as tough_animation_cases
Currently the blink_perf animation tests rely on Javascript to measure
frame rates. This is not ideal and can give very inaccurate results for
animations that run on the compositor.
This patch copies the animation perf tests to src/ as smoothness tests
for more accurate reading and more detailed analysis.
BUG=305509
Review URL: https://codereview.chromium.org/105033004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244668 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rwxr-xr-x | android_webview/tools/webview_licenses.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py index 1c0d80e..4d86584 100755 --- a/android_webview/tools/webview_licenses.py +++ b/android_webview/tools/webview_licenses.py @@ -115,6 +115,7 @@ def _CheckLicenseHeaders(excluded_dirs_list, whitelisted_files): excluded_dirs_list.append('data/dom_perf') # This is a tests directory that doesn't exist in the shipped product. excluded_dirs_list.append('tools/perf/page_sets') + excluded_dirs_list.append('tools/perf/page_sets/tough_animation_cases') # Histogram tools, doesn't exist in the snapshot excluded_dirs_list.append('tools/histograms') # Swarming tools, doesn't exist in the snapshot |