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

Side by Side Diff: content/content_child.gypi

Issue 158953008: Implementations of SharedWorker in the renderer process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@WorkerMessages
Patch Set: rebase Created 6 years, 10 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
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 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../ui/gfx/gfx.gyp:gfx', 10 '../ui/gfx/gfx.gyp:gfx',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'child/scoped_child_process_reference.cc', 132 'child/scoped_child_process_reference.cc',
133 'child/scoped_child_process_reference.h', 133 'child/scoped_child_process_reference.h',
134 'child/service_worker/service_worker_dispatcher.cc', 134 'child/service_worker/service_worker_dispatcher.cc',
135 'child/service_worker/service_worker_dispatcher.h', 135 'child/service_worker/service_worker_dispatcher.h',
136 'child/service_worker/service_worker_message_filter.cc', 136 'child/service_worker/service_worker_message_filter.cc',
137 'child/service_worker/service_worker_message_filter.h', 137 'child/service_worker/service_worker_message_filter.h',
138 'child/service_worker/web_service_worker_impl.cc', 138 'child/service_worker/web_service_worker_impl.cc',
139 'child/service_worker/web_service_worker_impl.h', 139 'child/service_worker/web_service_worker_impl.h',
140 'child/service_worker/web_service_worker_provider_impl.cc', 140 'child/service_worker/web_service_worker_provider_impl.cc',
141 'child/service_worker/web_service_worker_provider_impl.h', 141 'child/service_worker/web_service_worker_provider_impl.h',
142 'child/shared_worker_devtools_agent.cc',
143 'child/shared_worker_devtools_agent.h',
142 'child/simple_webmimeregistry_impl.cc', 144 'child/simple_webmimeregistry_impl.cc',
143 'child/simple_webmimeregistry_impl.h', 145 'child/simple_webmimeregistry_impl.h',
144 'child/site_isolation_policy.cc', 146 'child/site_isolation_policy.cc',
145 'child/site_isolation_policy.h', 147 'child/site_isolation_policy.h',
146 'child/socket_stream_dispatcher.cc', 148 'child/socket_stream_dispatcher.cc',
147 'child/socket_stream_dispatcher.h', 149 'child/socket_stream_dispatcher.h',
148 'child/thread_safe_sender.cc', 150 'child/thread_safe_sender.cc',
149 'child/thread_safe_sender.h', 151 'child/thread_safe_sender.h',
150 'child/web_database_observer_impl.cc', 152 'child/web_database_observer_impl.cc',
151 'child/web_database_observer_impl.h', 153 'child/web_database_observer_impl.h',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'child/npapi/webplugin_delegate_impl_mac.mm', 222 'child/npapi/webplugin_delegate_impl_mac.mm',
221 ], 223 ],
222 }], 224 }],
223 ['OS=="win"', { 225 ['OS=="win"', {
224 'sources!': [ 226 'sources!': [
225 'child/npapi/webplugin_delegate_impl_aura.cc', 227 'child/npapi/webplugin_delegate_impl_aura.cc',
226 ], 228 ],
227 }], 229 }],
228 ], 230 ],
229 } 231 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698