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

Unified Diff: content/content_browser.gypi

Issue 950343006: [BackgroundSync] Initial land of the BackgroundSyncManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 5 years, 10 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_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index e0afa12581e1fd0d66366faf0458c03033949b4f..bb944e2714bfd5b3cdfbc1208045e3227ed743ed 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -29,6 +29,7 @@
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/resources/ui_resources.gyp:ui_resources',
'../ui/snapshot/snapshot.gyp:snapshot',
+ 'browser/background_sync/background_sync_proto.gyp:background_sync_proto',
'browser/service_worker/service_worker_proto.gyp:service_worker_proto',
'browser/speech/proto/speech_proto.gyp:speech_proto',
'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
@@ -416,6 +417,8 @@
'browser/appcache/chrome_appcache_service.h',
'browser/appcache/view_appcache_internals_job.cc',
'browser/appcache/view_appcache_internals_job.h',
+ 'browser/background_sync/background_sync_manager.cc',
+ 'browser/background_sync/background_sync_manager.h',
'browser/bluetooth/bluetooth_dispatcher_host.cc',
'browser/bluetooth/bluetooth_dispatcher_host.h',
'browser/bootstrap_sandbox_mac.cc',

Powered by Google App Engine
This is Rietveld 408576698