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

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: Better scoped_ptr construction (nit) 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
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index b9668797f7a1e4047bb5c756d1f259a5b5407037..e32039d896ce6509388c3d9d34252297ab293701 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',
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698