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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 'child/service_worker/web_service_worker_provider_impl.cc', | 154 'child/service_worker/web_service_worker_provider_impl.cc', |
155 'child/service_worker/web_service_worker_provider_impl.h', | 155 'child/service_worker/web_service_worker_provider_impl.h', |
156 'child/shared_worker_devtools_agent.cc', | 156 'child/shared_worker_devtools_agent.cc', |
157 'child/shared_worker_devtools_agent.h', | 157 'child/shared_worker_devtools_agent.h', |
158 'child/simple_webmimeregistry_impl.cc', | 158 'child/simple_webmimeregistry_impl.cc', |
159 'child/simple_webmimeregistry_impl.h', | 159 'child/simple_webmimeregistry_impl.h', |
160 'child/site_isolation_policy.cc', | 160 'child/site_isolation_policy.cc', |
161 'child/site_isolation_policy.h', | 161 'child/site_isolation_policy.h', |
162 'child/socket_stream_dispatcher.cc', | 162 'child/socket_stream_dispatcher.cc', |
163 'child/socket_stream_dispatcher.h', | 163 'child/socket_stream_dispatcher.h', |
| 164 'child/sync_load_response.cc', |
| 165 'child/sync_load_response.h', |
| 166 'child/thread_safe_sender.cc', |
| 167 'child/thread_safe_sender.h', |
164 'child/touch_fling_gesture_curve.cc', | 168 'child/touch_fling_gesture_curve.cc', |
165 'child/touch_fling_gesture_curve.h', | 169 'child/touch_fling_gesture_curve.h', |
166 'child/thread_safe_sender.cc', | |
167 'child/thread_safe_sender.h', | |
168 'child/web_database_observer_impl.cc', | 170 'child/web_database_observer_impl.cc', |
169 'child/web_database_observer_impl.h', | 171 'child/web_database_observer_impl.h', |
170 'child/web_discardable_memory_impl.cc', | 172 'child/web_discardable_memory_impl.cc', |
171 'child/web_discardable_memory_impl.h', | 173 'child/web_discardable_memory_impl.h', |
172 'child/web_socket_stream_handle_bridge.h', | 174 'child/web_socket_stream_handle_bridge.h', |
173 'child/web_socket_stream_handle_delegate.h', | 175 'child/web_socket_stream_handle_delegate.h', |
174 'child/web_socket_stream_handle_impl.cc', | 176 'child/web_socket_stream_handle_impl.cc', |
175 'child/web_socket_stream_handle_impl.h', | 177 'child/web_socket_stream_handle_impl.h', |
176 'child/web_url_loader_impl.cc', | 178 'child/web_url_loader_impl.cc', |
177 'child/web_url_loader_impl.h', | 179 'child/web_url_loader_impl.h', |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 }, { | 286 }, { |
285 'dependencies': [ | 287 'dependencies': [ |
286 '../third_party/nss/nss.gyp:nspr', | 288 '../third_party/nss/nss.gyp:nspr', |
287 '../third_party/nss/nss.gyp:nss', | 289 '../third_party/nss/nss.gyp:nss', |
288 ], | 290 ], |
289 }], | 291 }], |
290 ], | 292 ], |
291 }], | 293 }], |
292 ], | 294 ], |
293 } | 295 } |
OLD | NEW |