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

Unified Diff: tools/perf/page_sets/data/polymer.json

Issue 2688903002: [Telemetry] Update all WPR json files to the new format. (Closed)
Patch Set: Created 3 years, 10 months 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
Index: tools/perf/page_sets/data/polymer.json
diff --git a/tools/perf/page_sets/data/polymer.json b/tools/perf/page_sets/data/polymer.json
index 4dce9bb9c148a0ae382028adf4d0fc7d19ea6349..94d169ccfc9a66c0577af6f48a00ac2827691b69 100644
--- a/tools/perf/page_sets/data/polymer.json
+++ b/tools/perf/page_sets/data/polymer.json
@@ -1,16 +1,33 @@
{
- "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "polymer_001.wpr": [
- "http://www.polymer-project.org/components/paper-fab/demo.html",
- "http://www.polymer-project.org/components/paper-shadow/demo.html",
- "http://www.polymer-project.org/components/paper-button/demo.html",
- "http://www.polymer-project.org/components/paper-icon-button/demo.html",
- "http://www.polymer-project.org/components/core-scroll-header-panel/demo.html",
- "http://www.polymer-project.org/components/paper-tabs/demo.html",
- "http://www.polymer-project.org/components/paper-calculator/demo.html",
- "http://www.polymer-project.org/components/paper-toggle-button/demo.html",
- "http://www.polymer-project.org/components/paper-checkbox/demo.html"
- ]
- }
+ "http://www.polymer-project.org/components/core-scroll-header-panel/demo.html": {
+ "DEFAULT": "polymer_001.wpr"
+ },
+ "http://www.polymer-project.org/components/paper-button/demo.html": {
+ "DEFAULT": "polymer_001.wpr"
+ },
+ "http://www.polymer-project.org/components/paper-calculator/demo.html": {
+ "DEFAULT": "polymer_001.wpr"
+ },
+ "http://www.polymer-project.org/components/paper-checkbox/demo.html": {
+ "DEFAULT": "polymer_001.wpr"
+ },
+ "http://www.polymer-project.org/components/paper-fab/demo.html": {
+ "DEFAULT": "polymer_001.wpr"
+ },
+ "http://www.polymer-project.org/components/paper-icon-button/demo.html": {
+ "DEFAULT": "polymer_001.wpr"
+ },
+ "http://www.polymer-project.org/components/paper-shadow/demo.html": {
+ "DEFAULT": "polymer_001.wpr"
+ },
+ "http://www.polymer-project.org/components/paper-tabs/demo.html": {
+ "DEFAULT": "polymer_001.wpr"
+ },
+ "http://www.polymer-project.org/components/paper-toggle-button/demo.html": {
+ "DEFAULT": "polymer_001.wpr"
+ }
+ },
+ "description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",
+ "platform_specific": true
}
« no previous file with comments | « tools/perf/page_sets/data/pathological_mobile_sites.json ('k') | tools/perf/page_sets/data/power_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698