Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Unified Diff: services/camera_roll/BUILD.gn

Issue 1375733004: -Add a mojo service to get video frames from the camera through an android service (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: merge. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/camera_roll/BUILD.gn
diff --git a/services/camera_roll/BUILD.gn b/services/camera_roll/BUILD.gn
deleted file mode 100644
index c6839c41789489937ad7f06ba52ae122dd44c7a9..0000000000000000000000000000000000000000
--- a/services/camera_roll/BUILD.gn
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//mojo/android/rules.gni")
-
-mojo_android_java_application("camera_roll") {
- sources = [
- "src/org/chromium/services/camera_roll/CameraRollApp.java",
- ]
-
- mojo_main = "org.chromium.services.camera_roll.CameraRollApp"
-
- deps = [
- "//mojo/public/interfaces/application:application_java",
- "//mojo/public/java:application",
- "//mojo/services/camera_roll/public/interfaces:interfaces_java",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698