Update the generator to the google-internal version.
- a few changes to the plugin interface
- handle situation where an imported package is called "proto"
- use the file base name for the package name if a package is not specified

R=rsc
CC=dsymonds1
http://codereview.appspot.com/1641042
diff --git a/compiler/main.go b/compiler/main.go
index 568a62b..9fd6070 100644
--- a/compiler/main.go
+++ b/compiler/main.go
@@ -66,6 +66,8 @@
 		g.Fail("no files to generate")
 	}
 
+	g.CommandLineParameters(proto.GetString(g.Request.Parameter))
+
 	// Create a wrapped version of the Descriptors and EnumDescriptors that
 	// point to the file that defines them.
 	g.WrapTypes()