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

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: Updates based on recent changes to mojo definitions. Created 5 years, 8 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 b053db265dc2839d52d2c972bcb0cd436bbf977a..bac7bb810888249532414e84b19550cd23c2157c 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -41,6 +41,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',
« content/child/background_sync/background_sync_provider_thread_proxy.h ('K') | « content/common/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698