| Index: services/android/BUILD.gn
|
| diff --git a/services/android/BUILD.gn b/services/android/BUILD.gn
|
| deleted file mode 100644
|
| index 7eba11c316a9f46e90ef4ef7a9ce5ca41c657df0..0000000000000000000000000000000000000000
|
| --- a/services/android/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,37 +0,0 @@
|
| -# Copyright 2014 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("//build/config/android/rules.gni")
|
| -import("//mojo/public/mojo_application.gni")
|
| -
|
| -mojo_android_application("java_handler") {
|
| - sources = [
|
| - "java_handler.cc",
|
| - ]
|
| -
|
| - deps = [
|
| - "//base",
|
| - "//mojo/android:libsystem_java",
|
| - "//mojo/android:system_java_jni_headers",
|
| - "//mojo/application",
|
| - "//mojo/application:content_handler",
|
| - "//mojo/common:tracing_impl",
|
| - "//mojo/environment:chromium",
|
| - "//mojo/public/c/system:for_shared_library",
|
| - "//mojo/public/cpp/bindings",
|
| - "//mojo/public/cpp/system",
|
| - "//mojo/services/content_handler/interfaces",
|
| - "//mojo/services/url_response_disk_cache/interfaces",
|
| - ]
|
| -
|
| - java_sources = [ "java/src/org/chromium/services/android/JavaHandler.java" ]
|
| -
|
| - java_deps = [
|
| - "//base:base_java",
|
| - "//mojo/android:system_java",
|
| - "//mojo/public/java:system",
|
| - ]
|
| -
|
| - jni_package = "mojo"
|
| -}
|
|
|