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/scheduler/scheduler.gyp:scheduler', | 8 '../components/scheduler/scheduler.gyp:scheduler', |
9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../components/webcrypto/webcrypto.gyp:webcrypto', | 10 '../components/webcrypto/webcrypto.gyp:webcrypto', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 'child/simple_webmimeregistry_impl.cc', | 188 'child/simple_webmimeregistry_impl.cc', |
189 'child/simple_webmimeregistry_impl.h', | 189 'child/simple_webmimeregistry_impl.h', |
190 'child/site_isolation_stats_gatherer.cc', | 190 'child/site_isolation_stats_gatherer.cc', |
191 'child/site_isolation_stats_gatherer.h', | 191 'child/site_isolation_stats_gatherer.h', |
192 'child/storage_util.cc', | 192 'child/storage_util.cc', |
193 'child/storage_util.h', | 193 'child/storage_util.h', |
194 'child/sync_load_response.cc', | 194 'child/sync_load_response.cc', |
195 'child/sync_load_response.h', | 195 'child/sync_load_response.h', |
196 'child/thread_safe_sender.cc', | 196 'child/thread_safe_sender.cc', |
197 'child/thread_safe_sender.h', | 197 'child/thread_safe_sender.h', |
| 198 'child/url_response_body_consumer.cc', |
| 199 'child/url_response_body_consumer.h', |
198 'child/v8_value_converter_impl.cc', | 200 'child/v8_value_converter_impl.cc', |
199 'child/v8_value_converter_impl.h', | 201 'child/v8_value_converter_impl.h', |
200 'child/web_data_consumer_handle_impl.cc', | 202 'child/web_data_consumer_handle_impl.cc', |
201 'child/web_data_consumer_handle_impl.h', | 203 'child/web_data_consumer_handle_impl.h', |
202 'child/web_database_observer_impl.cc', | 204 'child/web_database_observer_impl.cc', |
203 'child/web_database_observer_impl.h', | 205 'child/web_database_observer_impl.h', |
204 'child/web_url_loader_impl.cc', | 206 'child/web_url_loader_impl.cc', |
205 'child/web_url_loader_impl.h', | 207 'child/web_url_loader_impl.h', |
206 'child/web_url_request_util.cc', | 208 'child/web_url_request_util.cc', |
207 'child/web_url_request_util.h', | 209 'child/web_url_request_util.h', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 '../build/android/ndk.gyp:cpu_features', | 250 '../build/android/ndk.gyp:cpu_features', |
249 ], | 251 ], |
250 }], | 252 }], |
251 ['enable_plugins==0', { | 253 ['enable_plugins==0', { |
252 'sources!': [ | 254 'sources!': [ |
253 'child/browser_font_resource_trusted.cc', | 255 'child/browser_font_resource_trusted.cc', |
254 ], | 256 ], |
255 }], | 257 }], |
256 ], | 258 ], |
257 } | 259 } |
OLD | NEW |