Move Cobalt Jiri manifest to Cobalt repository

Change-Id: Ifde70e0584bcbe9582fc01089e5cd228fa2c66b3
diff --git a/manifest/cobalt b/manifest/cobalt
new file mode 100644
index 0000000..865f2c4
--- /dev/null
+++ b/manifest/cobalt
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+  <projects>
+    <project name="cobalt"
+             path="cobalt"
+             remote="https://fuchsia.googlesource.com/cobalt"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="third_party/googletest"
+             path="third_party/googletest"
+             remote="https://fuchsia.googlesource.com/third_party/googletest"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+  </projects>
+</manifest>