| 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 'child/simple_webmimeregistry_impl.cc', | 194 'child/simple_webmimeregistry_impl.cc', |
| 195 'child/simple_webmimeregistry_impl.h', | 195 'child/simple_webmimeregistry_impl.h', |
| 196 'child/site_isolation_stats_gatherer.cc', | 196 'child/site_isolation_stats_gatherer.cc', |
| 197 'child/site_isolation_stats_gatherer.h', | 197 'child/site_isolation_stats_gatherer.h', |
| 198 'child/storage_util.cc', | 198 'child/storage_util.cc', |
| 199 'child/storage_util.h', | 199 'child/storage_util.h', |
| 200 'child/sync_load_response.cc', | 200 'child/sync_load_response.cc', |
| 201 'child/sync_load_response.h', | 201 'child/sync_load_response.h', |
| 202 'child/thread_safe_sender.cc', | 202 'child/thread_safe_sender.cc', |
| 203 'child/thread_safe_sender.h', | 203 'child/thread_safe_sender.h', |
| 204 'child/url_response_body_consumer.cc', |
| 205 'child/url_response_body_consumer.h', |
| 204 'child/v8_value_converter_impl.cc', | 206 'child/v8_value_converter_impl.cc', |
| 205 'child/v8_value_converter_impl.h', | 207 'child/v8_value_converter_impl.h', |
| 206 'child/web_data_consumer_handle_impl.cc', | 208 'child/web_data_consumer_handle_impl.cc', |
| 207 'child/web_data_consumer_handle_impl.h', | 209 'child/web_data_consumer_handle_impl.h', |
| 208 'child/web_database_observer_impl.cc', | 210 'child/web_database_observer_impl.cc', |
| 209 'child/web_database_observer_impl.h', | 211 'child/web_database_observer_impl.h', |
| 210 'child/web_url_loader_impl.cc', | 212 'child/web_url_loader_impl.cc', |
| 211 'child/web_url_loader_impl.h', | 213 'child/web_url_loader_impl.h', |
| 212 'child/web_url_request_util.cc', | 214 'child/web_url_request_util.cc', |
| 213 'child/web_url_request_util.h', | 215 'child/web_url_request_util.h', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 '../build/android/ndk.gyp:cpu_features', | 256 '../build/android/ndk.gyp:cpu_features', |
| 255 ], | 257 ], |
| 256 }], | 258 }], |
| 257 ['enable_plugins==0', { | 259 ['enable_plugins==0', { |
| 258 'sources!': [ | 260 'sources!': [ |
| 259 'child/browser_font_resource_trusted.cc', | 261 'child/browser_font_resource_trusted.cc', |
| 260 ], | 262 ], |
| 261 }], | 263 }], |
| 262 ], | 264 ], |
| 263 } | 265 } |
| OLD | NEW |