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

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: Created 4 years, 9 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
« no previous file with comments | « content/child/web_url_loader_impl_unittest.cc ('k') | content/content_tests.gypi » ('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/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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 'child/npapi/webplugin_delegate_impl_mac.mm', 319 'child/npapi/webplugin_delegate_impl_mac.mm',
322 ], 320 ],
323 }], 321 }],
324 ['OS=="win"', { 322 ['OS=="win"', {
325 'sources!': [ 323 'sources!': [
326 'child/npapi/webplugin_delegate_impl_aura.cc', 324 'child/npapi/webplugin_delegate_impl_aura.cc',
327 ], 325 ],
328 }], 326 }],
329 ], 327 ],
330 } 328 }
OLDNEW
« no previous file with comments | « content/child/web_url_loader_impl_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698