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

Side by Side Diff: components/components.gyp

Issue 1884583003: Create a spellcheck component that will allow any embedder to reuse common functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address reviewers' comments. Created 4 years, 8 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 | « chrome/renderer/spellchecker/spellcheck_unittest.cc ('k') | components/spellcheck.gypi » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'proxy_config.gypi', 71 'proxy_config.gypi',
72 'query_parser.gypi', 72 'query_parser.gypi',
73 'rappor.gypi', 73 'rappor.gypi',
74 'search.gypi', 74 'search.gypi',
75 'search_engines.gypi', 75 'search_engines.gypi',
76 'search_provider_logos.gypi', 76 'search_provider_logos.gypi',
77 'security_interstitials.gypi', 77 'security_interstitials.gypi',
78 'security_state.gypi', 78 'security_state.gypi',
79 'sessions.gypi', 79 'sessions.gypi',
80 'signin.gypi', 80 'signin.gypi',
81 'spellcheck.gypi',
81 'ssl_config.gypi', 82 'ssl_config.gypi',
82 'ssl_errors.gypi', 83 'ssl_errors.gypi',
83 'suggestions.gypi', 84 'suggestions.gypi',
84 'supervised_user_error_page.gypi', 85 'supervised_user_error_page.gypi',
85 'sync_bookmarks.gypi', 86 'sync_bookmarks.gypi',
86 'sync_driver.gypi', 87 'sync_driver.gypi',
87 'sync_sessions.gypi', 88 'sync_sessions.gypi',
88 'syncable_prefs.gypi', 89 'syncable_prefs.gypi',
89 'toolbar.gypi', 90 'toolbar.gypi',
90 'translate.gypi', 91 'translate.gypi',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'rlz.gypi', 204 'rlz.gypi',
204 ], 205 ],
205 }], 206 }],
206 ['use_ash==1', { 207 ['use_ash==1', {
207 'includes': [ 208 'includes': [
208 'exo.gypi', 209 'exo.gypi',
209 ], 210 ],
210 }], 211 }],
211 ], 212 ],
212 } 213 }
OLDNEW
« no previous file with comments | « chrome/renderer/spellchecker/spellcheck_unittest.cc ('k') | components/spellcheck.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698