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