.getConditions().add(new ConditionWhenTypeEndsWith("Messages"));
module.addRule(localeMessageGenerateRule);
LibraryGroup libraryGroup = LibraryGroupTest.buildVariedPropertyGeneratorLibraryGroup(
Sets.newHashSet("com.google.ChromeMessages"),
Sets.newHashSet("com.google.WindowShim"));
PrecompileTaskOptions options = new CompilerOptionsImpl();
options.setFinalProperties(module.getProperties());
compilerContext = new CompilerContext.Builder().libraryGroup(libraryGroup)
.libraryWriter(libraryWriter).module(module).options(options).build();
finishSetUpWithCompilerContext();
// Analyzes properties and generators in the library group and watches output in the generator