| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 'child/background_sync/background_sync_provider_thread_proxy.cc', | 49 'child/background_sync/background_sync_provider_thread_proxy.cc', |
| 50 'child/background_sync/background_sync_provider_thread_proxy.h', | 50 'child/background_sync/background_sync_provider_thread_proxy.h', |
| 51 'child/background_sync/background_sync_provider.cc', | 51 'child/background_sync/background_sync_provider.cc', |
| 52 'child/background_sync/background_sync_provider.h', | 52 'child/background_sync/background_sync_provider.h', |
| 53 'child/background_sync/background_sync_type_converters.cc', | 53 'child/background_sync/background_sync_type_converters.cc', |
| 54 'child/background_sync/background_sync_type_converters.h', | 54 'child/background_sync/background_sync_type_converters.h', |
| 55 'child/blink_platform_impl.cc', | 55 'child/blink_platform_impl.cc', |
| 56 'child/blink_platform_impl.h', | 56 'child/blink_platform_impl.h', |
| 57 'child/blob_storage/blob_consolidation.cc', | 57 'child/blob_storage/blob_consolidation.cc', |
| 58 'child/blob_storage/blob_consolidation.h', | 58 'child/blob_storage/blob_consolidation.h', |
| 59 'child/blob_storage/blob_transport_controller.cc', |
| 60 'child/blob_storage/blob_transport_controller.h', |
| 61 'child/blob_storage/blob_transport_temporary_holder.cc', |
| 62 'child/blob_storage/blob_transport_temporary_holder.h', |
| 59 'child/browser_font_resource_trusted.cc', | 63 'child/browser_font_resource_trusted.cc', |
| 60 'child/browser_font_resource_trusted.h', | 64 'child/browser_font_resource_trusted.h', |
| 61 'child/child_discardable_shared_memory_manager.cc', | 65 'child/child_discardable_shared_memory_manager.cc', |
| 62 'child/child_discardable_shared_memory_manager.h', | 66 'child/child_discardable_shared_memory_manager.h', |
| 63 'child/child_gpu_memory_buffer_manager.cc', | 67 'child/child_gpu_memory_buffer_manager.cc', |
| 64 'child/child_gpu_memory_buffer_manager.h', | 68 'child/child_gpu_memory_buffer_manager.h', |
| 65 'child/child_histogram_message_filter.cc', | 69 'child/child_histogram_message_filter.cc', |
| 66 'child/child_histogram_message_filter.h', | 70 'child/child_histogram_message_filter.h', |
| 67 'child/child_io_surface_manager_mac.cc', | 71 'child/child_io_surface_manager_mac.cc', |
| 68 'child/child_io_surface_manager_mac.h', | 72 'child/child_io_surface_manager_mac.h', |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 'child/npapi/webplugin_delegate_impl_mac.mm', | 345 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 342 ], | 346 ], |
| 343 }], | 347 }], |
| 344 ['OS=="win"', { | 348 ['OS=="win"', { |
| 345 'sources!': [ | 349 'sources!': [ |
| 346 'child/npapi/webplugin_delegate_impl_aura.cc', | 350 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 347 ], | 351 ], |
| 348 }], | 352 }], |
| 349 ], | 353 ], |
| 350 } | 354 } |
| OLD | NEW |