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

Unified Diff: tools/perf/page_sets/data/mobile_memory.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/mobile_infinite_scroll.json ('k') | tools/perf/page_sets/data/octane.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/data/mobile_memory.json
diff --git a/tools/perf/page_sets/data/mobile_memory.json b/tools/perf/page_sets/data/mobile_memory.json
index 83a8c7de8fc0519caf961b899020d0103040d7bd..e39c8ef91b07f72c1c0200e6e117328251a647d3 100644
--- a/tools/perf/page_sets/data/mobile_memory.json
+++ b/tools/perf/page_sets/data/mobile_memory.json
@@ -1,13 +1,24 @@
{
- "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "mobile_memory_018.wpr": [
- "http://techcrunch.com/2014/02/17/pixel-brings-brings-old-school-video-game-art-to-life-in-your-home/",
- "http://techcrunch.com/2014/02/15/kickstarter-coins-2/",
- "http://techcrunch.com/2014/02/15/was-y-combinator-worth-it/",
- "https://mail.google.com/mail/mu",
- "http://techcrunch.com",
- "https://www.google.com/search?site=&tbm=isch&q=google"
- ]
- }
+ "http://techcrunch.com": {
+ "DEFAULT": "mobile_memory_018.wpr"
+ },
+ "http://techcrunch.com/2014/02/15/kickstarter-coins-2/": {
+ "DEFAULT": "mobile_memory_018.wpr"
+ },
+ "http://techcrunch.com/2014/02/15/was-y-combinator-worth-it/": {
+ "DEFAULT": "mobile_memory_018.wpr"
+ },
+ "http://techcrunch.com/2014/02/17/pixel-brings-brings-old-school-video-game-art-to-life-in-your-home/": {
+ "DEFAULT": "mobile_memory_018.wpr"
+ },
+ "https://mail.google.com/mail/mu": {
+ "DEFAULT": "mobile_memory_018.wpr"
+ },
+ "https://www.google.com/search?site=&tbm=isch&q=google": {
+ "DEFAULT": "mobile_memory_018.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/mobile_infinite_scroll.json ('k') | tools/perf/page_sets/data/octane.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698