Hi Kevin,
There are several hundred projects within Google using GWT and more are being written or rewritten all the time. Some of the major ones:
AdWords UI
AdSense UI
Groups (new UI)
Doclist (the folders in docs, both desktop and mobile versions)
Parts of Maps / Geo
Follow us @googledevtools for more announcements still to come.
Also watch trunk on SVN. Googlers continue to improve GWT every day, and lots of the new features in the last year have been driven by Google projects (notably UIBinder, Activities and Places, and cell widgets).
The real question is whether GWT is a good fit for your project. We generally find that teams with strong Java experience writing rich, desktop-like apps benefit the most from GWT. Lots of people on this forum will tell you that if you start with pure JS and your code base grows, you'll soon reach a point where you wish you'd written in GWT. Don't kid yourself--there is a learning curve, especially for server-side developers not used to writing asynchronous, event-driven clients, but if your project is a good fit, you won't look back.
/dmc
t: @googledevtools