Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Variables
perf_skottiewasm_lottieweb Namespace Reference

Variables

str PYTHON_VERSION_COMPATIBILITY = "PY3"
 
list DEPS
 
list LOTTIE_WEB_EXCLUDE
 

Variable Documentation

◆ DEPS

list perf_skottiewasm_lottieweb.DEPS
Initial value:
1= [
2 'flavor',
3 'checkout',
4 'env',
5 'infra',
6 'recipe_engine/context',
7 'recipe_engine/file',
8 'recipe_engine/json',
9 'recipe_engine/path',
10 'recipe_engine/properties',
11 'recipe_engine/step',
12 'recipe_engine/time',
13 'run',
14 'vars',
15]

Definition at line 14 of file perf_skottiewasm_lottieweb.py.

◆ LOTTIE_WEB_EXCLUDE

list perf_skottiewasm_lottieweb.LOTTIE_WEB_EXCLUDE
Initial value:
1= [
2 # See https://bugs.chromium.org/p/skia/issues/detail?id=9187#c4
3 'lottiefiles.com - Progress Success.json',
4 # Fails with "val2 is not defined".
5 'lottiefiles.com - VR.json',
6 'vr_animation.json',
7 # Times out.
8 'lottiefiles.com - Nudge.json',
9 'lottiefiles.com - Retweet.json',
10 # Trace file has majority main_frame_aborted terminations in it and < 25
11 # occurrences of submitted_frame + missed_frame.
12 # Static scenes (nothing animating)
13 'mask1.json',
14 'mask2.json',
15 'stacking.json',
16]

Definition at line 30 of file perf_skottiewasm_lottieweb.py.

◆ PYTHON_VERSION_COMPATIBILITY

str perf_skottiewasm_lottieweb.PYTHON_VERSION_COMPATIBILITY = "PY3"

Definition at line 11 of file perf_skottiewasm_lottieweb.py.