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

Side by Side Diff: tools/perf/page_sets/key_desktop_sites.json

Issue 24294003: [Telemetry] Move WPR archives and credentials from src-internal to Cloud Storage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unit test fixes and .gitignore Created 7 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "description": "Sites of Interest", 2 "description": "Sites of Interest",
3 "archive_data_file": "../data/sites_of_interest.json", 3 "archive_data_file": "data/key_desktop_sites.json",
4 "credentials_path": "../data/credentials.json", 4 "credentials_path": "data/credentials.json",
5 "smoothness": { "action": "scroll" }, 5 "smoothness": { "action": "scroll" },
6 "pages": [ 6 "pages": [
7 { 7 {
8 "url": "http://facebook.com", 8 "url": "http://facebook.com",
9 "credentials": "facebook" 9 "credentials": "facebook"
10 }, 10 },
11 { "url": "http://youtube.com" }, 11 { "url": "http://youtube.com" },
12 { "url": "http://twitter.com/nbc" }, 12 { "url": "http://twitter.com/nbc" },
13 { "url": "http://bbc.co.uk" }, 13 { "url": "http://bbc.co.uk" },
14 { "url": "http://imdb.com" }, 14 { "url": "http://imdb.com" },
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 { "url": "http://maps.google.com" }, 740 { "url": "http://maps.google.com" },
741 { "url": "https://www.google.com/search?num=10&hl=en&site=&tbm=isch&q=cats" }, 741 { "url": "https://www.google.com/search?num=10&hl=en&site=&tbm=isch&q=cats" },
742 { "url": "http://code.google.com/p/chromium/issues/list" }, 742 { "url": "http://code.google.com/p/chromium/issues/list" },
743 { "url": "http://code.google.com/p/chromium/issues/detail?id=142038&q=black% 20screen%20amd&colspec=ID%20Pri%20Mstone%20ReleaseBlock%20OS%20Area%20Feature%20 Status%20Owner%20Summary" }, 743 { "url": "http://code.google.com/p/chromium/issues/detail?id=142038&q=black% 20screen%20amd&colspec=ID%20Pri%20Mstone%20ReleaseBlock%20OS%20Area%20Feature%20 Status%20Owner%20Summary" },
744 { "url": "http://mlb.mlb.com/index.jsp" }, 744 { "url": "http://mlb.mlb.com/index.jsp" },
745 { "url": "http://www.nfl.com/" }, 745 { "url": "http://www.nfl.com/" },
746 { "url": "http://airbnb.github.com/infinity/demo-on.html" }, 746 { "url": "http://airbnb.github.com/infinity/demo-on.html" },
747 { "url": "http://habrahabr.ru/post/149892/#habracut" } 747 { "url": "http://habrahabr.ru/post/149892/#habracut" }
748 ] 748 ]
749 } 749 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698