TBR: Fix build.

Change-Id: Ib4211911d16af392dd584975898a9220523ad909
diff --git a/Makefile b/Makefile
index 45ba585..8513cb7 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
 HTML_FILES = $(shell find browser -name "*.css" -a -not -path "*third-party*" -o  -name "*.html" -a -not -name "index.html" -a -not -path "*third-party*")
 
 # Builds everything
-all: node_modules browser/third-party browser/third-party/veyron browser/build.js browser/index.html $(VANADIUM_ROOT)/release/go/bin
+all: node_modules browser/third-party browser/build.js browser/index.html $(VANADIUM_ROOT)/release/go/bin
 
 # Build vdl.go
 go/src/p2b/vdl/p2b.vdl.go:
diff --git a/browser/config.js b/browser/config.js
index 0bc8f5e..bd947ec 100644
--- a/browser/config.js
+++ b/browser/config.js
@@ -234,6 +234,9 @@
     "npm:events-browserify@0.0.1": {
       "process": "github:jspm/nodelibs-process@0.1.1"
     },
+    "npm:format@0.2.1": {
+      "process": "github:jspm/nodelibs-process@0.1.1"
+    },
     "npm:from@0.1.3": {
       "process": "github:jspm/nodelibs-process@0.1.1",
       "stream": "github:jspm/nodelibs-stream@0.1.0"
@@ -391,9 +394,11 @@
       "es6-shim": "npm:es6-shim@0.20.4",
       "eventemitter2": "npm:eventemitter2@0.4.14",
       "events": "github:jspm/nodelibs-events@0.1.0",
+      "format": "npm:format@0.2.1",
       "fs": "github:jspm/nodelibs-fs@0.1.1",
       "http": "github:jspm/nodelibs-http@1.7.0",
       "https": "github:jspm/nodelibs-https@0.1.0",
+      "inherits": "npm:inherits@2.0.1",
       "is-browser": "npm:is-browser@2.0.1",
       "lru-cache": "npm:lru-cache@2.5.0",
       "minimatch": "npm:minimatch@1.0.0",
@@ -404,6 +409,7 @@
       "process": "github:jspm/nodelibs-process@0.1.1",
       "punycode": "github:jspm/nodelibs-punycode@0.1.0",
       "querystring": "github:jspm/nodelibs-querystring@0.1.0",
+      "randombytes": "npm:randombytes@2.0.1",
       "stream": "github:jspm/nodelibs-stream@0.1.0",
       "string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0",
       "systemjs-json": "github:systemjs/plugin-json@0.1.0",