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

Unified Diff: tools/perf/page_sets/data/pathological_mobile_sites.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/oortonline.json ('k') | tools/perf/page_sets/data/polymer.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/data/pathological_mobile_sites.json
diff --git a/tools/perf/page_sets/data/pathological_mobile_sites.json b/tools/perf/page_sets/data/pathological_mobile_sites.json
index c9f9c5321ab030131e4aaa93e16e754195d41278..509e658d14bd10523ebc0ce07fa7471a5ec9d226 100644
--- a/tools/perf/page_sets/data/pathological_mobile_sites.json
+++ b/tools/perf/page_sets/data/pathological_mobile_sites.json
@@ -1,25 +1,36 @@
{
- "description": "Describes the Web Page Replay archives for a user story set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "pathological_mobile_sites_009.wpr": [
- "https://www.linkedin.com/in/linustorvalds"
- ],
- "pathological_mobile_sites_000.wpr": [
- "http://edition.cnn.com",
- "http://www.latimes.com",
- "http://recode.net",
- "http://www.pbs.org/newshour/bb/much-really-cost-live-city-like-seattle/#the-rundown",
- "http://www.zdnet.com",
- "http://m.espn.go.com/nhl/rankings"
- ],
- "pathological_mobile_sites_008.wpr": [
- "http://www.wowwiki.com/World_of_Warcraft:_Mists_of_Pandaria"
- ],
- "pathological_mobile_sites_010.wpr": [
- "http://www.theguardian.com/politics/2015/mar/09/ed-balls-tory-spending-plans-nhs-charging"
- ],
- "pathological_mobile_sites_001.wpr": [
- "http://sports.yahoo.com/"
- ]
- }
-}
+ "http://edition.cnn.com": {
+ "DEFAULT": "pathological_mobile_sites_000.wpr"
+ },
+ "http://m.espn.go.com/nhl/rankings": {
+ "DEFAULT": "pathological_mobile_sites_000.wpr"
+ },
+ "http://recode.net": {
+ "DEFAULT": "pathological_mobile_sites_000.wpr"
+ },
+ "http://sports.yahoo.com/": {
+ "DEFAULT": "pathological_mobile_sites_001.wpr"
+ },
+ "http://www.latimes.com": {
+ "DEFAULT": "pathological_mobile_sites_000.wpr"
+ },
+ "http://www.pbs.org/newshour/bb/much-really-cost-live-city-like-seattle/#the-rundown": {
+ "DEFAULT": "pathological_mobile_sites_000.wpr"
+ },
+ "http://www.theguardian.com/politics/2015/mar/09/ed-balls-tory-spending-plans-nhs-charging": {
+ "DEFAULT": "pathological_mobile_sites_010.wpr"
+ },
+ "http://www.wowwiki.com/World_of_Warcraft:_Mists_of_Pandaria": {
+ "DEFAULT": "pathological_mobile_sites_008.wpr"
+ },
+ "http://www.zdnet.com": {
+ "DEFAULT": "pathological_mobile_sites_000.wpr"
+ },
+ "https://www.linkedin.com/in/linustorvalds": {
+ "DEFAULT": "pathological_mobile_sites_009.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/oortonline.json ('k') | tools/perf/page_sets/data/polymer.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698