| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'child/appcache/web_application_cache_host_impl.h', | 45 'child/appcache/web_application_cache_host_impl.h', |
| 46 'child/assert_matching_enums.cc', | 46 'child/assert_matching_enums.cc', |
| 47 'child/background_sync/background_sync_provider_thread_proxy.cc', | 47 'child/background_sync/background_sync_provider_thread_proxy.cc', |
| 48 'child/background_sync/background_sync_provider_thread_proxy.h', | 48 'child/background_sync/background_sync_provider_thread_proxy.h', |
| 49 'child/background_sync/background_sync_provider.cc', | 49 'child/background_sync/background_sync_provider.cc', |
| 50 'child/background_sync/background_sync_provider.h', | 50 'child/background_sync/background_sync_provider.h', |
| 51 'child/background_sync/background_sync_type_converters.cc', | 51 'child/background_sync/background_sync_type_converters.cc', |
| 52 'child/background_sync/background_sync_type_converters.h', | 52 'child/background_sync/background_sync_type_converters.h', |
| 53 'child/blink_platform_impl.cc', | 53 'child/blink_platform_impl.cc', |
| 54 'child/blink_platform_impl.h', | 54 'child/blink_platform_impl.h', |
| 55 'child/blob_storage/blob_consolidation.cc', |
| 56 'child/blob_storage/blob_consolidation.h', |
| 55 'child/bluetooth/bluetooth_dispatcher.cc', | 57 'child/bluetooth/bluetooth_dispatcher.cc', |
| 56 'child/bluetooth/bluetooth_dispatcher.h', | 58 'child/bluetooth/bluetooth_dispatcher.h', |
| 57 'child/bluetooth/bluetooth_message_filter.cc', | 59 'child/bluetooth/bluetooth_message_filter.cc', |
| 58 'child/bluetooth/bluetooth_message_filter.h', | 60 'child/bluetooth/bluetooth_message_filter.h', |
| 59 'child/bluetooth/web_bluetooth_impl.cc', | 61 'child/bluetooth/web_bluetooth_impl.cc', |
| 60 'child/bluetooth/web_bluetooth_impl.h', | 62 'child/bluetooth/web_bluetooth_impl.h', |
| 61 'child/browser_font_resource_trusted.cc', | 63 'child/browser_font_resource_trusted.cc', |
| 62 'child/browser_font_resource_trusted.h', | 64 'child/browser_font_resource_trusted.h', |
| 63 'child/child_discardable_shared_memory_manager.cc', | 65 'child/child_discardable_shared_memory_manager.cc', |
| 64 'child/child_discardable_shared_memory_manager.h', | 66 'child/child_discardable_shared_memory_manager.h', |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 'child/npapi/webplugin_delegate_impl_mac.mm', | 338 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 337 ], | 339 ], |
| 338 }], | 340 }], |
| 339 ['OS=="win"', { | 341 ['OS=="win"', { |
| 340 'sources!': [ | 342 'sources!': [ |
| 341 'child/npapi/webplugin_delegate_impl_aura.cc', | 343 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 342 ], | 344 ], |
| 343 }], | 345 }], |
| 344 ], | 346 ], |
| 345 } | 347 } |
| OLD | NEW |