Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Side by Side Diff: content/content_child.gypi

Issue 216913002: Extract SyncLoadResponse struct from ResourceLoaderBridge. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome fixes Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/child/web_url_loader_impl.cc ('k') | webkit/child/resource_loader_bridge.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/child/web_url_loader_impl.cc ('k') | webkit/child/resource_loader_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698