Move animation_test_helper.h/cc to animation_test_helpers.h/cc
The basename suffix '_test_helpers' (with an 's' at the end) gets special treatment by audit_non_blink_usage.py: like other test code, it's exempt from the audit. This came up when trying to use the css_test_helpers namespace in a new animation_test_helper.h/cc util, which was frowned upon by audit_non_blink_usage.py. This CL also wraps the functions in a animation_test_helpers namespace. This is just something I recommend, and not strictly required. (It makes it less risky and more acceptable to add new helpers with "common" names, like CreateAnimation). Change-Id: I627fa6987c5dfad9b7c1d1452de10b07ee9b8ac2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391221Reviewed-by:Kevin Ellis <kevers@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#804336}
Showing
Please register or sign in to comment