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

Unified Diff: components/signin/core/browser/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/service_tab_launcher/BUILD.gn ('k') | components/variations/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/android/BUILD.gn
diff --git a/components/signin/core/browser/android/BUILD.gn b/components/signin/core/browser/android/BUILD.gn
index d130fdc3d6ac39e4885b645b146b249114ffb2cf..9d56632547c2de93bb85019a485a39d18116f902 100644
--- a/components/signin/core/browser/android/BUILD.gn
+++ b/components/signin/core/browser/android/BUILD.gn
@@ -19,5 +19,6 @@ android_library("java") {
"//sync/android:sync_java",
]
- DEPRECATED_java_in_dir = "java/src"
+ java_files =
+ [ "java/src/org/chromium/components/signin/ChildAccountInfoFetcher.java" ]
}
« no previous file with comments | « components/service_tab_launcher/BUILD.gn ('k') | components/variations/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698