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/base/ui_base.gyp:ui_base', | 10 '../ui/base/ui_base.gyp:ui_base', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 'child/webfallbackthemeengine_impl.cc', | 188 'child/webfallbackthemeengine_impl.cc', |
189 'child/webfallbackthemeengine_impl.h', | 189 'child/webfallbackthemeengine_impl.h', |
190 'child/webfileutilities_impl.cc', | 190 'child/webfileutilities_impl.cc', |
191 'child/webfileutilities_impl.h', | 191 'child/webfileutilities_impl.h', |
192 'child/webkitplatformsupport_child_impl.cc', | 192 'child/webkitplatformsupport_child_impl.cc', |
193 'child/webkitplatformsupport_child_impl.h', | 193 'child/webkitplatformsupport_child_impl.h', |
194 'child/webkitplatformsupport_impl.cc', | 194 'child/webkitplatformsupport_impl.cc', |
195 'child/webkitplatformsupport_impl.h', | 195 'child/webkitplatformsupport_impl.h', |
196 'child/webmessageportchannel_impl.cc', | 196 'child/webmessageportchannel_impl.cc', |
197 'child/webmessageportchannel_impl.h', | 197 'child/webmessageportchannel_impl.h', |
| 198 'child/threadeddataprovider.cc', |
| 199 'child/threadeddataprovider.h', |
198 'child/websocket_bridge.cc', | 200 'child/websocket_bridge.cc', |
199 'child/websocket_bridge.h', | 201 'child/websocket_bridge.h', |
200 'child/websocket_dispatcher.cc', | 202 'child/websocket_dispatcher.cc', |
201 'child/websocket_dispatcher.h', | 203 'child/websocket_dispatcher.h', |
202 'child/webthemeengine_impl_android.cc', | 204 'child/webthemeengine_impl_android.cc', |
203 'child/webthemeengine_impl_android.h', | 205 'child/webthemeengine_impl_android.h', |
204 'child/webthemeengine_impl_default.cc', | 206 'child/webthemeengine_impl_default.cc', |
205 'child/webthemeengine_impl_default.h', | 207 'child/webthemeengine_impl_default.h', |
206 'child/webthemeengine_impl_mac.cc', | 208 'child/webthemeengine_impl_mac.cc', |
207 'child/webthemeengine_impl_mac.h', | 209 'child/webthemeengine_impl_mac.h', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 }, { | 283 }, { |
282 'dependencies': [ | 284 'dependencies': [ |
283 '../third_party/nss/nss.gyp:nspr', | 285 '../third_party/nss/nss.gyp:nspr', |
284 '../third_party/nss/nss.gyp:nss', | 286 '../third_party/nss/nss.gyp:nss', |
285 ], | 287 ], |
286 }], | 288 }], |
287 ], | 289 ], |
288 }], | 290 }], |
289 ], | 291 ], |
290 } | 292 } |
OLD | NEW |