| Index: chrome/test/data/extensions/api_test/automation/tests/location_scaled/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/automation/tests/location_scaled/manifest.json b/chrome/test/data/extensions/api_test/automation/tests/location_scaled/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..957d7ab8bf385906bdc0d1349ccd8b32ef5c6f93
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/automation/tests/location_scaled/manifest.json
|
| @@ -0,0 +1,12 @@
|
| +{
|
| + "name": "chrome.automation.scaleFactorTests",
|
| + "version": "0.1",
|
| + "manifest_version": 2,
|
| + "description": "Tests for the Automation API with a device scale factor.",
|
| + "automation": {"desktop": true},
|
| + "app": {
|
| + "background": {
|
| + "scripts": ["location_scaled.js"]
|
| + }
|
| + }
|
| +}
|
|
|