| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'child/request_info.cc', | 198 'child/request_info.cc', |
| 199 'child/request_info.h', | 199 'child/request_info.h', |
| 200 'child/resource_dispatcher.cc', | 200 'child/resource_dispatcher.cc', |
| 201 'child/resource_dispatcher.h', | 201 'child/resource_dispatcher.h', |
| 202 'child/resource_scheduling_filter.cc', | 202 'child/resource_scheduling_filter.cc', |
| 203 'child/resource_scheduling_filter.h', | 203 'child/resource_scheduling_filter.h', |
| 204 'child/runtime_features.cc', | 204 'child/runtime_features.cc', |
| 205 'child/runtime_features.h', | 205 'child/runtime_features.h', |
| 206 'child/scoped_child_process_reference.cc', | 206 'child/scoped_child_process_reference.cc', |
| 207 'child/scoped_child_process_reference.h', | 207 'child/scoped_child_process_reference.h', |
| 208 'child/shared_memory_data_consumer_handle.cc', |
| 209 'child/shared_memory_data_consumer_handle.h', |
| 208 'child/shared_memory_received_data_factory.cc', | 210 'child/shared_memory_received_data_factory.cc', |
| 209 'child/shared_memory_received_data_factory.h', | 211 'child/shared_memory_received_data_factory.h', |
| 210 'child/service_worker/service_worker_dispatcher.cc', | 212 'child/service_worker/service_worker_dispatcher.cc', |
| 211 'child/service_worker/service_worker_dispatcher.h', | 213 'child/service_worker/service_worker_dispatcher.h', |
| 212 'child/service_worker/service_worker_handle_reference.cc', | 214 'child/service_worker/service_worker_handle_reference.cc', |
| 213 'child/service_worker/service_worker_handle_reference.h', | 215 'child/service_worker/service_worker_handle_reference.h', |
| 214 'child/service_worker/service_worker_message_filter.cc', | 216 'child/service_worker/service_worker_message_filter.cc', |
| 215 'child/service_worker/service_worker_message_filter.h', | 217 'child/service_worker/service_worker_message_filter.h', |
| 216 'child/service_worker/service_worker_network_provider.cc', | 218 'child/service_worker/service_worker_network_provider.cc', |
| 217 'child/service_worker/service_worker_network_provider.h', | 219 'child/service_worker/service_worker_network_provider.h', |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 'child/npapi/webplugin_delegate_impl_mac.mm', | 332 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 331 ], | 333 ], |
| 332 }], | 334 }], |
| 333 ['OS=="win"', { | 335 ['OS=="win"', { |
| 334 'sources!': [ | 336 'sources!': [ |
| 335 'child/npapi/webplugin_delegate_impl_aura.cc', | 337 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 336 ], | 338 ], |
| 337 }], | 339 }], |
| 338 ], | 340 ], |
| 339 } | 341 } |
| OLD | NEW |