| Index: components/gcm_driver/android/BUILD.gn
|
| diff --git a/components/gcm_driver/android/BUILD.gn b/components/gcm_driver/android/BUILD.gn
|
| index 3f674c61718cab2f317cdf6ccad2eb9ef9c083a9..b412cb76bc442e814553a30cb4fad3ebb1996c7a 100644
|
| --- a/components/gcm_driver/android/BUILD.gn
|
| +++ b/components/gcm_driver/android/BUILD.gn
|
| @@ -22,7 +22,6 @@ android_library("gcm_driver_java") {
|
| ]
|
|
|
| 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",
|
|
|