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

Unified Diff: url/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 | « ui/android/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/BUILD.gn
diff --git a/url/BUILD.gn b/url/BUILD.gn
index f595d4cbc89a08f5f88bb1dddb4ab305f3c212c0..361c516fd28584324eb085477122423c0db687df 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -73,7 +73,7 @@ component("url") {
if (is_android) {
android_library("url_java") {
- DEPRECATED_java_in_dir = "android/java/src"
+ java_files = [ "android/java/src/org/chromium/url/IDNStringUtil.java" ]
deps = [
"//base:base_java",
]
« no previous file with comments | « ui/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698