Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Side by Side Diff: ios/components/io_thread/BUILD.gn

Issue 2914893002: Move some of IOThread's command line logic to network_session_configurator. (Closed)
Patch Set: Fix merge Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/components/io_thread/ios_io_thread.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/components/io_thread/ios_io_thread.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698