OLD | NEW |
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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 'child/scoped_child_process_reference.cc', | 130 'child/scoped_child_process_reference.cc', |
131 'child/scoped_child_process_reference.h', | 131 'child/scoped_child_process_reference.h', |
132 'child/service_worker/service_worker_dispatcher.cc', | 132 'child/service_worker/service_worker_dispatcher.cc', |
133 'child/service_worker/service_worker_dispatcher.h', | 133 'child/service_worker/service_worker_dispatcher.h', |
134 'child/service_worker/service_worker_message_filter.cc', | 134 'child/service_worker/service_worker_message_filter.cc', |
135 'child/service_worker/service_worker_message_filter.h', | 135 'child/service_worker/service_worker_message_filter.h', |
136 'child/service_worker/web_service_worker_impl.cc', | 136 'child/service_worker/web_service_worker_impl.cc', |
137 'child/service_worker/web_service_worker_impl.h', | 137 'child/service_worker/web_service_worker_impl.h', |
138 'child/service_worker/web_service_worker_provider_impl.cc', | 138 'child/service_worker/web_service_worker_provider_impl.cc', |
139 'child/service_worker/web_service_worker_provider_impl.h', | 139 'child/service_worker/web_service_worker_provider_impl.h', |
| 140 'child/simple_webmimeregistry_impl.cc', |
| 141 'child/simple_webmimeregistry_impl.h', |
140 'child/site_isolation_policy.cc', | 142 'child/site_isolation_policy.cc', |
141 'child/site_isolation_policy.h', | 143 'child/site_isolation_policy.h', |
142 'child/socket_stream_dispatcher.cc', | 144 'child/socket_stream_dispatcher.cc', |
143 'child/socket_stream_dispatcher.h', | 145 'child/socket_stream_dispatcher.h', |
144 'child/thread_safe_sender.cc', | 146 'child/thread_safe_sender.cc', |
145 'child/thread_safe_sender.h', | 147 'child/thread_safe_sender.h', |
146 'child/web_database_observer_impl.cc', | 148 'child/web_database_observer_impl.cc', |
147 'child/web_database_observer_impl.h', | 149 'child/web_database_observer_impl.h', |
148 'child/web_discardable_memory_impl.cc', | 150 'child/web_discardable_memory_impl.cc', |
149 'child/web_discardable_memory_impl.h', | 151 'child/web_discardable_memory_impl.h', |
150 'child/webblobregistry_impl.cc', | 152 'child/webblobregistry_impl.cc', |
151 'child/webblobregistry_impl.h', | 153 'child/webblobregistry_impl.h', |
| 154 'child/webfileutilities_impl.cc', |
| 155 'child/webfileutilities_impl.h', |
| 156 'child/webkitplatformsupport_child_impl.cc', |
| 157 'child/webkitplatformsupport_child_impl.h', |
152 'child/webkitplatformsupport_impl.cc', | 158 'child/webkitplatformsupport_impl.cc', |
153 'child/webkitplatformsupport_impl.h', | 159 'child/webkitplatformsupport_impl.h', |
154 'child/webkitplatformsupport_child_impl.cc', | |
155 'child/webkitplatformsupport_child_impl.h', | |
156 'child/webmessageportchannel_impl.cc', | 160 'child/webmessageportchannel_impl.cc', |
157 'child/webmessageportchannel_impl.h', | 161 'child/webmessageportchannel_impl.h', |
158 'child/websocket_bridge.cc', | 162 'child/websocket_bridge.cc', |
159 'child/websocket_bridge.h', | 163 'child/websocket_bridge.h', |
160 'child/websocket_dispatcher.cc', | 164 'child/websocket_dispatcher.cc', |
161 'child/websocket_dispatcher.h', | 165 'child/websocket_dispatcher.h', |
162 'child/worker_thread_task_runner.cc', | 166 'child/worker_thread_task_runner.cc', |
163 'child/worker_thread_task_runner.h', | 167 'child/worker_thread_task_runner.h', |
164 'public/child/image_decoder_utils.h', | 168 'public/child/image_decoder_utils.h', |
165 'public/child/resource_dispatcher_delegate.h', | 169 'public/child/resource_dispatcher_delegate.h', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 'child/npapi/webplugin_delegate_impl_mac.mm', | 202 'child/npapi/webplugin_delegate_impl_mac.mm', |
199 ], | 203 ], |
200 }], | 204 }], |
201 ['OS=="win"', { | 205 ['OS=="win"', { |
202 'sources!': [ | 206 'sources!': [ |
203 'child/npapi/webplugin_delegate_impl_aura.cc', | 207 'child/npapi/webplugin_delegate_impl_aura.cc', |
204 ], | 208 ], |
205 }], | 209 }], |
206 ], | 210 ], |
207 } | 211 } |
OLD | NEW |