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

Unified Diff: content/test/gpu/page_sets/data/maps_004_expectations.json

Issue 2037933003: Prefer device type instead of machine name for scale factor overrides. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/gpu/gpu_tests/pixel.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/page_sets/data/maps_004_expectations.json
diff --git a/content/test/gpu/page_sets/data/maps_004_expectations.json b/content/test/gpu/page_sets/data/maps_004_expectations.json
index 31574e0c0ee82ce50b22bb898e226875551feb50..3b6ef6d4ffb1f8c0b231b6abe316e0406f09655a 100644
--- a/content/test/gpu/page_sets/data/maps_004_expectations.json
+++ b/content/test/gpu/page_sets/data/maps_004_expectations.json
@@ -3,19 +3,19 @@
"comment": "scale factor overrides",
"scale_factor_overrides": [
{
- "machine_name": "Android Debug (Nexus 5)",
+ "device_type": "Nexus 5",
"scale_factor": 1.105
},
{
- "machine_name": "Android Debug (Nexus 5X)",
+ "device_type": "Nexus 5X",
"scale_factor": 1.105
},
{
- "machine_name": "Android Debug (Nexus 6)",
+ "device_type": "Nexus 6",
"scale_factor": 1.47436
},
{
- "machine_name": "Android Debug (Nexus 9)",
+ "device_type": "Nexus 9",
"scale_factor": 1.566
}
]
« no previous file with comments | « content/test/gpu/gpu_tests/pixel.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698