| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 'child/resource_dispatcher.cc', | 132 'child/resource_dispatcher.cc', |
| 133 'child/resource_dispatcher.h', | 133 'child/resource_dispatcher.h', |
| 134 'child/runtime_features.cc', | 134 'child/runtime_features.cc', |
| 135 'child/runtime_features.h', | 135 'child/runtime_features.h', |
| 136 'child/scoped_child_process_reference.cc', | 136 'child/scoped_child_process_reference.cc', |
| 137 'child/scoped_child_process_reference.h', | 137 'child/scoped_child_process_reference.h', |
| 138 'child/service_worker/service_worker_dispatcher.cc', | 138 'child/service_worker/service_worker_dispatcher.cc', |
| 139 'child/service_worker/service_worker_dispatcher.h', | 139 'child/service_worker/service_worker_dispatcher.h', |
| 140 'child/service_worker/service_worker_message_filter.cc', | 140 'child/service_worker/service_worker_message_filter.cc', |
| 141 'child/service_worker/service_worker_message_filter.h', | 141 'child/service_worker/service_worker_message_filter.h', |
| 142 'child/service_worker/service_worker_network_provider.cc', |
| 143 'child/service_worker/service_worker_network_provider.h', |
| 142 'child/service_worker/web_service_worker_impl.cc', | 144 'child/service_worker/web_service_worker_impl.cc', |
| 143 'child/service_worker/web_service_worker_impl.h', | 145 'child/service_worker/web_service_worker_impl.h', |
| 144 'child/service_worker/web_service_worker_provider_impl.cc', | 146 'child/service_worker/web_service_worker_provider_impl.cc', |
| 145 'child/service_worker/web_service_worker_provider_impl.h', | 147 'child/service_worker/web_service_worker_provider_impl.h', |
| 146 'child/shared_worker_devtools_agent.cc', | 148 'child/shared_worker_devtools_agent.cc', |
| 147 'child/shared_worker_devtools_agent.h', | 149 'child/shared_worker_devtools_agent.h', |
| 148 'child/simple_webmimeregistry_impl.cc', | 150 'child/simple_webmimeregistry_impl.cc', |
| 149 'child/simple_webmimeregistry_impl.h', | 151 'child/simple_webmimeregistry_impl.h', |
| 150 'child/site_isolation_policy.cc', | 152 'child/site_isolation_policy.cc', |
| 151 'child/site_isolation_policy.h', | 153 'child/site_isolation_policy.h', |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 'child/npapi/webplugin_delegate_impl_mac.mm', | 239 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 238 ], | 240 ], |
| 239 }], | 241 }], |
| 240 ['OS=="win"', { | 242 ['OS=="win"', { |
| 241 'sources!': [ | 243 'sources!': [ |
| 242 'child/npapi/webplugin_delegate_impl_aura.cc', | 244 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 243 ], | 245 ], |
| 244 }], | 246 }], |
| 245 ], | 247 ], |
| 246 } | 248 } |
| OLD | NEW |