OLD | NEW |
1 # Use of this source code is governed by a BSD-style license that can be | 1 # Use of this source code is governed by a BSD-style license that can be |
2 # found in the LICENSE file. | 2 # found in the LICENSE file. |
3 | 3 |
4 { | 4 { |
5 'dependencies': [ | 5 'dependencies': [ |
6 '../base/base.gyp:base', | 6 '../base/base.gyp:base', |
7 '../components/mime_util/mime_util.gyp:mime_util', | 7 '../components/mime_util/mime_util.gyp:mime_util', |
8 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../components/webcrypto/webcrypto.gyp:webcrypto', | 9 '../components/webcrypto/webcrypto.gyp:webcrypto', |
10 '../ipc/ipc.gyp:ipc', | 10 '../ipc/ipc.gyp:ipc', |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 'child/simple_webmimeregistry_impl.cc', | 187 'child/simple_webmimeregistry_impl.cc', |
188 'child/simple_webmimeregistry_impl.h', | 188 'child/simple_webmimeregistry_impl.h', |
189 'child/site_isolation_stats_gatherer.cc', | 189 'child/site_isolation_stats_gatherer.cc', |
190 'child/site_isolation_stats_gatherer.h', | 190 'child/site_isolation_stats_gatherer.h', |
191 'child/storage_util.cc', | 191 'child/storage_util.cc', |
192 'child/storage_util.h', | 192 'child/storage_util.h', |
193 'child/sync_load_response.cc', | 193 'child/sync_load_response.cc', |
194 'child/sync_load_response.h', | 194 'child/sync_load_response.h', |
195 'child/thread_safe_sender.cc', | 195 'child/thread_safe_sender.cc', |
196 'child/thread_safe_sender.h', | 196 'child/thread_safe_sender.h', |
| 197 'child/url_response_body_consumer.cc', |
| 198 'child/url_response_body_consumer.h', |
197 'child/v8_value_converter_impl.cc', | 199 'child/v8_value_converter_impl.cc', |
198 'child/v8_value_converter_impl.h', | 200 'child/v8_value_converter_impl.h', |
199 'child/web_data_consumer_handle_impl.cc', | 201 'child/web_data_consumer_handle_impl.cc', |
200 'child/web_data_consumer_handle_impl.h', | 202 'child/web_data_consumer_handle_impl.h', |
201 'child/web_database_observer_impl.cc', | 203 'child/web_database_observer_impl.cc', |
202 'child/web_database_observer_impl.h', | 204 'child/web_database_observer_impl.h', |
203 'child/web_url_loader_impl.cc', | 205 'child/web_url_loader_impl.cc', |
204 'child/web_url_loader_impl.h', | 206 'child/web_url_loader_impl.h', |
205 'child/web_url_request_util.cc', | 207 'child/web_url_request_util.cc', |
206 'child/web_url_request_util.h', | 208 'child/web_url_request_util.h', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 '../build/android/ndk.gyp:cpu_features', | 243 '../build/android/ndk.gyp:cpu_features', |
242 ], | 244 ], |
243 }], | 245 }], |
244 ['enable_plugins==0', { | 246 ['enable_plugins==0', { |
245 'sources!': [ | 247 'sources!': [ |
246 'child/browser_font_resource_trusted.cc', | 248 'child/browser_font_resource_trusted.cc', |
247 ], | 249 ], |
248 }], | 250 }], |
249 ], | 251 ], |
250 } | 252 } |
OLD | NEW |