Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: tools/skp/webpages_playback.py

Issue 778633002: Update webpages_playback documentation (Closed) Base URL: https://skia.googlesource.com/skia.git@webpages-replay-lstrip
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skp/webpages_playback.py
diff --git a/tools/skp/webpages_playback.py b/tools/skp/webpages_playback.py
index d2df01f32daf29591bacece873e87e5fce5711a8..d5054bff8dcaf401f10973d5aa590c052ee24eb9 100644
--- a/tools/skp/webpages_playback.py
+++ b/tools/skp/webpages_playback.py
@@ -7,8 +7,8 @@
To archive webpages and store SKP files (archives should be rarely updated):
-cd ../buildbot/slave/skia_slave_scripts
-python webpages_playback.py --dest_gsbase=gs://rmistry --record \
+cd skia
+python tools/skp/webpages_playback.py --dest_gsbase=gs://rmistry --record \
--page_sets=all --skia_tools=/home/default/trunk/out/Debug/ \
--browser_executable=/tmp/chromium/out/Release/chrome
@@ -16,8 +16,8 @@ python webpages_playback.py --dest_gsbase=gs://rmistry --record \
To replay archived webpages and re-generate SKP files (should be run whenever
SkPicture.PICTURE_VERSION changes):
-cd ../buildbot/slave/skia_slave_scripts
-python webpages_playback.py --dest_gsbase=gs://rmistry \
+cd skia
+python tools/skp/webpages_playback.py --dest_gsbase=gs://rmistry \
--page_sets=all --skia_tools=/home/default/trunk/out/Debug/ \
--browser_executable=/tmp/chromium/out/Release/chrome
@@ -25,8 +25,8 @@ python webpages_playback.py --dest_gsbase=gs://rmistry \
Specify the --page_sets flag (default value is 'all') to pick a list of which
webpages should be archived and/or replayed. Eg:
---page_sets=page_sets/skia_yahooanswers_desktop.json,\
-page_sets/skia_wikipedia_galaxynexus.json
+--page_sets=tools/skp/page_sets/skia_yahooanswers_desktop.py,\
+tools/skp/page_sets/skia_googlecalendar_nexus10.py
The --browser_executable flag should point to the browser binary you want to use
to capture archives and/or capture SKP files. Majority of the time it should be
@@ -42,8 +42,6 @@ The --skia_tools flag if specified will allow this script to run
debugger, render_pictures, and render_pdfs on the captured
SKP(s). The tools are run after all SKPs are succesfully captured to make sure
they can be added to the buildbots with no breakages.
-To preview the captured SKP before proceeding to the next page_set specify both
---skia_tools and --view_debugger_output.
"""
import glob
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698