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

Unified Diff: media/base/android/BUILD.gn

Issue 2815173002: Move empty.wav to media/base (Closed)
Patch Set: Created 3 years, 8 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 | « content/public/android/java/res/raw/empty.wav ('k') | media/base/android/java/res/raw/empty.wav » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/BUILD.gn
diff --git a/media/base/android/BUILD.gn b/media/base/android/BUILD.gn
index 12bcbe15f230a9456172a578ca6b7e8404bc579a..2018c4000ef5f0259728bfa99cc7f26b3122da4f 100644
--- a/media/base/android/BUILD.gn
+++ b/media/base/android/BUILD.gn
@@ -123,10 +123,15 @@ if (is_android) {
]
}
+ android_resources("media_java_resources") {
+ custom_package = "org.chromium.media"
+ resource_dirs = [ "java/res" ]
+ }
+
android_library("media_java") {
deps = [
+ ":media_java_resources",
"//base:base_java",
- "//content/public/android:content_java_resources",
"//third_party/android_tools:android_support_annotations_java",
]
srcjar_deps = [
« no previous file with comments | « content/public/android/java/res/raw/empty.wav ('k') | media/base/android/java/res/raw/empty.wav » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698