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

Unified Diff: sync/sync_notifier.gypi

Issue 116533006: Control invalidations network channel from TiclInvalidationService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years 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: sync/sync_notifier.gypi
diff --git a/sync/sync_notifier.gypi b/sync/sync_notifier.gypi
index 7986bd70562754cf6030771b2cca8b62704c3547..930bb097b6ab60670fcdb83f165ed82fc92ec5e1 100644
--- a/sync/sync_notifier.gypi
+++ b/sync/sync_notifier.gypi
@@ -48,6 +48,8 @@
'conditions': [
['OS != "android"', {
'sources': [
+ 'notifier/gcm_network_channel.cc',
+ 'notifier/gcm_network_channel.h',
'notifier/invalidation_notifier.cc',
'notifier/invalidation_notifier.h',
'notifier/non_blocking_invalidator.cc',

Powered by Google App Engine
This is Rietveld 408576698