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

Unified Diff: content/content_child.gypi

Issue 1104283002: [Background Sync] Add renderer code to interface between JS API and back-end service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bgsync-mojo
Patch Set: Make CallbackThreadAdapter own the wrapped callbacks 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: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 284e27a14318e44891f455c04e2d948aeb5bd9f4..ab067b8e852385a32b208fb37815130bb895e140 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -42,6 +42,10 @@
'child/appcache/web_application_cache_host_impl.cc',
'child/appcache/web_application_cache_host_impl.h',
'child/assert_matching_enums.cc',
+ 'child/background_sync/background_sync_provider_thread_proxy.cc',
+ 'child/background_sync/background_sync_provider_thread_proxy.h',
+ 'child/background_sync/background_sync_provider.cc',
+ 'child/background_sync/background_sync_provider.h',
'child/background_sync/background_sync_type_converters.cc',
'child/background_sync/background_sync_type_converters.h',
'child/blink_platform_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698