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

Unified Diff: tools/perf/page_sets/data/power_cases.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
« no previous file with comments | « tools/perf/page_sets/data/polymer.json ('k') | tools/perf/page_sets/data/profile_safe_urls.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/data/power_cases.json
diff --git a/tools/perf/page_sets/data/power_cases.json b/tools/perf/page_sets/data/power_cases.json
index 0ba39a2708ccfb74a518cd67a45bfa287d40ff6f..766543d2408ead7d145159b73b25c0fd0da89e54 100644
--- a/tools/perf/page_sets/data/power_cases.json
+++ b/tools/perf/page_sets/data/power_cases.json
@@ -1,10 +1,15 @@
{
- "description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "power_cases_002.wpr": [
- "https://www.youtube.com/watch?v=3KANI2dpXLw?autoplay=1",
- "https://webkit.org/blog-files/3d-transforms/poster-circle.html",
- "about:blank"
- ]
- }
+ "about:blank": {
+ "DEFAULT": "power_cases_002.wpr"
+ },
+ "https://webkit.org/blog-files/3d-transforms/poster-circle.html": {
+ "DEFAULT": "power_cases_002.wpr"
+ },
+ "https://www.youtube.com/watch?v=3KANI2dpXLw?autoplay=1": {
+ "DEFAULT": "power_cases_002.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/polymer.json ('k') | tools/perf/page_sets/data/profile_safe_urls.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698