OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |