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 '../mojo/mojo.gyp:mojo_environment_chromium', | 9 '../mojo/mojo.gyp:mojo_environment_chromium', |
10 '../mojo/mojo.gyp:mojo_service_provider_bindings', | 10 '../mojo/mojo.gyp:mojo_service_provider_bindings', |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 'child/webcrypto/webcrypto_impl.cc', | 206 'child/webcrypto/webcrypto_impl.cc', |
207 'child/webcrypto/webcrypto_impl.h', | 207 'child/webcrypto/webcrypto_impl.h', |
208 'child/webcrypto/webcrypto_util.cc', | 208 'child/webcrypto/webcrypto_util.cc', |
209 'child/webcrypto/webcrypto_util.h', | 209 'child/webcrypto/webcrypto_util.h', |
210 'child/webfallbackthemeengine_impl.cc', | 210 'child/webfallbackthemeengine_impl.cc', |
211 'child/webfallbackthemeengine_impl.h', | 211 'child/webfallbackthemeengine_impl.h', |
212 'child/webfileutilities_impl.cc', | 212 'child/webfileutilities_impl.cc', |
213 'child/webfileutilities_impl.h', | 213 'child/webfileutilities_impl.h', |
214 'child/webmessageportchannel_impl.cc', | 214 'child/webmessageportchannel_impl.cc', |
215 'child/webmessageportchannel_impl.h', | 215 'child/webmessageportchannel_impl.h', |
| 216 'child/threaded_data_provider.cc', |
| 217 'child/threaded_data_provider.h', |
216 'child/websocket_bridge.cc', | 218 'child/websocket_bridge.cc', |
217 'child/websocket_bridge.h', | 219 'child/websocket_bridge.h', |
218 'child/websocket_dispatcher.cc', | 220 'child/websocket_dispatcher.cc', |
219 'child/websocket_dispatcher.h', | 221 'child/websocket_dispatcher.h', |
220 'child/webthemeengine_impl_android.cc', | 222 'child/webthemeengine_impl_android.cc', |
221 'child/webthemeengine_impl_android.h', | 223 'child/webthemeengine_impl_android.h', |
222 'child/webthemeengine_impl_default.cc', | 224 'child/webthemeengine_impl_default.cc', |
223 'child/webthemeengine_impl_default.h', | 225 'child/webthemeengine_impl_default.h', |
224 'child/webthemeengine_impl_mac.cc', | 226 'child/webthemeengine_impl_mac.cc', |
225 'child/webthemeengine_impl_mac.h', | 227 'child/webthemeengine_impl_mac.h', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 }, { | 304 }, { |
303 'dependencies': [ | 305 'dependencies': [ |
304 '../third_party/nss/nss.gyp:nspr', | 306 '../third_party/nss/nss.gyp:nspr', |
305 '../third_party/nss/nss.gyp:nss', | 307 '../third_party/nss/nss.gyp:nss', |
306 ], | 308 ], |
307 }], | 309 }], |
308 ], | 310 ], |
309 }], | 311 }], |
310 ], | 312 ], |
311 } | 313 } |
OLD | NEW |