| 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/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 9 '../skia/skia.gyp:skia', | 9 '../skia/skia.gyp:skia', |
| 10 '../ui/gfx/gfx.gyp:gfx', | 10 '../ui/gfx/gfx.gyp:gfx', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 'child/resource_dispatcher.cc', | 130 'child/resource_dispatcher.cc', |
| 131 'child/resource_dispatcher.h', | 131 'child/resource_dispatcher.h', |
| 132 'child/runtime_features.cc', | 132 'child/runtime_features.cc', |
| 133 'child/runtime_features.h', | 133 'child/runtime_features.h', |
| 134 'child/scoped_child_process_reference.cc', | 134 'child/scoped_child_process_reference.cc', |
| 135 'child/scoped_child_process_reference.h', | 135 'child/scoped_child_process_reference.h', |
| 136 'child/service_worker/service_worker_dispatcher.cc', | 136 'child/service_worker/service_worker_dispatcher.cc', |
| 137 'child/service_worker/service_worker_dispatcher.h', | 137 'child/service_worker/service_worker_dispatcher.h', |
| 138 'child/service_worker/service_worker_message_filter.cc', | 138 'child/service_worker/service_worker_message_filter.cc', |
| 139 'child/service_worker/service_worker_message_filter.h', | 139 'child/service_worker/service_worker_message_filter.h', |
| 140 'child/service_worker/service_worker_network_provider.cc', |
| 141 'child/service_worker/service_worker_network_provider.h', |
| 140 'child/service_worker/web_service_worker_impl.cc', | 142 'child/service_worker/web_service_worker_impl.cc', |
| 141 'child/service_worker/web_service_worker_impl.h', | 143 'child/service_worker/web_service_worker_impl.h', |
| 142 'child/service_worker/web_service_worker_provider_impl.cc', | 144 'child/service_worker/web_service_worker_provider_impl.cc', |
| 143 'child/service_worker/web_service_worker_provider_impl.h', | 145 'child/service_worker/web_service_worker_provider_impl.h', |
| 144 'child/shared_worker_devtools_agent.cc', | 146 'child/shared_worker_devtools_agent.cc', |
| 145 'child/shared_worker_devtools_agent.h', | 147 'child/shared_worker_devtools_agent.h', |
| 146 'child/simple_webmimeregistry_impl.cc', | 148 'child/simple_webmimeregistry_impl.cc', |
| 147 'child/simple_webmimeregistry_impl.h', | 149 'child/simple_webmimeregistry_impl.h', |
| 148 'child/site_isolation_policy.cc', | 150 'child/site_isolation_policy.cc', |
| 149 'child/site_isolation_policy.h', | 151 'child/site_isolation_policy.h', |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 'child/npapi/webplugin_delegate_impl_mac.mm', | 230 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 229 ], | 231 ], |
| 230 }], | 232 }], |
| 231 ['OS=="win"', { | 233 ['OS=="win"', { |
| 232 'sources!': [ | 234 'sources!': [ |
| 233 'child/npapi/webplugin_delegate_impl_aura.cc', | 235 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 234 ], | 236 ], |
| 235 }], | 237 }], |
| 236 ], | 238 ], |
| 237 } | 239 } |
| OLD | NEW |