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

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

Issue 1457803002: Register data_reduction_proxy prefs on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@io-thread-testing-fixed-http-port
Patch Set: Created 5 years, 1 month 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/prefs/browser_prefs.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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 '../../breakpad/breakpad.gyp:breakpad_client', 46 '../../breakpad/breakpad.gyp:breakpad_client',
47 '../../components/components.gyp:autofill_core_browser', 47 '../../components/components.gyp:autofill_core_browser',
48 '../../components/components.gyp:autofill_core_common', 48 '../../components/components.gyp:autofill_core_common',
49 '../../components/components.gyp:autofill_ios_browser', 49 '../../components/components.gyp:autofill_ios_browser',
50 '../../components/components.gyp:bookmarks_browser', 50 '../../components/components.gyp:bookmarks_browser',
51 '../../components/components.gyp:bookmarks_managed', 51 '../../components/components.gyp:bookmarks_managed',
52 '../../components/components.gyp:component_updater', 52 '../../components/components.gyp:component_updater',
53 '../../components/components.gyp:content_settings_core_browser', 53 '../../components/components.gyp:content_settings_core_browser',
54 '../../components/components.gyp:crash_core_browser', 54 '../../components/components.gyp:crash_core_browser',
55 '../../components/components.gyp:crash_core_common', 55 '../../components/components.gyp:crash_core_common',
56 '../../components/components.gyp:data_reduction_proxy_core_browser',
56 '../../components/components.gyp:data_reduction_proxy_core_common', 57 '../../components/components.gyp:data_reduction_proxy_core_common',
57 '../../components/components.gyp:dom_distiller_core', 58 '../../components/components.gyp:dom_distiller_core',
58 '../../components/components.gyp:dom_distiller_ios', 59 '../../components/components.gyp:dom_distiller_ios',
59 '../../components/components.gyp:enhanced_bookmarks', 60 '../../components/components.gyp:enhanced_bookmarks',
60 '../../components/components.gyp:favicon_base', 61 '../../components/components.gyp:favicon_base',
61 '../../components/components.gyp:favicon_core', 62 '../../components/components.gyp:favicon_core',
62 '../../components/components.gyp:gcm_driver', 63 '../../components/components.gyp:gcm_driver',
63 '../../components/components.gyp:google_core_browser', 64 '../../components/components.gyp:google_core_browser',
64 '../../components/components.gyp:history_core_browser', 65 '../../components/components.gyp:history_core_browser',
65 '../../components/components.gyp:history_ios_browser', 66 '../../components/components.gyp:history_ios_browser',
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 '../../components/components.gyp:omnibox_browser', 677 '../../components/components.gyp:omnibox_browser',
677 '../../components/components.gyp:rlz', 678 '../../components/components.gyp:rlz',
678 '../../components/components.gyp:search_engines', 679 '../../components/components.gyp:search_engines',
679 '../../rlz/rlz.gyp:rlz_lib', 680 '../../rlz/rlz.gyp:rlz_lib',
680 ], 681 ],
681 }, 682 },
682 ], 683 ],
683 }], 684 }],
684 ], 685 ],
685 } 686 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/prefs/browser_prefs.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698