android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git] / chrome / test / data / extensions / manifest_tests / command_app_global.json
blob695668a2247ce92a079fcbe0e7972b97c2ecc413
2   "name": "Command test - App with Command that is global",
3   "manifest_version": 2,
4   "version": "1",
5   "app": {
6     "background": { "scripts": ["background.js"] }
7   },
8   "commands": {
9     "feature1": {
10       "suggested_key": "Ctrl+Shift+0",
11       "description": "desc",
12       "global": true
13     }
14   }