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