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

Unified Diff: third_party/android_media/BUILD.gn

Issue 1829823002: Replace usages of DEPRECATED_java_in_dir with java_files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: zap random comment Created 4 years, 9 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 | « third_party/android_data_chart/BUILD.gn ('k') | third_party/android_swipe_refresh/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_media/BUILD.gn
diff --git a/third_party/android_media/BUILD.gn b/third_party/android_media/BUILD.gn
index 3316f4b12d717db1d574cc55d525e2004db4e89f..f830975d137c5c670898071136586ff19cf3197f 100644
--- a/third_party/android_media/BUILD.gn
+++ b/third_party/android_media/BUILD.gn
@@ -16,7 +16,8 @@ android_resources("android_media_resources") {
}
android_library("android_media_java") {
- DEPRECATED_java_in_dir = "java/src"
+ java_files =
+ [ "java/src/org/chromium/third_party/android/media/MediaController.java" ]
deps = [
":android_media_resources",
"//third_party/android_tools:android_support_v13_java",
« no previous file with comments | « third_party/android_data_chart/BUILD.gn ('k') | third_party/android_swipe_refresh/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698