OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |