| 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', | |
| 218 'child/websocket_bridge.cc', | 216 'child/websocket_bridge.cc', |
| 219 'child/websocket_bridge.h', | 217 'child/websocket_bridge.h', |
| 220 'child/websocket_dispatcher.cc', | 218 'child/websocket_dispatcher.cc', |
| 221 'child/websocket_dispatcher.h', | 219 'child/websocket_dispatcher.h', |
| 222 'child/webthemeengine_impl_android.cc', | 220 'child/webthemeengine_impl_android.cc', |
| 223 'child/webthemeengine_impl_android.h', | 221 'child/webthemeengine_impl_android.h', |
| 224 'child/webthemeengine_impl_default.cc', | 222 'child/webthemeengine_impl_default.cc', |
| 225 'child/webthemeengine_impl_default.h', | 223 'child/webthemeengine_impl_default.h', |
| 226 'child/webthemeengine_impl_mac.cc', | 224 'child/webthemeengine_impl_mac.cc', |
| 227 'child/webthemeengine_impl_mac.h', | 225 'child/webthemeengine_impl_mac.h', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 }, { | 302 }, { |
| 305 'dependencies': [ | 303 'dependencies': [ |
| 306 '../third_party/nss/nss.gyp:nspr', | 304 '../third_party/nss/nss.gyp:nspr', |
| 307 '../third_party/nss/nss.gyp:nss', | 305 '../third_party/nss/nss.gyp:nss', |
| 308 ], | 306 ], |
| 309 }], | 307 }], |
| 310 ], | 308 ], |
| 311 }], | 309 }], |
| 312 ], | 310 ], |
| 313 } | 311 } |
| OLD | NEW |