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

Unified Diff: content/content_common.gypi

Issue 127583002: Separate EmbeddedWorker messages into another file to use different msg class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix Created 6 years, 11 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 546995bfe59c5a87efc4624f82b29c891be2ea3a..ab059ab8b64830618191c63133f7aa46ef24a3f8 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -373,9 +373,10 @@
'common/sandbox_win.h',
'common/savable_url_schemes.cc',
'common/savable_url_schemes.h',
- 'common/service_worker_messages.h',
- 'common/service_worker_types.cc',
- 'common/service_worker_types.h',
+ 'common/service_worker/embedded_worker_messages.h',
+ 'common/service_worker/service_worker_messages.h',
+ 'common/service_worker/service_worker_types.cc',
+ 'common/service_worker/service_worker_types.h',
'common/set_process_title.cc',
'common/set_process_title.h',
'common/set_process_title_linux.cc',
« no previous file with comments | « content/common/service_worker_types.cc ('k') | content/renderer/service_worker/embedded_worker_context_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698