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 '../components/webcrypto/webcrypto.gyp:webcrypto', | 9 '../components/webcrypto/webcrypto.gyp:webcrypto', |
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 10 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
(...skipping 23 matching lines...) Expand all Loading... |
34 'private_child_sources': [ | 34 'private_child_sources': [ |
35 'child/appcache/appcache_backend_proxy.cc', | 35 'child/appcache/appcache_backend_proxy.cc', |
36 'child/appcache/appcache_backend_proxy.h', | 36 'child/appcache/appcache_backend_proxy.h', |
37 'child/appcache/appcache_dispatcher.cc', | 37 'child/appcache/appcache_dispatcher.cc', |
38 'child/appcache/appcache_dispatcher.h', | 38 'child/appcache/appcache_dispatcher.h', |
39 'child/appcache/appcache_frontend_impl.cc', | 39 'child/appcache/appcache_frontend_impl.cc', |
40 'child/appcache/appcache_frontend_impl.h', | 40 'child/appcache/appcache_frontend_impl.h', |
41 'child/appcache/web_application_cache_host_impl.cc', | 41 'child/appcache/web_application_cache_host_impl.cc', |
42 'child/appcache/web_application_cache_host_impl.h', | 42 'child/appcache/web_application_cache_host_impl.h', |
43 'child/assert_matching_enums.cc', | 43 'child/assert_matching_enums.cc', |
| 44 'child/background_sync/background_sync_provider_thread_proxy.cc', |
| 45 'child/background_sync/background_sync_provider_thread_proxy.h', |
| 46 'child/background_sync/background_sync_provider.cc', |
| 47 'child/background_sync/background_sync_provider.h', |
44 'child/background_sync/background_sync_type_converters.cc', | 48 'child/background_sync/background_sync_type_converters.cc', |
45 'child/background_sync/background_sync_type_converters.h', | 49 'child/background_sync/background_sync_type_converters.h', |
46 'child/blink_platform_impl.cc', | 50 'child/blink_platform_impl.cc', |
47 'child/blink_platform_impl.h', | 51 'child/blink_platform_impl.h', |
48 'child/bluetooth/bluetooth_dispatcher.cc', | 52 'child/bluetooth/bluetooth_dispatcher.cc', |
49 'child/bluetooth/bluetooth_dispatcher.h', | 53 'child/bluetooth/bluetooth_dispatcher.h', |
50 'child/bluetooth/bluetooth_message_filter.cc', | 54 'child/bluetooth/bluetooth_message_filter.cc', |
51 'child/bluetooth/bluetooth_message_filter.h', | 55 'child/bluetooth/bluetooth_message_filter.h', |
52 'child/bluetooth/web_bluetooth_impl.cc', | 56 'child/bluetooth/web_bluetooth_impl.cc', |
53 'child/bluetooth/web_bluetooth_impl.h', | 57 'child/bluetooth/web_bluetooth_impl.h', |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 'child/npapi/webplugin_delegate_impl_mac.mm', | 321 'child/npapi/webplugin_delegate_impl_mac.mm', |
318 ], | 322 ], |
319 }], | 323 }], |
320 ['OS=="win"', { | 324 ['OS=="win"', { |
321 'sources!': [ | 325 'sources!': [ |
322 'child/npapi/webplugin_delegate_impl_aura.cc', | 326 'child/npapi/webplugin_delegate_impl_aura.cc', |
323 ], | 327 ], |
324 }], | 328 }], |
325 ], | 329 ], |
326 } | 330 } |
OLD | NEW |