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

Unified Diff: tools/perf/page_sets/data/gmail_refresh.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/gmail_refresh.json
diff --git a/tools/perf/page_sets/data/gmail_refresh.json b/tools/perf/page_sets/data/gmail_refresh.json
index 08ec3f5c533bee3a6f90315289dbba94f5f74bb8..cdddd0033ed84a27bc7ac319f6c69a76e75d595a 100644
--- a/tools/perf/page_sets/data/gmail_refresh.json
+++ b/tools/perf/page_sets/data/gmail_refresh.json
@@ -1,11 +1,12 @@
{
- "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "gmail_refresh_001.wpr": [
- "https://mail.google.com/mail/"
- ],
- "gmail_refresh_000.wpr": [
- "https://www.google.com/calendar/"
- ]
- }
+ "https://mail.google.com/mail/": {
+ "DEFAULT": "gmail_refresh_001.wpr"
+ },
+ "https://www.google.com/calendar/": {
+ "DEFAULT": "gmail_refresh_000.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/dual_browser_story.json ('k') | tools/perf/page_sets/data/idle_after_loading_stories.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698