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

Side by Side Diff: content/content_child.gypi

Issue 463013002: ServiceWorker: Implement updatefound event and version attributes (Chromium) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address for comments Created 6 years, 4 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
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_base.gyp:mojo_application_bindings', 9 '../mojo/mojo_base.gyp:mojo_application_bindings',
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', 10 '../mojo/mojo_base.gyp:mojo_environment_chromium',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'child/service_worker/service_worker_dispatcher.cc', 158 'child/service_worker/service_worker_dispatcher.cc',
159 'child/service_worker/service_worker_dispatcher.h', 159 'child/service_worker/service_worker_dispatcher.h',
160 'child/service_worker/service_worker_handle_reference.cc', 160 'child/service_worker/service_worker_handle_reference.cc',
161 'child/service_worker/service_worker_handle_reference.h', 161 'child/service_worker/service_worker_handle_reference.h',
162 'child/service_worker/service_worker_message_filter.cc', 162 'child/service_worker/service_worker_message_filter.cc',
163 'child/service_worker/service_worker_message_filter.h', 163 'child/service_worker/service_worker_message_filter.h',
164 'child/service_worker/service_worker_network_provider.cc', 164 'child/service_worker/service_worker_network_provider.cc',
165 'child/service_worker/service_worker_network_provider.h', 165 'child/service_worker/service_worker_network_provider.h',
166 'child/service_worker/service_worker_provider_context.cc', 166 'child/service_worker/service_worker_provider_context.cc',
167 'child/service_worker/service_worker_provider_context.h', 167 'child/service_worker/service_worker_provider_context.h',
168 'child/service_worker/service_worker_registration_handle_reference.cc',
169 'child/service_worker/service_worker_registration_handle_reference.h',
168 'child/service_worker/web_service_worker_impl.cc', 170 'child/service_worker/web_service_worker_impl.cc',
169 'child/service_worker/web_service_worker_impl.h', 171 'child/service_worker/web_service_worker_impl.h',
170 'child/service_worker/web_service_worker_provider_impl.cc', 172 'child/service_worker/web_service_worker_provider_impl.cc',
171 'child/service_worker/web_service_worker_provider_impl.h', 173 'child/service_worker/web_service_worker_provider_impl.h',
172 'child/service_worker/web_service_worker_registration_impl.cc', 174 'child/service_worker/web_service_worker_registration_impl.cc',
173 'child/service_worker/web_service_worker_registration_impl.h', 175 'child/service_worker/web_service_worker_registration_impl.h',
174 'child/shared_worker_devtools_agent.cc', 176 'child/shared_worker_devtools_agent.cc',
175 'child/shared_worker_devtools_agent.h', 177 'child/shared_worker_devtools_agent.h',
176 'child/simple_webmimeregistry_impl.cc', 178 'child/simple_webmimeregistry_impl.cc',
177 'child/simple_webmimeregistry_impl.h', 179 'child/simple_webmimeregistry_impl.h',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 }, { 359 }, {
358 'dependencies': [ 360 'dependencies': [
359 '../third_party/nss/nss.gyp:nspr', 361 '../third_party/nss/nss.gyp:nspr',
360 '../third_party/nss/nss.gyp:nss', 362 '../third_party/nss/nss.gyp:nss',
361 ], 363 ],
362 }], 364 }],
363 ], 365 ],
364 }], 366 }],
365 ], 367 ],
366 } 368 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698