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

Side by Side Diff: content/content_child.gypi

Issue 1710733002: Move multipart resource handling to core/fetch (2/2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@multipart-cleanup
Patch Set: rebase Created 4 years, 10 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/mime_util/mime_util.gyp:mime_util', 8 '../components/mime_util/mime_util.gyp:mime_util',
9 '../components/scheduler/scheduler.gyp:scheduler', 9 '../components/scheduler/scheduler.gyp:scheduler',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'child/indexed_db/webidbcursor_impl.h', 127 'child/indexed_db/webidbcursor_impl.h',
128 'child/indexed_db/webidbdatabase_impl.cc', 128 'child/indexed_db/webidbdatabase_impl.cc',
129 'child/indexed_db/webidbdatabase_impl.h', 129 'child/indexed_db/webidbdatabase_impl.h',
130 'child/indexed_db/webidbfactory_impl.cc', 130 'child/indexed_db/webidbfactory_impl.cc',
131 'child/indexed_db/webidbfactory_impl.h', 131 'child/indexed_db/webidbfactory_impl.h',
132 'child/memory/child_memory_message_filter.cc', 132 'child/memory/child_memory_message_filter.cc',
133 'child/memory/child_memory_message_filter.h', 133 'child/memory/child_memory_message_filter.h',
134 'child/mojo/mojo_application.cc', 134 'child/mojo/mojo_application.cc',
135 'child/mojo/mojo_application.h', 135 'child/mojo/mojo_application.h',
136 'child/mojo/type_converters.h', 136 'child/mojo/type_converters.h',
137 'child/multipart_response_delegate.cc',
138 'child/multipart_response_delegate.h',
139 'child/navigator_connect/service_port_dispatcher_impl.cc', 137 'child/navigator_connect/service_port_dispatcher_impl.cc',
140 'child/navigator_connect/service_port_dispatcher_impl.h', 138 'child/navigator_connect/service_port_dispatcher_impl.h',
141 'child/navigator_connect/service_port_provider.cc', 139 'child/navigator_connect/service_port_provider.cc',
142 'child/navigator_connect/service_port_provider.h', 140 'child/navigator_connect/service_port_provider.h',
143 'child/notifications/notification_data_conversions.cc', 141 'child/notifications/notification_data_conversions.cc',
144 'child/notifications/notification_data_conversions.h', 142 'child/notifications/notification_data_conversions.h',
145 'child/notifications/notification_dispatcher.cc', 143 'child/notifications/notification_dispatcher.cc',
146 'child/notifications/notification_dispatcher.h', 144 'child/notifications/notification_dispatcher.h',
147 'child/notifications/notification_image_loader.cc', 145 'child/notifications/notification_image_loader.cc',
148 'child/notifications/notification_image_loader.h', 146 'child/notifications/notification_image_loader.h',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'child/npapi/webplugin_delegate_impl_mac.mm', 327 'child/npapi/webplugin_delegate_impl_mac.mm',
330 ], 328 ],
331 }], 329 }],
332 ['OS=="win"', { 330 ['OS=="win"', {
333 'sources!': [ 331 'sources!': [
334 'child/npapi/webplugin_delegate_impl_aura.cc', 332 'child/npapi/webplugin_delegate_impl_aura.cc',
335 ], 333 ],
336 }], 334 }],
337 ], 335 ],
338 } 336 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698