diff options
Diffstat (limited to 'components/gcm_driver/android/BUILD.gn')
| -rw-r--r-- | components/gcm_driver/android/BUILD.gn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/components/gcm_driver/android/BUILD.gn b/components/gcm_driver/android/BUILD.gn index d3adb02..af75f01 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", + ] } |
