commit | 67f8d99b9fcd6586cefd5ee86a810224ca852130 | [log] [tgz] |
---|---|---|
author | Nicolas LaCasse <nlacasse@google.com> | Wed Dec 03 14:54:09 2014 -0800 |
committer | Nicolas LaCasse <nlacasse@google.com> | Wed Dec 03 14:54:09 2014 -0800 |
tree | 47bef62318afc6916e47c4ea78b256eeffabfd26 | |
parent | 5180d165513351b8c504c5209a8a7a8fb3a1afc5 [diff] |
TBR: Add runtime to chrome profile. Change-Id: Ia61816a728658c2e6314197251c6267d882849e5
diff --git a/profiles/chrome/chrome.go b/profiles/chrome/chrome.go index 9d16365..ada91dd 100644 --- a/profiles/chrome/chrome.go +++ b/profiles/chrome/chrome.go
@@ -11,6 +11,7 @@ _ "veyron.io/veyron/veyron/lib/websocket" "veyron.io/veyron/veyron/profiles/internal/platform" + _ "veyron.io/veyron/veyron/runtimes/google/rt" ) var ListenSpec = ipc.ListenSpec{}