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

Unified Diff: components/gcm_driver/BUILD.gn

Issue 2122603007: Move FakeGCMProfileService to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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.gypi ('k') | components/gcm_driver/fake_gcm_profile_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/BUILD.gn
diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn
index 7f8e34a4f0b1d9502561674d97113f0d7e30ed7c..087c6c0ed95f046463d06eed2baa2e49c6a25e1f 100644
--- a/components/gcm_driver/BUILD.gn
+++ b/components/gcm_driver/BUILD.gn
@@ -118,6 +118,8 @@ static_library("test_support") {
"fake_gcm_client_factory.h",
"fake_gcm_driver.cc",
"fake_gcm_driver.h",
+ "fake_gcm_profile_service.cc",
+ "fake_gcm_profile_service.h",
]
public_deps = [
« no previous file with comments | « components/gcm_driver.gypi ('k') | components/gcm_driver/fake_gcm_profile_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698