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 '../mojo/mojo.gyp:mojo_environment_chromium', | 9 '../mojo/mojo.gyp:mojo_environment_chromium', |
10 '../mojo/mojo.gyp:mojo_service_provider_bindings', | 10 '../mojo/mojo.gyp:mojo_service_provider_bindings', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 'child/web_discardable_memory_impl.cc', | 188 'child/web_discardable_memory_impl.cc', |
189 'child/web_discardable_memory_impl.h', | 189 'child/web_discardable_memory_impl.h', |
190 'child/web_socket_stream_handle_bridge.h', | 190 'child/web_socket_stream_handle_bridge.h', |
191 'child/web_socket_stream_handle_delegate.h', | 191 'child/web_socket_stream_handle_delegate.h', |
192 'child/web_socket_stream_handle_impl.cc', | 192 'child/web_socket_stream_handle_impl.cc', |
193 'child/web_socket_stream_handle_impl.h', | 193 'child/web_socket_stream_handle_impl.h', |
194 'child/web_url_loader_impl.cc', | 194 'child/web_url_loader_impl.cc', |
195 'child/web_url_loader_impl.h', | 195 'child/web_url_loader_impl.h', |
196 'child/webblobregistry_impl.cc', | 196 'child/webblobregistry_impl.cc', |
197 'child/webblobregistry_impl.h', | 197 'child/webblobregistry_impl.h', |
198 'child/webcrypto/algorithm_dispatch.cc', | |
199 'child/webcrypto/algorithm_dispatch.h', | |
200 'child/webcrypto/algorithm_implementation.cc', | |
201 'child/webcrypto/algorithm_implementation.h', | |
202 'child/webcrypto/algorithm_registry.cc', | |
203 'child/webcrypto/algorithm_registry.h', | |
204 'child/webcrypto/crypto_data.cc', | 198 'child/webcrypto/crypto_data.cc', |
205 'child/webcrypto/crypto_data.h', | 199 'child/webcrypto/crypto_data.h', |
206 'child/webcrypto/jwk.cc', | 200 'child/webcrypto/jwk.cc', |
207 'child/webcrypto/jwk.h', | 201 'child/webcrypto/jwk.h', |
208 'child/webcrypto/platform_crypto.h', | 202 'child/webcrypto/platform_crypto.h', |
| 203 'child/webcrypto/shared_crypto.cc', |
| 204 'child/webcrypto/shared_crypto.h', |
209 'child/webcrypto/status.cc', | 205 'child/webcrypto/status.cc', |
210 'child/webcrypto/status.h', | 206 'child/webcrypto/status.h', |
211 'child/webcrypto/structured_clone.cc', | |
212 'child/webcrypto/structured_clone.h', | |
213 'child/webcrypto/webcrypto_impl.cc', | 207 'child/webcrypto/webcrypto_impl.cc', |
214 'child/webcrypto/webcrypto_impl.h', | 208 'child/webcrypto/webcrypto_impl.h', |
215 'child/webcrypto/webcrypto_util.cc', | 209 'child/webcrypto/webcrypto_util.cc', |
216 'child/webcrypto/webcrypto_util.h', | 210 'child/webcrypto/webcrypto_util.h', |
217 'child/webfallbackthemeengine_impl.cc', | 211 'child/webfallbackthemeengine_impl.cc', |
218 'child/webfallbackthemeengine_impl.h', | 212 'child/webfallbackthemeengine_impl.h', |
219 'child/webfileutilities_impl.cc', | 213 'child/webfileutilities_impl.cc', |
220 'child/webfileutilities_impl.h', | 214 'child/webfileutilities_impl.h', |
221 'child/webmessageportchannel_impl.cc', | 215 'child/webmessageportchannel_impl.cc', |
222 'child/webmessageportchannel_impl.h', | 216 'child/webmessageportchannel_impl.h', |
(...skipping 10 matching lines...) Expand all Loading... |
233 'child/webthemeengine_impl_mac.cc', | 227 'child/webthemeengine_impl_mac.cc', |
234 'child/webthemeengine_impl_mac.h', | 228 'child/webthemeengine_impl_mac.h', |
235 'child/webthread_impl.cc', | 229 'child/webthread_impl.cc', |
236 'child/webthread_impl.h', | 230 'child/webthread_impl.h', |
237 'child/worker_task_runner.cc', | 231 'child/worker_task_runner.cc', |
238 'child/worker_task_runner.h', | 232 'child/worker_task_runner.h', |
239 'child/worker_thread_task_runner.cc', | 233 'child/worker_thread_task_runner.cc', |
240 'child/worker_thread_task_runner.h', | 234 'child/worker_thread_task_runner.h', |
241 ], | 235 ], |
242 'webcrypto_nss_sources': [ | 236 'webcrypto_nss_sources': [ |
243 'child/webcrypto/nss/aes_cbc_nss.cc', | 237 'child/webcrypto/platform_crypto_nss.cc', |
244 'child/webcrypto/nss/aes_gcm_nss.cc', | |
245 'child/webcrypto/nss/aes_key_nss.cc', | |
246 'child/webcrypto/nss/aes_key_nss.h', | |
247 'child/webcrypto/nss/aes_kw_nss.cc', | |
248 'child/webcrypto/nss/hmac_nss.cc', | |
249 'child/webcrypto/nss/key_nss.cc', | |
250 'child/webcrypto/nss/key_nss.h', | |
251 'child/webcrypto/nss/rsa_key_nss.cc', | |
252 'child/webcrypto/nss/rsa_key_nss.h', | |
253 'child/webcrypto/nss/rsa_oaep_nss.cc', | |
254 'child/webcrypto/nss/rsa_ssa_nss.cc', | |
255 'child/webcrypto/nss/sha_nss.cc', | |
256 'child/webcrypto/nss/sym_key_nss.cc', | |
257 'child/webcrypto/nss/sym_key_nss.h', | |
258 'child/webcrypto/nss/util_nss.cc', | |
259 'child/webcrypto/nss/util_nss.h', | |
260 ], | 238 ], |
261 'webcrypto_openssl_sources': [ | 239 'webcrypto_openssl_sources': [ |
262 'child/webcrypto/openssl/aes_cbc_openssl.cc', | 240 'child/webcrypto/platform_crypto_openssl.cc', |
263 'child/webcrypto/openssl/aes_gcm_openssl.cc', | |
264 'child/webcrypto/openssl/aes_key_openssl.cc', | |
265 'child/webcrypto/openssl/aes_key_openssl.h', | |
266 'child/webcrypto/openssl/aes_kw_openssl.cc', | |
267 'child/webcrypto/openssl/hmac_openssl.cc', | |
268 'child/webcrypto/openssl/key_openssl.cc', | |
269 'child/webcrypto/openssl/key_openssl.h', | |
270 'child/webcrypto/openssl/sha_openssl.cc', | |
271 'child/webcrypto/openssl/sym_key_openssl.cc', | |
272 'child/webcrypto/openssl/sym_key_openssl.h', | |
273 'child/webcrypto/openssl/util_openssl.cc', | |
274 'child/webcrypto/openssl/util_openssl.h', | |
275 ], | 241 ], |
276 }, | 242 }, |
277 'sources': [ | 243 'sources': [ |
278 '<@(public_child_sources)', | 244 '<@(public_child_sources)', |
279 '<@(private_child_sources)', | 245 '<@(private_child_sources)', |
280 ], | 246 ], |
281 'conditions': [ | 247 'conditions': [ |
282 ['use_default_render_theme==0', | 248 ['use_default_render_theme==0', |
283 { | 249 { |
284 'sources/': [ | 250 'sources/': [ |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 }, { | 311 }, { |
346 'dependencies': [ | 312 'dependencies': [ |
347 '../third_party/nss/nss.gyp:nspr', | 313 '../third_party/nss/nss.gyp:nspr', |
348 '../third_party/nss/nss.gyp:nss', | 314 '../third_party/nss/nss.gyp:nss', |
349 ], | 315 ], |
350 }], | 316 }], |
351 ], | 317 ], |
352 }], | 318 }], |
353 ], | 319 ], |
354 } | 320 } |
OLD | NEW |