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/mime_util/mime_util.gyp:mime_util', | 8 '../components/mime_util/mime_util.gyp:mime_util', |
9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../components/webcrypto/webcrypto.gyp:webcrypto', | 10 '../components/webcrypto/webcrypto.gyp:webcrypto', |
(...skipping 15 matching lines...) Expand all Loading... |
26 '../base/base.gyp:base', | 26 '../base/base.gyp:base', |
27 ], | 27 ], |
28 'variables': { | 28 'variables': { |
29 'public_child_sources': [ | 29 'public_child_sources': [ |
30 'public/child/child_thread.h', | 30 'public/child/child_thread.h', |
31 'public/child/fixed_received_data.cc', | 31 'public/child/fixed_received_data.cc', |
32 'public/child/fixed_received_data.h', | 32 'public/child/fixed_received_data.h', |
33 'public/child/image_decoder_utils.h', | 33 'public/child/image_decoder_utils.h', |
34 'public/child/request_peer.h', | 34 'public/child/request_peer.h', |
35 'public/child/resource_dispatcher_delegate.h', | 35 'public/child/resource_dispatcher_delegate.h', |
| 36 'public/child/url_conversion.cc', |
| 37 'public/child/url_conversion.h', |
36 'public/child/v8_value_converter.h', | 38 'public/child/v8_value_converter.h', |
37 'public/child/worker_thread.h', | 39 'public/child/worker_thread.h', |
38 ], | 40 ], |
39 'private_child_sources': [ | 41 'private_child_sources': [ |
40 'child/appcache/appcache_backend_proxy.cc', | 42 'child/appcache/appcache_backend_proxy.cc', |
41 'child/appcache/appcache_backend_proxy.h', | 43 'child/appcache/appcache_backend_proxy.h', |
42 'child/appcache/appcache_dispatcher.cc', | 44 'child/appcache/appcache_dispatcher.cc', |
43 'child/appcache/appcache_dispatcher.h', | 45 'child/appcache/appcache_dispatcher.h', |
44 'child/appcache/appcache_frontend_impl.cc', | 46 'child/appcache/appcache_frontend_impl.cc', |
45 'child/appcache/appcache_frontend_impl.h', | 47 'child/appcache/appcache_frontend_impl.h', |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 'child/npapi/webplugin_delegate_impl_mac.mm', | 336 'child/npapi/webplugin_delegate_impl_mac.mm', |
335 ], | 337 ], |
336 }], | 338 }], |
337 ['OS=="win"', { | 339 ['OS=="win"', { |
338 'sources!': [ | 340 'sources!': [ |
339 'child/npapi/webplugin_delegate_impl_aura.cc', | 341 'child/npapi/webplugin_delegate_impl_aura.cc', |
340 ], | 342 ], |
341 }], | 343 }], |
342 ], | 344 ], |
343 } | 345 } |
OLD | NEW |