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

Unified Diff: components/gcm_driver.gypi

Issue 2122603007: Move FakeGCMProfileService to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: buildfix - include paths Created 4 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
Index: components/gcm_driver.gypi
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
index 5a0b31e18315795c36e8992d9443a8f723bbbb66..e5ad17efc5f31212d0f9082a8b056cd2fc12f493 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -151,6 +151,8 @@
'gcm_driver/fake_gcm_client_factory.h',
'gcm_driver/fake_gcm_driver.cc',
'gcm_driver/fake_gcm_driver.h',
+ 'gcm_driver/fake_gcm_profile_service.cc',
+ 'gcm_driver/fake_gcm_profile_service.h',
],
'conditions': [
['OS == "android"', {

Powered by Google App Engine
This is Rietveld 408576698