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

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

Issue 2847923002: [Chromecast] Add method to CastCdm for the session expiration updating. (Closed)
Patch Set: Add InstanceIDFactory class to help with testing. Created 3 years, 5 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
« no previous file with comments | « components/gcm_driver/gcm_profile_service.cc ('k') | components/gcm_driver/instance_id/instance_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b36c16ccbfc0b8d96ada48b93ef655ea531f5f56..15ce0ea4459d79c7b0217af1dd8043dacb10d72a 100644
--- a/components/gcm_driver/instance_id/BUILD.gn
+++ b/components/gcm_driver/instance_id/BUILD.gn
@@ -10,8 +10,11 @@ static_library("instance_id") {
"instance_id.h",
"instance_id_driver.cc",
"instance_id_driver.h",
+ "instance_id_factory.h",
"instance_id_impl.cc",
"instance_id_impl.h",
+ "instance_id_impl_factory.cc",
+ "instance_id_impl_factory.h",
]
deps = [
@@ -23,10 +26,14 @@ static_library("instance_id") {
sources -= [
"instance_id_impl.cc",
"instance_id_impl.h",
+ "instance_id_impl_factory.cc",
+ "instance_id_impl_factory.h",
]
sources += [
"instance_id_android.cc",
"instance_id_android.h",
+ "instance_id_android_factory.cc",
+ "instance_id_android_factory.h",
]
deps += [ "android:jni_headers" ]
}
« no previous file with comments | « components/gcm_driver/gcm_profile_service.cc ('k') | components/gcm_driver/instance_id/instance_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698