android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git] / chrome / test / data / extensions / uitest / plugins / manifest.json
blob7fadd044e32c8eb9fc36282d195043fd1e24f35f
2   "version": "1.0.0.0",
3   "manifest_version": 2,
4   "name": "NPAPI plugin test",
5   "description": "An extension for an extension UITest.",
6   "plugins": [
7     {"path": "plugin.dll", "public": true},
8     {"path": "plugin.plugin", "public": true},
9     {"path": "plugin32.so", "public": true},
10     {"path": "plugin64.so", "public": true}
11   ],
12   "requirements": {
13     "plugins": {
14       "npapi": false
15     }
16   }