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

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

Issue 1296663003: Componentize proxy code from chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating for win p/f Created 5 years, 3 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 | « components/proxy_config/proxy_config_pref_names.cc ('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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 '../../components/components.gyp:invalidation_public', 63 '../../components/components.gyp:invalidation_public',
64 '../../components/components.gyp:keyed_service_core', 64 '../../components/components.gyp:keyed_service_core',
65 '../../components/components.gyp:keyed_service_ios', 65 '../../components/components.gyp:keyed_service_ios',
66 '../../components/components.gyp:leveldb_proto', 66 '../../components/components.gyp:leveldb_proto',
67 '../../components/components.gyp:metrics', 67 '../../components/components.gyp:metrics',
68 '../../components/components.gyp:omnibox_browser', 68 '../../components/components.gyp:omnibox_browser',
69 '../../components/components.gyp:open_from_clipboard', 69 '../../components/components.gyp:open_from_clipboard',
70 '../../components/components.gyp:password_manager_core_browser', 70 '../../components/components.gyp:password_manager_core_browser',
71 '../../components/components.gyp:password_manager_sync_browser', 71 '../../components/components.gyp:password_manager_sync_browser',
72 '../../components/components.gyp:pref_registry', 72 '../../components/components.gyp:pref_registry',
73 '../../components/components.gyp:proxy_config',
73 '../../components/components.gyp:search', 74 '../../components/components.gyp:search',
74 '../../components/components.gyp:search_engines', 75 '../../components/components.gyp:search_engines',
75 '../../components/components.gyp:signin_core_browser', 76 '../../components/components.gyp:signin_core_browser',
76 '../../components/components.gyp:signin_core_common', 77 '../../components/components.gyp:signin_core_common',
77 '../../components/components.gyp:suggestions', 78 '../../components/components.gyp:suggestions',
78 '../../components/components.gyp:sync_driver', 79 '../../components/components.gyp:sync_driver',
79 '../../components/components.gyp:translate_core_browser', 80 '../../components/components.gyp:translate_core_browser',
80 '../../components/components.gyp:translate_ios_browser', 81 '../../components/components.gyp:translate_ios_browser',
81 '../../components/components.gyp:undo_component', 82 '../../components/components.gyp:undo_component',
82 '../../components/components.gyp:upload_list', 83 '../../components/components.gyp:upload_list',
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 '../../components/components.gyp:omnibox_browser', 546 '../../components/components.gyp:omnibox_browser',
546 '../../components/components.gyp:rlz', 547 '../../components/components.gyp:rlz',
547 '../../components/components.gyp:search_engines', 548 '../../components/components.gyp:search_engines',
548 '../../rlz/rlz.gyp:rlz_lib', 549 '../../rlz/rlz.gyp:rlz_lib',
549 ], 550 ],
550 }, 551 },
551 ], 552 ],
552 }], 553 }],
553 ], 554 ],
554 } 555 }
OLDNEW
« no previous file with comments | « components/proxy_config/proxy_config_pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698