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

Unified Diff: content/content_common.gypi

Issue 208843004: Add the beginning of a public Service Worker API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix kinuko's comments. 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 785311ad68997f5e61f80fb84de898982a840b5d..452b6bc7f4a0f6995438225a65004847678280db 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -95,6 +95,7 @@
'public/common/sandboxed_process_launcher_delegate.cc',
'public/common/sandboxed_process_launcher_delegate.h',
'public/common/security_style.h',
+ 'public/common/service_worker_status_code.h',
'public/common/show_desktop_notification_params.cc',
'public/common/show_desktop_notification_params.h',
'public/common/signed_certificate_timestamp_id_and_status.cc',
@@ -413,7 +414,6 @@
'common/service_worker/embedded_worker_messages.h',
'common/service_worker/service_worker_messages.h',
'common/service_worker/service_worker_status_code.cc',
- 'common/service_worker/service_worker_status_code.h',
'common/service_worker/service_worker_types.cc',
'common/service_worker/service_worker_types.h',
'common/set_process_title.cc',

Powered by Google App Engine
This is Rietveld 408576698