aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2015-06-18 07:52:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-18 07:52:14 -0700
commit4c58e085b27c4cd9813ed7cad2388194d1d1f089 (patch)
tree849672a83728b492b98cb8ba77511dcbd171a73b /tools
parent7b7c844bca23d92008713e387ae1984dd903f4e0 (diff)
Remove separate SP enabled SKP run since it is now on by default
Yesterday's RecreateSKPs_Canary run looks good: http://build.chromium.org/p/client.skia.fyi/builders/Housekeeper-Nightly-RecreateSKPs_Canary/builds/143 The generated SKPs look very reasonably sized: gs://chromium-skia-gm/playback_386/skps BUG=skia: NOTRY=true Review URL: https://codereview.chromium.org/1191113002
Diffstat (limited to 'tools')
-rw-r--r--tools/skp/recreate_skps.py28
1 files changed, 0 insertions, 28 deletions
diff --git a/tools/skp/recreate_skps.py b/tools/skp/recreate_skps.py
index f32741a055..a2c24df560 100644
--- a/tools/skp/recreate_skps.py
+++ b/tools/skp/recreate_skps.py
@@ -64,34 +64,6 @@ def main(chrome_src_path, browser_executable):
try:
shell_utils.run(webpages_playback_cmd)
-
- # Temporary change to enable Slimming Paint runs. See skia:3763.
- skia_page_sets_path = os.path.join(
- os.path.dirname(os.path.realpath(__file__)), 'page_sets')
- sp_skia_page_sets = [
- os.path.join(skia_page_sets_path, 'skia_carsvg_desktop.py'),
- os.path.join(skia_page_sets_path, 'skia_chalkboard_desktop.py'),
- os.path.join(skia_page_sets_path, 'skia_css3gradients_desktop.py'),
- os.path.join(skia_page_sets_path, 'skia_espn_desktop.py'),
- os.path.join(skia_page_sets_path, 'skia_gmailthread_desktop.py'),
- os.path.join(skia_page_sets_path, 'skia_googlehome_desktop.py'),
- os.path.join(skia_page_sets_path, 'skia_googlespreadsheet_desktop.py'),
- os.path.join(skia_page_sets_path, 'skia_jsfiddlebigcar_desktop.py'),
- os.path.join(skia_page_sets_path, 'skia_mapsvg_desktop.py'),
- os.path.join(skia_page_sets_path, 'skia_nytimes_desktop.py'),
- os.path.join(skia_page_sets_path, 'skia_samoasvg_desktop.py'),
- os.path.join(skia_page_sets_path, 'skia_tigersvg_desktop.py'),
- os.path.join(skia_page_sets_path, 'skia_ugamsolutions_desktop.py'),
- os.path.join(skia_page_sets_path, 'skia_digg_nexus10.py'),
- os.path.join(skia_page_sets_path, 'skia_gmail_nexus10.py'),
- os.path.join(skia_page_sets_path, 'skia_pravda_nexus10.py'),
- ]
- webpages_playback_cmd.extend([
- '--skp_prefix', 'sp_',
- '--browser_extra_args', '--enable-slimming-paint',
- '--page_sets', '%s' % ','.join(sp_skia_page_sets),
- ])
- 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