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

Side by Side Diff: content/content_child.gypi

Issue 1103813002: Make WebURLLoader capable of retaining received buffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 '../components/webcrypto/webcrypto.gyp:webcrypto', 9 '../components/webcrypto/webcrypto.gyp:webcrypto',
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', 10 '../mojo/mojo_base.gyp:mojo_environment_chromium',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'child/push_messaging/push_provider.cc', 183 'child/push_messaging/push_provider.cc',
184 'child/push_messaging/push_provider.h', 184 'child/push_messaging/push_provider.h',
185 'child/quota_dispatcher.cc', 185 'child/quota_dispatcher.cc',
186 'child/quota_dispatcher.h', 186 'child/quota_dispatcher.h',
187 'child/quota_message_filter.cc', 187 'child/quota_message_filter.cc',
188 'child/quota_message_filter.h', 188 'child/quota_message_filter.h',
189 'child/request_extra_data.cc', 189 'child/request_extra_data.cc',
190 'child/request_extra_data.h', 190 'child/request_extra_data.h',
191 'child/request_info.cc', 191 'child/request_info.cc',
192 'child/request_info.h', 192 'child/request_info.h',
193 'child/ref_counted_shared_memory.cc',
194 'child/ref_counted_shared_memory.h',
193 'child/resource_dispatcher.cc', 195 'child/resource_dispatcher.cc',
194 'child/resource_dispatcher.h', 196 'child/resource_dispatcher.h',
195 'child/resource_scheduling_filter.cc', 197 'child/resource_scheduling_filter.cc',
196 'child/resource_scheduling_filter.h', 198 'child/resource_scheduling_filter.h',
197 'child/runtime_features.cc', 199 'child/runtime_features.cc',
198 'child/runtime_features.h', 200 'child/runtime_features.h',
199 'child/scoped_child_process_reference.cc', 201 'child/scoped_child_process_reference.cc',
200 'child/scoped_child_process_reference.h', 202 'child/scoped_child_process_reference.h',
201 'child/service_worker/service_worker_dispatcher.cc', 203 'child/service_worker/service_worker_dispatcher.cc',
202 'child/service_worker/service_worker_dispatcher.h', 204 'child/service_worker/service_worker_dispatcher.h',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'child/npapi/webplugin_delegate_impl_mac.mm', 317 'child/npapi/webplugin_delegate_impl_mac.mm',
316 ], 318 ],
317 }], 319 }],
318 ['OS=="win"', { 320 ['OS=="win"', {
319 'sources!': [ 321 'sources!': [
320 'child/npapi/webplugin_delegate_impl_aura.cc', 322 'child/npapi/webplugin_delegate_impl_aura.cc',
321 ], 323 ],
322 }], 324 }],
323 ], 325 ],
324 } 326 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698