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

Side by Side Diff: telemetry/telemetry/telemetry_unittest_deps.json

Issue 2072373002: [Telemetry] Rename page_set to test_page_set to avoid naming conflict with page_sets module in gpu … (Closed) Base URL: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « telemetry/telemetry/page/page_run_end_to_end_unittest.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "config_type": "BaseConfig", 2 "config_type": "BaseConfig",
3 "dependencies": { 3 "dependencies": {
4 "example_domain_archive": { 4 "example_domain_archive": {
5 "cloud_storage_base_folder": "wpr-archives", 5 "cloud_storage_base_folder": "wpr-archives",
6 "cloud_storage_bucket": "chromium-telemetry", 6 "cloud_storage_bucket": "chromium-telemetry",
7 "file_info": { 7 "file_info": {
8 "linux_x86_64": { 8 "linux_x86_64": {
9 "cloud_storage_hash": "5e49b8152e40b5df427a8e73062045ddde2edcb8", 9 "cloud_storage_hash": "5e49b8152e40b5df427a8e73062045ddde2edcb8",
10 "download_path": "internal/testing/page_sets/data/example_domain_001.w pr" 10 "download_path": "internal/testing/test_page_sets/data/example_domain_ 001.wpr"
11 }, 11 },
12 "mac_x86_64": { 12 "mac_x86_64": {
13 "cloud_storage_hash": "5e49b8152e40b5df427a8e73062045ddde2edcb8", 13 "cloud_storage_hash": "5e49b8152e40b5df427a8e73062045ddde2edcb8",
14 "download_path": "internal/testing/page_sets/data/example_domain_001.w pr" 14 "download_path": "internal/testing/test_page_sets/data/example_domain_ 001.wpr"
15 }, 15 },
16 "win_AMD64": { 16 "win_AMD64": {
17 "cloud_storage_hash": "5e49b8152e40b5df427a8e73062045ddde2edcb8", 17 "cloud_storage_hash": "5e49b8152e40b5df427a8e73062045ddde2edcb8",
18 "download_path": "internal/testing/page_sets/data/example_domain_001.w pr" 18 "download_path": "internal/testing/test_page_sets/data/example_domain_ 001.wpr"
19 }, 19 },
20 "win_x86": { 20 "win_x86": {
21 "cloud_storage_hash": "5e49b8152e40b5df427a8e73062045ddde2edcb8", 21 "cloud_storage_hash": "5e49b8152e40b5df427a8e73062045ddde2edcb8",
22 "download_path": "internal/testing/page_sets/data/example_domain_001.w pr" 22 "download_path": "internal/testing/test_page_sets/data/example_domain_ 001.wpr"
23 } 23 }
24 } 24 }
25 } 25 }
26 } 26 }
27 } 27 }
OLDNEW
« no previous file with comments | « telemetry/telemetry/page/page_run_end_to_end_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698