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

Side by Side Diff: content/content_child.gypi

Issue 261533003: Populate .current when navigator.serviceWorker is accessed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../mojo/mojo.gyp:mojo_environment_chromium', 9 '../mojo/mojo.gyp:mojo_environment_chromium',
10 '../mojo/mojo.gyp:mojo_shell_bindings', 10 '../mojo/mojo.gyp:mojo_shell_bindings',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'child/request_extra_data.cc', 139 'child/request_extra_data.cc',
140 'child/request_extra_data.h', 140 'child/request_extra_data.h',
141 'child/request_info.cc', 141 'child/request_info.cc',
142 'child/request_info.h', 142 'child/request_info.h',
143 'child/resource_dispatcher.cc', 143 'child/resource_dispatcher.cc',
144 'child/resource_dispatcher.h', 144 'child/resource_dispatcher.h',
145 'child/runtime_features.cc', 145 'child/runtime_features.cc',
146 'child/runtime_features.h', 146 'child/runtime_features.h',
147 'child/scoped_child_process_reference.cc', 147 'child/scoped_child_process_reference.cc',
148 'child/scoped_child_process_reference.h', 148 'child/scoped_child_process_reference.h',
149 'child/service_worker/service_worker_handle_reference.cc',
150 'child/service_worker/service_worker_handle_reference.h',
149 'child/service_worker/service_worker_dispatcher.cc', 151 'child/service_worker/service_worker_dispatcher.cc',
150 'child/service_worker/service_worker_dispatcher.h', 152 'child/service_worker/service_worker_dispatcher.h',
151 'child/service_worker/service_worker_message_filter.cc', 153 'child/service_worker/service_worker_message_filter.cc',
152 'child/service_worker/service_worker_message_filter.h', 154 'child/service_worker/service_worker_message_filter.h',
153 'child/service_worker/service_worker_network_provider.cc', 155 'child/service_worker/service_worker_network_provider.cc',
154 'child/service_worker/service_worker_network_provider.h', 156 'child/service_worker/service_worker_network_provider.h',
157 'child/service_worker/service_worker_provider_context.cc',
158 'child/service_worker/service_worker_provider_context.h',
155 'child/service_worker/web_service_worker_impl.cc', 159 'child/service_worker/web_service_worker_impl.cc',
156 'child/service_worker/web_service_worker_impl.h', 160 'child/service_worker/web_service_worker_impl.h',
157 'child/service_worker/web_service_worker_provider_impl.cc', 161 'child/service_worker/web_service_worker_provider_impl.cc',
158 'child/service_worker/web_service_worker_provider_impl.h', 162 'child/service_worker/web_service_worker_provider_impl.h',
159 'child/shared_worker_devtools_agent.cc', 163 'child/shared_worker_devtools_agent.cc',
160 'child/shared_worker_devtools_agent.h', 164 'child/shared_worker_devtools_agent.h',
161 'child/simple_webmimeregistry_impl.cc', 165 'child/simple_webmimeregistry_impl.cc',
162 'child/simple_webmimeregistry_impl.h', 166 'child/simple_webmimeregistry_impl.h',
163 'child/site_isolation_policy.cc', 167 'child/site_isolation_policy.cc',
164 'child/site_isolation_policy.h', 168 'child/site_isolation_policy.h',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 }, { 294 }, {
291 'dependencies': [ 295 'dependencies': [
292 '../third_party/nss/nss.gyp:nspr', 296 '../third_party/nss/nss.gyp:nspr',
293 '../third_party/nss/nss.gyp:nss', 297 '../third_party/nss/nss.gyp:nss',
294 ], 298 ],
295 }], 299 }],
296 ], 300 ],
297 }], 301 }],
298 ], 302 ],
299 } 303 }
OLDNEW
« no previous file with comments | « content/common/service_worker/service_worker_messages.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698