| 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",
|
| - ]
|
| -}
|
|
|