-Add a mojo service to get video frames from the camera through an android service
-Add an example mojo app that displays this video in its view.
-Some re-organization around the camera mojo definition.

R=alhaad@google.com, qsr@chromium.org

Review URL: https://codereview.chromium.org/1375733004 .
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 788ed2a..f9a568e 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -28,7 +28,7 @@
   if (is_android) {
     deps += [
       "//services/android:java_handler",
-      "//services/camera_roll",
+      "//services/camera",
       "//services/contacts",
       "//services/location",
       "//services/notifications",