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

Unified Diff: components/web_contents_delegate_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/variations/android/BUILD.gn ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_contents_delegate_android/BUILD.gn
diff --git a/components/web_contents_delegate_android/BUILD.gn b/components/web_contents_delegate_android/BUILD.gn
index 24bc34e5b19374bbd7a80df3e80748b2595bf794..e95954f794d61698cdf0d2f139c8a3778ead8c94 100644
--- a/components/web_contents_delegate_android/BUILD.gn
+++ b/components/web_contents_delegate_android/BUILD.gn
@@ -46,7 +46,11 @@ android_library("web_contents_delegate_android_java") {
"//content/public/android:content_java_resources",
"//ui/android:ui_java",
]
- DEPRECATED_java_in_dir = "android/java/src"
+ java_files = [
+ "android/java/src/org/chromium/components/web_contents_delegate_android/ColorChooserAndroid.java",
+ "android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java",
+ "android/java/src/org/chromium/components/web_contents_delegate_android/WebContentsDelegateAndroid.java",
+ ]
}
# GYP: //components/web_contents_delegate_android:web_contents_delegate_android_jni_headers
« no previous file with comments | « components/variations/android/BUILD.gn ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698