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

Unified Diff: components/bookmarks/common/android/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 | « components/BUILD.gn ('k') | components/cronet/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/common/android/BUILD.gn
diff --git a/components/bookmarks/common/android/BUILD.gn b/components/bookmarks/common/android/BUILD.gn
index 7c69e4bb63165592c6ec996c673e34abbb74a40e..69bb7f9ea688db12555edf7d35e8f89056ca75aa 100644
--- a/components/bookmarks/common/android/BUILD.gn
+++ b/components/bookmarks/common/android/BUILD.gn
@@ -25,7 +25,7 @@ android_library("bookmarks_java") {
"//base:base_java",
]
srcjar_deps = [ ":bookmark_type_javagen" ]
- DEPRECATED_java_in_dir = "java/src"
+ java_files = [ "java/src/org/chromium/components/bookmarks/BookmarkId.java" ]
}
# GYP: //components/bookmarks.gyp:bookmarks_jni_headers
« no previous file with comments | « components/BUILD.gn ('k') | components/cronet/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698