Preparing the go plugin for non-[] compilation.
	Change on 2015/01/09 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83651056
diff --git a/build.json b/build.json
index d07fd8e..968c1df 100644
--- a/build.json
+++ b/build.json
@@ -443,6 +443,24 @@
     },
 
     {
+      "name": "go_plugin",
+      "build": "protoc",
+      "c++": true,
+      "secure": false,
+      "src": [
+        "src/compiler/go_plugin.cpp",
+        "src/compiler/go_generator.cpp"
+      ],
+      "headers": [
+        "src/compiler/go_generator.h",
+        "src/compiler/go_generator_helpers-inl.h",
+        "src/compiler/go_generator_map-inl.h",
+        "src/compiler/go_generator_string-inl.h"
+      ],
+      "deps": []
+    },
+
+    {
       "name": "grpc_byte_buffer_reader_test",
       "build": "test",
       "src": [