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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 'child/npapi/webplugin_delegate_impl_mac.mm', | 328 'child/npapi/webplugin_delegate_impl_mac.mm', |
325 ], | 329 ], |
326 }], | 330 }], |
327 ['OS=="win"', { | 331 ['OS=="win"', { |
328 'sources!': [ | 332 'sources!': [ |
329 'child/npapi/webplugin_delegate_impl_aura.cc', | 333 'child/npapi/webplugin_delegate_impl_aura.cc', |
330 ], | 334 ], |
331 }], | 335 }], |
332 ], | 336 ], |
333 } | 337 } |
OLD | NEW |