| OLD | NEW |
| 1 # Copyright 2017 The Chromium Authors. All rights reserved. | 1 # Copyright 2017 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 component("io_thread") { | 5 component("io_thread") { |
| 6 configs += [ "//build/config/compiler:enable_arc" ] | 6 configs += [ "//build/config/compiler:enable_arc" ] |
| 7 | 7 |
| 8 deps = [ | 8 deps = [ |
| 9 "//base", | 9 "//base", |
| 10 "//components/net_log", | 10 "//components/net_log", |
| 11 "//components/network_session_configurator", | 11 "//components/network_session_configurator/browser", |
| 12 "//components/prefs", | 12 "//components/prefs", |
| 13 "//components/proxy_config", | 13 "//components/proxy_config", |
| 14 "//components/proxy_config/ios", | 14 "//components/proxy_config/ios", |
| 15 "//components/ssl_config", | 15 "//components/ssl_config", |
| 16 "//components/variations", | 16 "//components/variations", |
| 17 "//components/version_info", | 17 "//components/version_info", |
| 18 "//ios/web", | 18 "//ios/web", |
| 19 "//ios/web:user_agent", | 19 "//ios/web:user_agent", |
| 20 "//net", | 20 "//net", |
| 21 ] | 21 ] |
| (...skipping 17 matching lines...) Expand all Loading... |
| 39 "//components/prefs:test_support", | 39 "//components/prefs:test_support", |
| 40 "//components/proxy_config", | 40 "//components/proxy_config", |
| 41 "//components/ssl_config", | 41 "//components/ssl_config", |
| 42 "//ios/web", | 42 "//ios/web", |
| 43 "//ios/web/public/test", | 43 "//ios/web/public/test", |
| 44 "//net", | 44 "//net", |
| 45 "//net:test_support", | 45 "//net:test_support", |
| 46 "//testing/gtest", | 46 "//testing/gtest", |
| 47 ] | 47 ] |
| 48 } | 48 } |
| OLD | NEW |