TBR renaming v.io/core/veyron to v.io/x/ref

(and getting rid of unused shell scripts)

MultiPart: 5/13
Change-Id: I09d9df0f4dc7df3d5ca5588513be27b08fe1fd4a
diff --git a/profiles/gce/init.go b/profiles/gce/init.go
index 4c1a3a4..663f07b 100644
--- a/profiles/gce/init.go
+++ b/profiles/gce/init.go
@@ -14,16 +14,16 @@
 	"v.io/v23/ipc"
 	"v.io/x/lib/vlog"
 
-	"v.io/core/veyron/lib/appcycle"
-	"v.io/core/veyron/lib/flags"
-	"v.io/core/veyron/lib/netstate"
-	"v.io/core/veyron/lib/websocket"
-	"v.io/core/veyron/profiles/internal"
-	"v.io/core/veyron/profiles/internal/gce"
-	_ "v.io/core/veyron/runtimes/google/ipc/protocols/tcp"
-	_ "v.io/core/veyron/runtimes/google/ipc/protocols/ws"
-	_ "v.io/core/veyron/runtimes/google/ipc/protocols/wsh"
-	grt "v.io/core/veyron/runtimes/google/rt"
+	"v.io/x/ref/lib/appcycle"
+	"v.io/x/ref/lib/flags"
+	"v.io/x/ref/lib/netstate"
+	"v.io/x/ref/lib/websocket"
+	"v.io/x/ref/profiles/internal"
+	"v.io/x/ref/profiles/internal/gce"
+	_ "v.io/x/ref/runtimes/google/ipc/protocols/tcp"
+	_ "v.io/x/ref/runtimes/google/ipc/protocols/ws"
+	_ "v.io/x/ref/runtimes/google/ipc/protocols/wsh"
+	grt "v.io/x/ref/runtimes/google/rt"
 )
 
 var commonFlags *flags.Flags