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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 1263423006: Rename spellchecker preprocessor flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
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/banners/app_banner_client.cc', 8 'renderer/banners/app_banner_client.cc',
9 'renderer/banners/app_banner_client.h', 9 'renderer/banners/app_banner_client.h',
10 'renderer/benchmarking_extension.cc', 10 'renderer/benchmarking_extension.cc',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 '<@(chrome_renderer_spellchecker_sources)', 345 '<@(chrome_renderer_spellchecker_sources)',
346 ], 346 ],
347 'conditions': [ 347 'conditions': [
348 ['OS!="android"', { 348 ['OS!="android"', {
349 'dependencies': [ 349 'dependencies': [
350 '../third_party/hunspell/hunspell.gyp:hunspell', 350 '../third_party/hunspell/hunspell.gyp:hunspell',
351 ], 351 ],
352 }], 352 }],
353 ], 353 ],
354 }], 354 }],
355 ['use_platform_spellchecker==0', { 355 ['use_browser_spellchecker==0', {
356 'sources!': [ 356 'sources!': [
357 'renderer/spellchecker/platform_spelling_engine.cc', 357 'renderer/spellchecker/platform_spelling_engine.cc',
358 'renderer/spellchecker/platform_spelling_engine.h', 358 'renderer/spellchecker/platform_spelling_engine.h',
359 ] 359 ]
360 }], 360 }],
361 ['OS=="android"', { 361 ['OS=="android"', {
362 'sources!': [ 362 'sources!': [
363 'renderer/spellchecker/hunspell_engine.cc', 363 'renderer/spellchecker/hunspell_engine.cc',
364 'renderer/spellchecker/hunspell_engine.h', 364 'renderer/spellchecker/hunspell_engine.h',
365 ] 365 ]
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'export_dependent_settings': [ 403 'export_dependent_settings': [
404 '<(allocator_target)', 404 '<(allocator_target)',
405 ], 405 ],
406 }], 406 }],
407 ], 407 ],
408 }], 408 }],
409 ], 409 ],
410 }, 410 },
411 ], 411 ],
412 } 412 }
OLDNEW
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_message_filter_unittest.cc ('k') | chrome/common/spellcheck_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698