android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git] / chrome / test / data / extensions / unpacked / symlinks_allowed / manifest.json
blob7210509668c3a310eb1a7b65204655879a58567d
2   "name": "Test for symlinked content in unpacked extension",
3   "description": "This is an extension used to test that file symlinks are allowed within unpacked extensions",
4   "version": "1",
5   "manifest_version": 2,
6   "browser_action": {
7     "default_icon": "icon.png"
8   }