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', |
198 'child/webcrypto/crypto_data.cc', | 204 'child/webcrypto/crypto_data.cc', |
199 'child/webcrypto/crypto_data.h', | 205 'child/webcrypto/crypto_data.h', |
200 'child/webcrypto/jwk.cc', | 206 'child/webcrypto/jwk.cc', |
201 'child/webcrypto/jwk.h', | 207 'child/webcrypto/jwk.h', |
202 'child/webcrypto/platform_crypto.h', | 208 'child/webcrypto/platform_crypto.h', |
203 'child/webcrypto/shared_crypto.cc', | |
204 'child/webcrypto/shared_crypto.h', | |
205 'child/webcrypto/status.cc', | 209 'child/webcrypto/status.cc', |
206 'child/webcrypto/status.h', | 210 'child/webcrypto/status.h', |
| 211 'child/webcrypto/structured_clone.cc', |
| 212 'child/webcrypto/structured_clone.h', |
207 'child/webcrypto/webcrypto_impl.cc', | 213 'child/webcrypto/webcrypto_impl.cc', |
208 'child/webcrypto/webcrypto_impl.h', | 214 'child/webcrypto/webcrypto_impl.h', |
209 'child/webcrypto/webcrypto_util.cc', | 215 'child/webcrypto/webcrypto_util.cc', |
210 'child/webcrypto/webcrypto_util.h', | 216 'child/webcrypto/webcrypto_util.h', |
211 'child/webfallbackthemeengine_impl.cc', | 217 'child/webfallbackthemeengine_impl.cc', |
212 'child/webfallbackthemeengine_impl.h', | 218 'child/webfallbackthemeengine_impl.h', |
213 'child/webfileutilities_impl.cc', | 219 'child/webfileutilities_impl.cc', |
214 'child/webfileutilities_impl.h', | 220 'child/webfileutilities_impl.h', |
215 'child/webmessageportchannel_impl.cc', | 221 'child/webmessageportchannel_impl.cc', |
216 'child/webmessageportchannel_impl.h', | 222 'child/webmessageportchannel_impl.h', |
(...skipping 10 matching lines...) Expand all Loading... |
227 'child/webthemeengine_impl_mac.cc', | 233 'child/webthemeengine_impl_mac.cc', |
228 'child/webthemeengine_impl_mac.h', | 234 'child/webthemeengine_impl_mac.h', |
229 'child/webthread_impl.cc', | 235 'child/webthread_impl.cc', |
230 'child/webthread_impl.h', | 236 'child/webthread_impl.h', |
231 'child/worker_task_runner.cc', | 237 'child/worker_task_runner.cc', |
232 'child/worker_task_runner.h', | 238 'child/worker_task_runner.h', |
233 'child/worker_thread_task_runner.cc', | 239 'child/worker_thread_task_runner.cc', |
234 'child/worker_thread_task_runner.h', | 240 'child/worker_thread_task_runner.h', |
235 ], | 241 ], |
236 'webcrypto_nss_sources': [ | 242 'webcrypto_nss_sources': [ |
237 'child/webcrypto/platform_crypto_nss.cc', | 243 'child/webcrypto/nss/aes_cbc_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', |
238 ], | 260 ], |
239 'webcrypto_openssl_sources': [ | 261 'webcrypto_openssl_sources': [ |
240 'child/webcrypto/platform_crypto_openssl.cc', | 262 'child/webcrypto/openssl/aes_cbc_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', |
241 ], | 275 ], |
242 }, | 276 }, |
243 'sources': [ | 277 'sources': [ |
244 '<@(public_child_sources)', | 278 '<@(public_child_sources)', |
245 '<@(private_child_sources)', | 279 '<@(private_child_sources)', |
246 ], | 280 ], |
247 'conditions': [ | 281 'conditions': [ |
248 ['use_default_render_theme==0', | 282 ['use_default_render_theme==0', |
249 { | 283 { |
250 'sources/': [ | 284 'sources/': [ |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 }, { | 345 }, { |
312 'dependencies': [ | 346 'dependencies': [ |
313 '../third_party/nss/nss.gyp:nspr', | 347 '../third_party/nss/nss.gyp:nspr', |
314 '../third_party/nss/nss.gyp:nss', | 348 '../third_party/nss/nss.gyp:nss', |
315 ], | 349 ], |
316 }], | 350 }], |
317 ], | 351 ], |
318 }], | 352 }], |
319 ], | 353 ], |
320 } | 354 } |
OLD | NEW |