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_base.gyp:mojo_application_bindings', | 9 '../mojo/mojo_base.gyp:mojo_application_bindings', |
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 10 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 'child/socket_stream_dispatcher.cc', | 188 'child/socket_stream_dispatcher.cc', |
189 'child/socket_stream_dispatcher.h', | 189 'child/socket_stream_dispatcher.h', |
190 'child/sync_load_response.cc', | 190 'child/sync_load_response.cc', |
191 'child/sync_load_response.h', | 191 'child/sync_load_response.h', |
192 'child/thread_safe_sender.cc', | 192 'child/thread_safe_sender.cc', |
193 'child/thread_safe_sender.h', | 193 'child/thread_safe_sender.h', |
194 'child/threaded_data_provider.cc', | 194 'child/threaded_data_provider.cc', |
195 'child/threaded_data_provider.h', | 195 'child/threaded_data_provider.h', |
196 'child/touch_fling_gesture_curve.cc', | 196 'child/touch_fling_gesture_curve.cc', |
197 'child/touch_fling_gesture_curve.h', | 197 'child/touch_fling_gesture_curve.h', |
| 198 'child/web_data_consumer_handle_impl.cc', |
| 199 'child/web_data_consumer_handle_impl.h', |
198 'child/web_database_observer_impl.cc', | 200 'child/web_database_observer_impl.cc', |
199 'child/web_database_observer_impl.h', | 201 'child/web_database_observer_impl.h', |
200 'child/web_discardable_memory_impl.cc', | 202 'child/web_discardable_memory_impl.cc', |
201 'child/web_discardable_memory_impl.h', | 203 'child/web_discardable_memory_impl.h', |
202 'child/web_socket_stream_handle_bridge.h', | 204 'child/web_socket_stream_handle_bridge.h', |
203 'child/web_socket_stream_handle_delegate.h', | 205 'child/web_socket_stream_handle_delegate.h', |
204 'child/web_socket_stream_handle_impl.cc', | 206 'child/web_socket_stream_handle_impl.cc', |
205 'child/web_socket_stream_handle_impl.h', | 207 'child/web_socket_stream_handle_impl.h', |
206 'child/web_url_loader_impl.cc', | 208 'child/web_url_loader_impl.cc', |
207 'child/web_url_loader_impl.h', | 209 'child/web_url_loader_impl.h', |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 }, { | 367 }, { |
366 'dependencies': [ | 368 'dependencies': [ |
367 '../third_party/nss/nss.gyp:nspr', | 369 '../third_party/nss/nss.gyp:nspr', |
368 '../third_party/nss/nss.gyp:nss', | 370 '../third_party/nss/nss.gyp:nss', |
369 ], | 371 ], |
370 }], | 372 }], |
371 ], | 373 ], |
372 }], | 374 }], |
373 ], | 375 ], |
374 } | 376 } |
OLD | NEW |