android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git] / chrome / test / data / extensions / manifest_tests / web_urls_has_port.json
blob9ae851b6673f399bc16803706e734cd4b30a99dc
2   "name": "test",
3   "version": "1",
4   "app": {
5     "urls": [
6       "http://www.google.com/mail/",
7       "http://www.google.com:12345/foobar/"
8     ],
9     "launch": {
10       "web_url": "http://www.google.com/mail/"
11     }
12   },
13   "permissions": [
14     "notifications"
15   ]