| 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 28 matching lines...) Expand all Loading... |
| 39 'private_child_sources': [ | 39 'private_child_sources': [ |
| 40 'child/appcache/appcache_backend_proxy.cc', | 40 'child/appcache/appcache_backend_proxy.cc', |
| 41 'child/appcache/appcache_backend_proxy.h', | 41 'child/appcache/appcache_backend_proxy.h', |
| 42 'child/appcache/appcache_dispatcher.cc', | 42 'child/appcache/appcache_dispatcher.cc', |
| 43 'child/appcache/appcache_dispatcher.h', | 43 'child/appcache/appcache_dispatcher.h', |
| 44 'child/appcache/appcache_frontend_impl.cc', | 44 'child/appcache/appcache_frontend_impl.cc', |
| 45 'child/appcache/appcache_frontend_impl.h', | 45 'child/appcache/appcache_frontend_impl.h', |
| 46 'child/appcache/web_application_cache_host_impl.cc', | 46 'child/appcache/web_application_cache_host_impl.cc', |
| 47 'child/appcache/web_application_cache_host_impl.h', | 47 'child/appcache/web_application_cache_host_impl.h', |
| 48 'child/assert_matching_enums.cc', | 48 'child/assert_matching_enums.cc', |
| 49 'child/background_sync/background_sync_provider_thread_proxy.cc', | |
| 50 'child/background_sync/background_sync_provider_thread_proxy.h', | |
| 51 'child/background_sync/background_sync_provider.cc', | 49 'child/background_sync/background_sync_provider.cc', |
| 52 'child/background_sync/background_sync_provider.h', | 50 'child/background_sync/background_sync_provider.h', |
| 53 'child/background_sync/background_sync_type_converters.cc', | 51 'child/background_sync/background_sync_type_converters.cc', |
| 54 'child/background_sync/background_sync_type_converters.h', | 52 'child/background_sync/background_sync_type_converters.h', |
| 55 'child/blink_platform_impl.cc', | 53 'child/blink_platform_impl.cc', |
| 56 'child/blink_platform_impl.h', | 54 'child/blink_platform_impl.h', |
| 57 'child/blob_storage/blob_consolidation.cc', | 55 'child/blob_storage/blob_consolidation.cc', |
| 58 'child/blob_storage/blob_consolidation.h', | 56 'child/blob_storage/blob_consolidation.h', |
| 59 'child/browser_font_resource_trusted.cc', | 57 'child/browser_font_resource_trusted.cc', |
| 60 'child/browser_font_resource_trusted.h', | 58 'child/browser_font_resource_trusted.h', |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 'child/npapi/webplugin_delegate_impl_mac.mm', | 339 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 342 ], | 340 ], |
| 343 }], | 341 }], |
| 344 ['OS=="win"', { | 342 ['OS=="win"', { |
| 345 'sources!': [ | 343 'sources!': [ |
| 346 'child/npapi/webplugin_delegate_impl_aura.cc', | 344 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 347 ], | 345 ], |
| 348 }], | 346 }], |
| 349 ], | 347 ], |
| 350 } | 348 } |
| OLD | NEW |