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

Unified Diff: services/android/BUILD.gn

Issue 1468913003: Add android.mojo application. (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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/services/mojo_services.gni ('k') | services/android/src/org/chromium/mojo/android/ActivityImpl.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/vsync/BUILD.gn b/services/android/BUILD.gn
similarity index 61%
copy from services/vsync/BUILD.gn
copy to services/android/BUILD.gn
index fa466390ac0c50ab9b3ceacf66c3ee4893f211b4..453db8af7bbb02bd2aa182197dc43d50b7d3797c 100644
--- a/services/vsync/BUILD.gn
+++ b/services/android/BUILD.gn
@@ -5,12 +5,13 @@
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
-android_library("vsync") {
- java_files = [ "src/org/chromium/mojo/vsync/VSyncProviderImpl.java" ]
+# Application regrouping all android specific services.
+android_library("android") {
+ java_files = [ "src/org/chromium/mojo/android/ActivityImpl.java" ]
deps = [
"//mojo/public/java:bindings",
"//mojo/public/java:system",
- "//mojo/services/vsync/interfaces:interfaces_java",
+ "//mojo/services/android/interfaces:interfaces_java",
]
}
« no previous file with comments | « mojo/services/mojo_services.gni ('k') | services/android/src/org/chromium/mojo/android/ActivityImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698