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

Unified Diff: mojo/java/BUILD.gn

Issue 1211913005: Add a sky media service to make it possible to play a sound. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Updated per review Created 5 years, 6 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
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/java/org/chromium/mojo/common/DataPipeUtils.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/java/BUILD.gn
diff --git a/build/android/rezip/BUILD.gn b/mojo/java/BUILD.gn
similarity index 56%
copy from build/android/rezip/BUILD.gn
copy to mojo/java/BUILD.gn
index 8b8f78e875133e1195f4985a4dfcbb431cb044f2..ae2b09074698cff930b5e7b17c85d53451cd8398 100644
--- a/build/android/rezip/BUILD.gn
+++ b/mojo/java/BUILD.gn
@@ -4,8 +4,11 @@
import("//build/config/android/rules.gni")
-# GYP: //build/android/rezip.gyp:rezip_apk_jar
-java_library("rezip") {
- jar_path = "$root_build_dir/lib.java/rezip_apk.jar"
- DEPRECATED_java_in_dir = "."
+android_library("java") {
+ java_files = [ "org/chromium/mojo/common/DataPipeUtils.java" ]
+
+ deps = [
+ "//base:base_java",
+ "//mojo/public/java:system",
+ ]
}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/java/org/chromium/mojo/common/DataPipeUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698