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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 2159283003: [WIP][DO NOT LAND] Componentize spellcheck Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests_unit.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'chrome_renderer_sources': [ 7 'chrome_renderer_sources': [
8 'renderer/app_categorizer.h', 8 'renderer/app_categorizer.h',
9 'renderer/app_categorizer.cc', 9 'renderer/app_categorizer.cc',
10 'renderer/banners/app_banner_client.cc', 10 'renderer/banners/app_banner_client.cc',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', 203 'renderer/safe_browsing/phishing_dom_feature_extractor.cc',
204 'renderer/safe_browsing/phishing_dom_feature_extractor.h', 204 'renderer/safe_browsing/phishing_dom_feature_extractor.h',
205 'renderer/safe_browsing/phishing_term_feature_extractor.cc', 205 'renderer/safe_browsing/phishing_term_feature_extractor.cc',
206 'renderer/safe_browsing/phishing_term_feature_extractor.h', 206 'renderer/safe_browsing/phishing_term_feature_extractor.h',
207 'renderer/safe_browsing/phishing_url_feature_extractor.cc', 207 'renderer/safe_browsing/phishing_url_feature_extractor.cc',
208 'renderer/safe_browsing/phishing_url_feature_extractor.h', 208 'renderer/safe_browsing/phishing_url_feature_extractor.h',
209 'renderer/safe_browsing/scorer.cc', 209 'renderer/safe_browsing/scorer.cc',
210 'renderer/safe_browsing/scorer.h', 210 'renderer/safe_browsing/scorer.h',
211 ], 211 ],
212 'chrome_renderer_spellchecker_sources': [ 212 'chrome_renderer_spellchecker_sources': [
213 'renderer/spellchecker/custom_dictionary_engine.cc', 213 # 'renderer/spellchecker/custom_dictionary_engine.cc',
214 'renderer/spellchecker/custom_dictionary_engine.h', 214 # 'renderer/spellchecker/custom_dictionary_engine.h',
215 'renderer/spellchecker/hunspell_engine.cc', 215 # 'renderer/spellchecker/hunspell_engine.cc',
216 'renderer/spellchecker/hunspell_engine.h', 216 # 'renderer/spellchecker/hunspell_engine.h',
217 'renderer/spellchecker/platform_spelling_engine.cc', 217 # 'renderer/spellchecker/platform_spelling_engine.cc',
218 'renderer/spellchecker/platform_spelling_engine.h', 218 # 'renderer/spellchecker/platform_spelling_engine.h',
219 'renderer/spellchecker/spellcheck.cc', 219 # 'renderer/spellchecker/spellcheck.cc',
220 'renderer/spellchecker/spellcheck.h', 220 # 'renderer/spellchecker/spellcheck.h',
221 'renderer/spellchecker/spellcheck_language.cc', 221 # 'renderer/spellchecker/spellcheck_language.cc',
222 'renderer/spellchecker/spellcheck_language.h', 222 # 'renderer/spellchecker/spellcheck_language.h',
223 'renderer/spellchecker/spellcheck_provider.cc', 223 # 'renderer/spellchecker/spellcheck_provider.cc',
224 'renderer/spellchecker/spellcheck_provider.h', 224 # 'renderer/spellchecker/spellcheck_provider.h',
225 'renderer/spellchecker/spellcheck_worditerator.cc', 225 # 'renderer/spellchecker/spellcheck_worditerator.cc',
226 'renderer/spellchecker/spellcheck_worditerator.h', 226 # 'renderer/spellchecker/spellcheck_worditerator.h',
227 'renderer/spellchecker/spelling_engine.h', 227 # 'renderer/spellchecker/spelling_engine.h',
228 ], 228 ],
229 'chrome_renderer_printing_sources': [ 229 'chrome_renderer_printing_sources': [
230 'renderer/printing/chrome_print_web_view_helper_delegate.cc', 230 'renderer/printing/chrome_print_web_view_helper_delegate.cc',
231 'renderer/printing/chrome_print_web_view_helper_delegate.h', 231 'renderer/printing/chrome_print_web_view_helper_delegate.h',
232 ], 232 ],
233 'chrome_renderer_full_printing_sources': [ 233 'chrome_renderer_full_printing_sources': [
234 'renderer/pepper/chrome_pdf_print_client.cc', 234 'renderer/pepper/chrome_pdf_print_client.cc',
235 'renderer/pepper/chrome_pdf_print_client.h', 235 'renderer/pepper/chrome_pdf_print_client.h',
236 ], 236 ],
237 }, 237 },
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 '../components/components.gyp:startup_metric_utils_win', 395 '../components/components.gyp:startup_metric_utils_win',
396 ], 396 ],
397 'include_dirs': [ 397 'include_dirs': [
398 '<(DEPTH)/third_party/wtl/include', 398 '<(DEPTH)/third_party/wtl/include',
399 ], 399 ],
400 }], 400 }],
401 ], 401 ],
402 }, 402 },
403 ], 403 ],
404 } 404 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698