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

Unified Diff: chrome/test/chromedriver/test/webview_shell/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 | « chrome/test/BUILD.gn ('k') | components/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/test/webview_shell/BUILD.gn
diff --git a/chrome/test/chromedriver/test/webview_shell/BUILD.gn b/chrome/test/chromedriver/test/webview_shell/BUILD.gn
index 6933745306d7f7db9c4afdb536986da30a62e501..1ac38960ed3325421546c1af103294e223dc291e 100644
--- a/chrome/test/chromedriver/test/webview_shell/BUILD.gn
+++ b/chrome/test/chromedriver/test/webview_shell/BUILD.gn
@@ -13,6 +13,6 @@ android_apk("chromedriver_webview_shell_apk") {
deps = [
":chromedriver_webview_shell_resources",
]
- DEPRECATED_java_in_dir = "java/src"
+ java_files = [ "java/src/org/chromium/chromedriver_webview_shell/Main.java" ]
android_manifest = "java/AndroidManifest.xml"
}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698