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

Side by Side Diff: ios/chrome/ios_chrome.gyp

Issue 1892123003: Add components/network_session_configurator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on https://crrev.com/1945513002. Created 4 years, 7 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/ios_chrome_io_thread.mm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 '../../components/components.gyp:language_usage_metrics', 77 '../../components/components.gyp:language_usage_metrics',
78 '../../components/components.gyp:leveldb_proto', 78 '../../components/components.gyp:leveldb_proto',
79 '../../components/components.gyp:metrics', 79 '../../components/components.gyp:metrics',
80 '../../components/components.gyp:metrics_net', 80 '../../components/components.gyp:metrics_net',
81 '../../components/components.gyp:metrics_profiler', 81 '../../components/components.gyp:metrics_profiler',
82 '../../components/components.gyp:metrics_profiler_ios', 82 '../../components/components.gyp:metrics_profiler_ios',
83 '../../components/components.gyp:metrics_services_manager', 83 '../../components/components.gyp:metrics_services_manager',
84 '../../components/components.gyp:metrics_ui', 84 '../../components/components.gyp:metrics_ui',
85 '../../components/components.gyp:navigation_metrics', 85 '../../components/components.gyp:navigation_metrics',
86 '../../components/components.gyp:net_log', 86 '../../components/components.gyp:net_log',
87 '../../components/components.gyp:network_session_configurator',
87 '../../components/components.gyp:network_time', 88 '../../components/components.gyp:network_time',
88 '../../components/components.gyp:ntp_snippets', 89 '../../components/components.gyp:ntp_snippets',
89 '../../components/components.gyp:omnibox_browser', 90 '../../components/components.gyp:omnibox_browser',
90 '../../components/components.gyp:open_from_clipboard', 91 '../../components/components.gyp:open_from_clipboard',
91 '../../components/components.gyp:password_manager_core_browser', 92 '../../components/components.gyp:password_manager_core_browser',
92 '../../components/components.gyp:password_manager_sync_browser', 93 '../../components/components.gyp:password_manager_sync_browser',
93 '../../components/components.gyp:pref_registry', 94 '../../components/components.gyp:pref_registry',
94 '../../components/components.gyp:profile_metrics', 95 '../../components/components.gyp:profile_metrics',
95 '../../components/components.gyp:proxy_config', 96 '../../components/components.gyp:proxy_config',
96 '../../components/components.gyp:rappor', 97 '../../components/components.gyp:rappor',
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 '../../components/components.gyp:omnibox_browser', 868 '../../components/components.gyp:omnibox_browser',
868 '../../components/components.gyp:rlz', 869 '../../components/components.gyp:rlz',
869 '../../components/components.gyp:search_engines', 870 '../../components/components.gyp:search_engines',
870 '../../rlz/rlz.gyp:rlz_lib', 871 '../../rlz/rlz.gyp:rlz_lib',
871 ], 872 ],
872 }, 873 },
873 ], 874 ],
874 }], 875 }],
875 ], 876 ],
876 } 877 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ios_chrome_io_thread.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698