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

Unified Diff: tools/perf/page_sets/data/android_acceptance.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/2012Q3.json ('k') | tools/perf/page_sets/data/blink_memory_mobile.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/data/android_acceptance.json
diff --git a/tools/perf/page_sets/data/android_acceptance.json b/tools/perf/page_sets/data/android_acceptance.json
index 3b479cf1dfda302f2b8577bc15b71dabda42161f..9ad6acdc33a760e76a3193c6c1c35bfd15e8a2ca 100644
--- a/tools/perf/page_sets/data/android_acceptance.json
+++ b/tools/perf/page_sets/data/android_acceptance.json
@@ -1,10 +1,15 @@
{
- "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "android_acceptance_000.wpr": [
- "http://www.amazon.com",
- "http://www.cnn.com",
- "http://www.msn.com"
- ]
- }
+ "http://www.amazon.com": {
+ "DEFAULT": "android_acceptance_000.wpr"
+ },
+ "http://www.cnn.com": {
+ "DEFAULT": "android_acceptance_000.wpr"
+ },
+ "http://www.msn.com": {
+ "DEFAULT": "android_acceptance_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/2012Q3.json ('k') | tools/perf/page_sets/data/blink_memory_mobile.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698