android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git] / chrome / test / data / extensions / manifest_tests / content_script_yahoo.json
blob5dbae3c4ca1ab990f3f60dc674a56cd64b4d6bda
2   "name": "test",
3   "version": "1",
4   "content_scripts": [
5     {
6       "matches": ["http://yahoo.com/*"],
7       "js": ["foo.js"]
8     }
9   ]