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/scoped_child_process_reference.cc', | 132 'child/scoped_child_process_reference.cc', |
133 'child/scoped_child_process_reference.h', | 133 'child/scoped_child_process_reference.h', |
134 'child/service_worker/service_worker_dispatcher.cc', | 134 'child/service_worker/service_worker_dispatcher.cc', |
135 'child/service_worker/service_worker_dispatcher.h', | 135 'child/service_worker/service_worker_dispatcher.h', |
136 'child/service_worker/service_worker_message_filter.cc', | 136 'child/service_worker/service_worker_message_filter.cc', |
137 'child/service_worker/service_worker_message_filter.h', | 137 'child/service_worker/service_worker_message_filter.h', |
138 'child/service_worker/web_service_worker_impl.cc', | 138 'child/service_worker/web_service_worker_impl.cc', |
139 'child/service_worker/web_service_worker_impl.h', | 139 'child/service_worker/web_service_worker_impl.h', |
140 'child/service_worker/web_service_worker_provider_impl.cc', | 140 'child/service_worker/web_service_worker_provider_impl.cc', |
141 'child/service_worker/web_service_worker_provider_impl.h', | 141 'child/service_worker/web_service_worker_provider_impl.h', |
| 142 'child/shared_worker_devtools_agent.cc', |
| 143 'child/shared_worker_devtools_agent.h', |
142 'child/simple_webmimeregistry_impl.cc', | 144 'child/simple_webmimeregistry_impl.cc', |
143 'child/simple_webmimeregistry_impl.h', | 145 'child/simple_webmimeregistry_impl.h', |
144 'child/site_isolation_policy.cc', | 146 'child/site_isolation_policy.cc', |
145 'child/site_isolation_policy.h', | 147 'child/site_isolation_policy.h', |
146 'child/socket_stream_dispatcher.cc', | 148 'child/socket_stream_dispatcher.cc', |
147 'child/socket_stream_dispatcher.h', | 149 'child/socket_stream_dispatcher.h', |
148 'child/thread_safe_sender.cc', | 150 'child/thread_safe_sender.cc', |
149 'child/thread_safe_sender.h', | 151 'child/thread_safe_sender.h', |
150 'child/web_database_observer_impl.cc', | 152 'child/web_database_observer_impl.cc', |
151 'child/web_database_observer_impl.h', | 153 'child/web_database_observer_impl.h', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 'child/npapi/webplugin_delegate_impl_mac.mm', | 220 'child/npapi/webplugin_delegate_impl_mac.mm', |
219 ], | 221 ], |
220 }], | 222 }], |
221 ['OS=="win"', { | 223 ['OS=="win"', { |
222 'sources!': [ | 224 'sources!': [ |
223 'child/npapi/webplugin_delegate_impl_aura.cc', | 225 'child/npapi/webplugin_delegate_impl_aura.cc', |
224 ], | 226 ], |
225 }], | 227 }], |
226 ], | 228 ], |
227 } | 229 } |
OLD | NEW |