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

Unified Diff: extensions/extensions.gyp

Issue 182253010: Register a Service Worker when an extension is enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Test passes! Don't know if it's right though Created 6 years, 9 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 | « extensions/browser/service_worker_manager.cc ('k') | tools/gdb/gdb_chrome.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 4abb2b3335d101c1f17b805b4e89441abd962fad..6961509b87898ac673c57bc14f93d1f45251432f 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -293,6 +293,8 @@
'browser/renderer_startup_helper.h',
'browser/runtime_data.cc',
'browser/runtime_data.h',
+ 'browser/service_worker_manager.cc',
+ 'browser/service_worker_manager.h',
'browser/update_observer.h',
'browser/value_store/leveldb_value_store.cc',
'browser/value_store/leveldb_value_store.h',
« no previous file with comments | « extensions/browser/service_worker_manager.cc ('k') | tools/gdb/gdb_chrome.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698