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

Unified Diff: components/gcm_driver/instance_id/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/BUILD.gn
diff --git a/components/gcm_driver/instance_id/BUILD.gn b/components/gcm_driver/instance_id/BUILD.gn
index ec00c0b3766433915e27b9ba8baa1e640e79097c..e19a7cd0b9acac09c95e40db3062627625dc3431 100644
--- a/components/gcm_driver/instance_id/BUILD.gn
+++ b/components/gcm_driver/instance_id/BUILD.gn
@@ -64,4 +64,11 @@ source_set("unit_tests") {
"//google_apis/gcm",
"//testing/gtest",
]
+
+ if (is_android) {
+ deps += [
+ # Just for NestedMessagePumpAndroid (and NestedSystemMessageHandler).
+ "//content/test:layouttest_support",
+ ]
+ }
}

Powered by Google App Engine
This is Rietveld 408576698