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

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

Issue 2166683003: Componentize spellcheck [1]: create component and move switches there. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + --no-find-copies Created 4 years, 5 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/spellcheck/common/spellcheck_switches.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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 '../../components/components.gyp:proxy_config', 93 '../../components/components.gyp:proxy_config',
94 '../../components/components.gyp:rappor', 94 '../../components/components.gyp:rappor',
95 '../../components/components.gyp:search', 95 '../../components/components.gyp:search',
96 '../../components/components.gyp:search_engines', 96 '../../components/components.gyp:search_engines',
97 '../../components/components.gyp:security_interstitials_core', 97 '../../components/components.gyp:security_interstitials_core',
98 '../../components/components.gyp:security_state', 98 '../../components/components.gyp:security_state',
99 '../../components/components.gyp:sessions_ios', 99 '../../components/components.gyp:sessions_ios',
100 '../../components/components.gyp:signin_core_browser', 100 '../../components/components.gyp:signin_core_browser',
101 '../../components/components.gyp:signin_core_common', 101 '../../components/components.gyp:signin_core_common',
102 '../../components/components.gyp:signin_ios_browser', 102 '../../components/components.gyp:signin_ios_browser',
103 '../../components/components.gyp:spellcheck_common',
103 '../../components/components.gyp:ssl_config', 104 '../../components/components.gyp:ssl_config',
104 '../../components/components.gyp:suggestions', 105 '../../components/components.gyp:suggestions',
105 '../../components/components.gyp:sync_driver', 106 '../../components/components.gyp:sync_driver',
106 '../../components/components.gyp:syncable_prefs', 107 '../../components/components.gyp:syncable_prefs',
107 '../../components/components.gyp:translate_core_browser', 108 '../../components/components.gyp:translate_core_browser',
108 '../../components/components.gyp:translate_ios_browser', 109 '../../components/components.gyp:translate_ios_browser',
109 '../../components/components.gyp:undo_component', 110 '../../components/components.gyp:undo_component',
110 '../../components/components.gyp:update_client', 111 '../../components/components.gyp:update_client',
111 '../../components/components.gyp:upload_list', 112 '../../components/components.gyp:upload_list',
112 '../../components/components.gyp:user_prefs', 113 '../../components/components.gyp:user_prefs',
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 '../../components/components.gyp:omnibox_browser', 891 '../../components/components.gyp:omnibox_browser',
891 '../../components/components.gyp:rlz', 892 '../../components/components.gyp:rlz',
892 '../../components/components.gyp:search_engines', 893 '../../components/components.gyp:search_engines',
893 '../../rlz/rlz.gyp:rlz_lib', 894 '../../rlz/rlz.gyp:rlz_lib',
894 ], 895 ],
895 }, 896 },
896 ], 897 ],
897 }], 898 }],
898 ], 899 ],
899 } 900 }
OLDNEW
« no previous file with comments | « components/spellcheck/common/spellcheck_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698