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

Unified Diff: components/gcm_driver/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/cronet/android/BUILD.gn ('k') | components/invalidation/impl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/android/BUILD.gn
diff --git a/components/gcm_driver/android/BUILD.gn b/components/gcm_driver/android/BUILD.gn
index d3adb02d3aed6d38b6eef26138a44eddd7336d44..af75f01f9887a7aaac1224d0b21f0923dbb1c9b2 100644
--- a/components/gcm_driver/android/BUILD.gn
+++ b/components/gcm_driver/android/BUILD.gn
@@ -23,5 +23,10 @@ android_library("gcm_driver_java") {
"//third_party/jsr-305:jsr_305_javalib",
]
- DEPRECATED_java_in_dir = "java/src"
+ java_files = [
+ "java/src/org/chromium/components/gcm_driver/FakeGoogleCloudMessagingSubscriber.java",
+ "java/src/org/chromium/components/gcm_driver/GCMDriver.java",
+ "java/src/org/chromium/components/gcm_driver/GoogleCloudMessagingSubscriber.java",
+ "java/src/org/chromium/components/gcm_driver/GoogleCloudMessagingV2.java",
+ ]
}
« no previous file with comments | « components/cronet/android/BUILD.gn ('k') | components/invalidation/impl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698