Chromium Code Reviews

Unified Diff: services/android/BUILD.gn

Issue 1464313002: Move //service/android to //service/java_handler (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « services/BUILD.gn ('k') | services/android/java/src/org/chromium/services/android/JavaHandler.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
-}
« no previous file with comments | « services/BUILD.gn ('k') | services/android/java/src/org/chromium/services/android/JavaHandler.java » ('j') | no next file with comments »

Powered by Google App Engine