| 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 'child/request_info.cc', | 194 'child/request_info.cc', |
| 195 'child/request_info.h', | 195 'child/request_info.h', |
| 196 'child/resource_dispatcher.cc', | 196 'child/resource_dispatcher.cc', |
| 197 'child/resource_dispatcher.h', | 197 'child/resource_dispatcher.h', |
| 198 'child/resource_scheduling_filter.cc', | 198 'child/resource_scheduling_filter.cc', |
| 199 'child/resource_scheduling_filter.h', | 199 'child/resource_scheduling_filter.h', |
| 200 'child/runtime_features.cc', | 200 'child/runtime_features.cc', |
| 201 'child/runtime_features.h', | 201 'child/runtime_features.h', |
| 202 'child/scoped_child_process_reference.cc', | 202 'child/scoped_child_process_reference.cc', |
| 203 'child/scoped_child_process_reference.h', | 203 'child/scoped_child_process_reference.h', |
| 204 'child/shared_memory_received_data_factory.cc', |
| 205 'child/shared_memory_received_data_factory.h', |
| 204 'child/service_worker/service_worker_dispatcher.cc', | 206 'child/service_worker/service_worker_dispatcher.cc', |
| 205 'child/service_worker/service_worker_dispatcher.h', | 207 'child/service_worker/service_worker_dispatcher.h', |
| 206 'child/service_worker/service_worker_handle_reference.cc', | 208 'child/service_worker/service_worker_handle_reference.cc', |
| 207 'child/service_worker/service_worker_handle_reference.h', | 209 'child/service_worker/service_worker_handle_reference.h', |
| 208 'child/service_worker/service_worker_message_filter.cc', | 210 'child/service_worker/service_worker_message_filter.cc', |
| 209 'child/service_worker/service_worker_message_filter.h', | 211 'child/service_worker/service_worker_message_filter.h', |
| 210 'child/service_worker/service_worker_network_provider.cc', | 212 'child/service_worker/service_worker_network_provider.cc', |
| 211 'child/service_worker/service_worker_network_provider.h', | 213 'child/service_worker/service_worker_network_provider.h', |
| 212 'child/service_worker/service_worker_provider_context.cc', | 214 'child/service_worker/service_worker_provider_context.cc', |
| 213 'child/service_worker/service_worker_provider_context.h', | 215 'child/service_worker/service_worker_provider_context.h', |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 'child/npapi/webplugin_delegate_impl_mac.mm', | 320 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 319 ], | 321 ], |
| 320 }], | 322 }], |
| 321 ['OS=="win"', { | 323 ['OS=="win"', { |
| 322 'sources!': [ | 324 'sources!': [ |
| 323 'child/npapi/webplugin_delegate_impl_aura.cc', | 325 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 324 ], | 326 ], |
| 325 }], | 327 }], |
| 326 ], | 328 ], |
| 327 } | 329 } |
| OLD | NEW |