| 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/scheduler/scheduler.gyp:scheduler', | 9 '../components/scheduler/scheduler.gyp:scheduler', |
| 10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'child/appcache/web_application_cache_host_impl.h', | 56 'child/appcache/web_application_cache_host_impl.h', |
| 57 'child/assert_matching_enums.cc', | 57 'child/assert_matching_enums.cc', |
| 58 'child/background_sync/background_sync_provider.cc', | 58 'child/background_sync/background_sync_provider.cc', |
| 59 'child/background_sync/background_sync_provider.h', | 59 'child/background_sync/background_sync_provider.h', |
| 60 'child/background_sync/background_sync_type_converters.cc', | 60 'child/background_sync/background_sync_type_converters.cc', |
| 61 'child/background_sync/background_sync_type_converters.h', | 61 'child/background_sync/background_sync_type_converters.h', |
| 62 'child/blink_platform_impl.cc', | 62 'child/blink_platform_impl.cc', |
| 63 'child/blink_platform_impl.h', | 63 'child/blink_platform_impl.h', |
| 64 'child/blob_storage/blob_consolidation.cc', | 64 'child/blob_storage/blob_consolidation.cc', |
| 65 'child/blob_storage/blob_consolidation.h', | 65 'child/blob_storage/blob_consolidation.h', |
| 66 'child/blob_storage/blob_message_filter.cc', |
| 67 'child/blob_storage/blob_message_filter.h', |
| 66 'child/blob_storage/blob_transport_controller.cc', | 68 'child/blob_storage/blob_transport_controller.cc', |
| 67 'child/blob_storage/blob_transport_controller.h', | 69 'child/blob_storage/blob_transport_controller.h', |
| 68 'child/browser_font_resource_trusted.cc', | 70 'child/browser_font_resource_trusted.cc', |
| 69 'child/browser_font_resource_trusted.h', | 71 'child/browser_font_resource_trusted.h', |
| 70 'child/child_discardable_shared_memory_manager.cc', | 72 'child/child_discardable_shared_memory_manager.cc', |
| 71 'child/child_discardable_shared_memory_manager.h', | 73 'child/child_discardable_shared_memory_manager.h', |
| 72 'child/child_gpu_memory_buffer_manager.cc', | 74 'child/child_gpu_memory_buffer_manager.cc', |
| 73 'child/child_gpu_memory_buffer_manager.h', | 75 'child/child_gpu_memory_buffer_manager.h', |
| 74 'child/child_histogram_message_filter.cc', | 76 'child/child_histogram_message_filter.cc', |
| 75 'child/child_histogram_message_filter.h', | 77 'child/child_histogram_message_filter.h', |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 'child/npapi/webplugin_delegate_impl_mac.mm', | 321 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 320 ], | 322 ], |
| 321 }], | 323 }], |
| 322 ['OS=="win"', { | 324 ['OS=="win"', { |
| 323 'sources!': [ | 325 'sources!': [ |
| 324 'child/npapi/webplugin_delegate_impl_aura.cc', | 326 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 325 ], | 327 ], |
| 326 }], | 328 }], |
| 327 ], | 329 ], |
| 328 } | 330 } |
| OLD | NEW |