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

Side by Side Diff: content/content_child.gypi

Issue 384273003: Move multipart_response_delegate.* from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android_webview fix Created 6 years, 5 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') | content/renderer/npapi/webplugin_impl.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 '../mojo/mojo.gyp:mojo_environment_chromium', 9 '../mojo/mojo.gyp:mojo_environment_chromium',
10 '../mojo/mojo.gyp:mojo_service_provider_bindings', 10 '../mojo/mojo.gyp:mojo_service_provider_bindings',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'child/indexed_db/indexed_db_message_filter.cc', 83 'child/indexed_db/indexed_db_message_filter.cc',
84 'child/indexed_db/indexed_db_message_filter.h', 84 'child/indexed_db/indexed_db_message_filter.h',
85 'child/indexed_db/webidbcursor_impl.cc', 85 'child/indexed_db/webidbcursor_impl.cc',
86 'child/indexed_db/webidbcursor_impl.h', 86 'child/indexed_db/webidbcursor_impl.h',
87 'child/indexed_db/webidbdatabase_impl.cc', 87 'child/indexed_db/webidbdatabase_impl.cc',
88 'child/indexed_db/webidbdatabase_impl.h', 88 'child/indexed_db/webidbdatabase_impl.h',
89 'child/indexed_db/webidbfactory_impl.cc', 89 'child/indexed_db/webidbfactory_impl.cc',
90 'child/indexed_db/webidbfactory_impl.h', 90 'child/indexed_db/webidbfactory_impl.h',
91 'child/mojo/mojo_application.cc', 91 'child/mojo/mojo_application.cc',
92 'child/mojo/mojo_application.h', 92 'child/mojo/mojo_application.h',
93 'child/multipart_response_delegate.cc',
94 'child/multipart_response_delegate.h',
93 'child/npapi/np_channel_base.cc', 95 'child/npapi/np_channel_base.cc',
94 'child/npapi/np_channel_base.h', 96 'child/npapi/np_channel_base.h',
95 'child/npapi/npobject_base.h', 97 'child/npapi/npobject_base.h',
96 'child/npapi/npobject_proxy.cc', 98 'child/npapi/npobject_proxy.cc',
97 'child/npapi/npobject_proxy.h', 99 'child/npapi/npobject_proxy.h',
98 'child/npapi/npobject_stub.cc', 100 'child/npapi/npobject_stub.cc',
99 'child/npapi/npobject_stub.h', 101 'child/npapi/npobject_stub.h',
100 'child/npapi/npobject_util.cc', 102 'child/npapi/npobject_util.cc',
101 'child/npapi/npobject_util.h', 103 'child/npapi/npobject_util.h',
102 'child/npapi/npruntime_util.cc', 104 'child/npapi/npruntime_util.cc',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 }, { 307 }, {
306 'dependencies': [ 308 'dependencies': [
307 '../third_party/nss/nss.gyp:nspr', 309 '../third_party/nss/nss.gyp:nspr',
308 '../third_party/nss/nss.gyp:nss', 310 '../third_party/nss/nss.gyp:nss',
309 ], 311 ],
310 }], 312 }],
311 ], 313 ],
312 }], 314 }],
313 ], 315 ],
314 } 316 }
OLDNEW
« no previous file with comments | « content/child/web_url_loader_impl.cc ('k') | content/renderer/npapi/webplugin_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698