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

Unified Diff: components/gcm_driver/instance_id/android/BUILD.gn

Issue 1829023002: Add fake for InstanceIDWithSubtype.java, in order to re-use unit test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid2jni
Patch Set: Tweaks Created 4 years, 8 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
Index: components/gcm_driver/instance_id/android/BUILD.gn
diff --git a/components/gcm_driver/instance_id/android/BUILD.gn b/components/gcm_driver/instance_id/android/BUILD.gn
index a6815e23dac44d7c469088aea7d21741b4c9b77d..5af91af38c4b86a90b4718d7d64b6a2bb9b1f27e 100644
--- a/components/gcm_driver/instance_id/android/BUILD.gn
+++ b/components/gcm_driver/instance_id/android/BUILD.gn
@@ -19,5 +19,8 @@ android_library("instance_id_driver_java") {
google_play_services_library,
]
- java_files = [ "java/src/org/chromium/components/gcm_driver/instance_id/InstanceIDWithSubtype.java" ]
+ java_files = [
+ "java/src/org/chromium/components/gcm_driver/instance_id/FakeInstanceIDWithSubtype.java",
+ "java/src/org/chromium/components/gcm_driver/instance_id/InstanceIDWithSubtype.java",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698