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