I am working on implementing Google APIs into my project. I have setup include.gypi as described
here. However, upon running 'gclient sync' or 'gclient runhooks' my terminal reads "Error: client not configured; see 'gclient config'". However, 'gclient config --help' doesn't explain how I should be using the command, and the wiki doesn't get very specific. For example, what url would I be using in the 'gclient.py config [options] [url] [safesync url]' command?
Thanks in advance.