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

Unified Diff: content/content_child.gypi

Issue 62333027: Fix horrifically-out-of-order gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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 | « no previous file | content/content_renderer.gypi » ('j') | 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 c2c035f38bb66a36143fe848719f89add03dde1c..f8fb4642f12ac550ee9a9b37f78df9bd8b73f5df 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -64,14 +64,6 @@
'child/indexed_db/proxy_webidbdatabase_impl.h',
'child/indexed_db/proxy_webidbfactory_impl.cc',
'child/indexed_db/proxy_webidbfactory_impl.h',
- 'child/service_worker/service_worker_dispatcher.cc',
- 'child/service_worker/service_worker_dispatcher.h',
- 'child/service_worker/service_worker_message_filter.cc',
- 'child/service_worker/service_worker_message_filter.h',
- 'child/service_worker/web_service_worker_impl.cc',
- 'child/service_worker/web_service_worker_impl.h',
- 'child/service_worker/web_service_worker_provider_impl.cc',
- 'child/service_worker/web_service_worker_provider_impl.h',
'child/npapi/np_channel_base.cc',
'child/npapi/np_channel_base.h',
'child/npapi/npobject_base.h',
@@ -134,6 +126,14 @@
'child/runtime_features.h',
'child/scoped_child_process_reference.cc',
'child/scoped_child_process_reference.h',
+ 'child/service_worker/service_worker_dispatcher.cc',
+ 'child/service_worker/service_worker_dispatcher.h',
+ 'child/service_worker/service_worker_message_filter.cc',
+ 'child/service_worker/service_worker_message_filter.h',
+ 'child/service_worker/web_service_worker_impl.cc',
+ 'child/service_worker/web_service_worker_impl.h',
+ 'child/service_worker/web_service_worker_provider_impl.cc',
+ 'child/service_worker/web_service_worker_provider_impl.h',
'child/site_isolation_policy.cc',
'child/site_isolation_policy.h',
'child/socket_stream_dispatcher.cc',
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698