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

Unified Diff: components/variations/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/signin/core/browser/android/BUILD.gn ('k') | components/web_contents_delegate_android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/android/BUILD.gn
diff --git a/components/variations/android/BUILD.gn b/components/variations/android/BUILD.gn
index 576db64f7eb6d8a4acf12ebf96e05829d1fce75d..0bcadfddab067bfa2f6ee250850e4c3f7b4834d5 100644
--- a/components/variations/android/BUILD.gn
+++ b/components/variations/android/BUILD.gn
@@ -9,5 +9,10 @@ android_library("variations_java") {
deps = [
"//base:base_java",
]
- DEPRECATED_java_in_dir = "java/src"
+ java_files = [
+ "java/src/org/chromium/components/variations/VariationsAssociatedData.java",
+ "java/src/org/chromium/components/variations/firstrun/VariationsSeedBridge.java",
+ "java/src/org/chromium/components/variations/firstrun/VariationsSeedService.java",
+ "java/src/org/chromium/components/variations/firstrun/VariationsSeedServiceLauncher.java",
+ ]
}
« no previous file with comments | « components/signin/core/browser/android/BUILD.gn ('k') | components/web_contents_delegate_android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698