aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skp
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2015-04-28 08:27:19 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-28 08:27:19 -0700
commit77772f3ca36c3fb7f2195615cce2adac2be2fec6 (patch)
tree37c57063cc44d9988fc4c33162e01629e0433196 /tools/skp
parentdb3f8cdb5969dbdc65008b87ab90a0bfe33a406b (diff)
Update RecreateSKPs bot to also generate Slimming Paint SKPs with a separate prefix.
Will only be committed after I get the go head in skia:3763. BUG=skia:3763 NOTRY=true Review URL: https://codereview.chromium.org/1065503007
Diffstat (limited to 'tools/skp')
-rw-r--r--tools/skp/recreate_skps.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/skp/recreate_skps.py b/tools/skp/recreate_skps.py
index a2c24df560..ad3b38e2bf 100644
--- a/tools/skp/recreate_skps.py
+++ b/tools/skp/recreate_skps.py
@@ -64,6 +64,12 @@ def main(chrome_src_path, browser_executable):
try:
shell_utils.run(webpages_playback_cmd)
+ # Temporary change to enable Slimming Paint runs. See skia:3763.
+ webpages_playback_cmd.extend([
+ '--skp_prefix', 'sp_',
+ '--browser_extra_args', '--enable-slimming-paint',
+ ])
+ shell_utils.run(webpages_playback_cmd)
finally:
# Clean up any leftover browser instances. This can happen if there are
# telemetry crashes, processes are not always cleaned up appropriately by