| 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'child/push_messaging/push_provider.cc', | 190 'child/push_messaging/push_provider.cc', |
| 191 'child/push_messaging/push_provider.h', | 191 'child/push_messaging/push_provider.h', |
| 192 'child/quota_dispatcher.cc', | 192 'child/quota_dispatcher.cc', |
| 193 'child/quota_dispatcher.h', | 193 'child/quota_dispatcher.h', |
| 194 'child/quota_message_filter.cc', | 194 'child/quota_message_filter.cc', |
| 195 'child/quota_message_filter.h', | 195 'child/quota_message_filter.h', |
| 196 'child/request_extra_data.cc', | 196 'child/request_extra_data.cc', |
| 197 'child/request_extra_data.h', | 197 'child/request_extra_data.h', |
| 198 'child/request_info.cc', | 198 'child/request_info.cc', |
| 199 'child/request_info.h', | 199 'child/request_info.h', |
| 200 'child/request_peer.cc', |
| 200 'child/resource_dispatcher.cc', | 201 'child/resource_dispatcher.cc', |
| 201 'child/resource_dispatcher.h', | 202 'child/resource_dispatcher.h', |
| 202 'child/resource_scheduling_filter.cc', | 203 'child/resource_scheduling_filter.cc', |
| 203 'child/resource_scheduling_filter.h', | 204 'child/resource_scheduling_filter.h', |
| 204 'child/runtime_features.cc', | 205 'child/runtime_features.cc', |
| 205 'child/runtime_features.h', | 206 'child/runtime_features.h', |
| 206 'child/scoped_child_process_reference.cc', | 207 'child/scoped_child_process_reference.cc', |
| 207 'child/scoped_child_process_reference.h', | 208 'child/scoped_child_process_reference.h', |
| 209 'child/shared_memory_received_data_factory.cc', |
| 210 'child/shared_memory_received_data_factory.h', |
| 208 'child/service_worker/service_worker_dispatcher.cc', | 211 'child/service_worker/service_worker_dispatcher.cc', |
| 209 'child/service_worker/service_worker_dispatcher.h', | 212 'child/service_worker/service_worker_dispatcher.h', |
| 210 'child/service_worker/service_worker_handle_reference.cc', | 213 'child/service_worker/service_worker_handle_reference.cc', |
| 211 'child/service_worker/service_worker_handle_reference.h', | 214 'child/service_worker/service_worker_handle_reference.h', |
| 212 'child/service_worker/service_worker_message_filter.cc', | 215 'child/service_worker/service_worker_message_filter.cc', |
| 213 'child/service_worker/service_worker_message_filter.h', | 216 'child/service_worker/service_worker_message_filter.h', |
| 214 'child/service_worker/service_worker_network_provider.cc', | 217 'child/service_worker/service_worker_network_provider.cc', |
| 215 'child/service_worker/service_worker_network_provider.h', | 218 'child/service_worker/service_worker_network_provider.h', |
| 216 'child/service_worker/service_worker_provider_context.cc', | 219 'child/service_worker/service_worker_provider_context.cc', |
| 217 'child/service_worker/service_worker_provider_context.h', | 220 'child/service_worker/service_worker_provider_context.h', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 'child/npapi/webplugin_delegate_impl_mac.mm', | 331 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 329 ], | 332 ], |
| 330 }], | 333 }], |
| 331 ['OS=="win"', { | 334 ['OS=="win"', { |
| 332 'sources!': [ | 335 'sources!': [ |
| 333 'child/npapi/webplugin_delegate_impl_aura.cc', | 336 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 334 ], | 337 ], |
| 335 }], | 338 }], |
| 336 ], | 339 ], |
| 337 } | 340 } |
| OLD | NEW |