Buck: Fix building GWT plugins

As explained in [1], [2] in tree build mode is currently broken for
plugins that expose GWT modules.

To rectify, isolate the libraries that used for building regular and
GWT modules. While regular modules need the whole Plugin API as their
dependency, GWT modules should only consume pre-defined set of GWT
API modules.

[1] https://github.com/facebook/buck/issues/109
[2] https://gerrit-review.googlesource.com/63489

Change-Id: I5943bec40e659421b746de92397468b8ad7420ab
1 file changed