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

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

Issue 1126233004: Persist Instance ID data to GCM store. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mac Created 5 years, 7 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 430de17ae8d2fe5b886c42c6f0167f7a38ae9ddb..179828f9f61024afe3ddeefc811abc928749b28a 100644
--- a/components/gcm_driver/instance_id/BUILD.gn
+++ b/components/gcm_driver/instance_id/BUILD.gn
@@ -34,12 +34,13 @@ source_set("instance_id") {
source_set("test_support") {
testonly = true
sources = [
- "fake_instance_id_driver.cc",
- "fake_instance_id_driver.h",
+ "fake_gcm_driver_for_instance_id.cc",
+ "fake_gcm_driver_for_instance_id.h",
]
deps = [
":instance_id",
+ "//components/gcm_driver:test_support",
"//testing/gtest",
]
}
« no previous file with comments | « components/gcm_driver/gcm_driver_desktop.cc ('k') | components/gcm_driver/instance_id/fake_gcm_driver_for_instance_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698