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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1156473007: Enables the user to select multiple languages for spellchecking (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved spellcheck_service_browsertest to a unittest, cleaned code, replied to comments, stopped Mac … Created 5 years, 6 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 2495 matching lines...) Expand 10 before | Expand all | Expand 10 after
2506 'dependencies': [ 2506 'dependencies': [
2507 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac', 2507 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac',
2508 '../third_party/ocmock/ocmock.gyp:ocmock', 2508 '../third_party/ocmock/ocmock.gyp:ocmock',
2509 'chrome', 2509 'chrome',
2510 ], 2510 ],
2511 'sources': [ '<@(chrome_unit_tests_mac_sources)' ], 2511 'sources': [ '<@(chrome_unit_tests_mac_sources)' ],
2512 'sources!': [ 2512 'sources!': [
2513 'browser/ui/tests/ui_gfx_image_unittest.cc', 2513 'browser/ui/tests/ui_gfx_image_unittest.cc',
2514 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', 2514 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc',
2515 'tools/convert_dict/convert_dict_unittest.cc', 2515 'tools/convert_dict/convert_dict_unittest.cc',
2516 # This tests the function GetSpellCheckLanguages which is not used
2517 # on Mac.
2518 'browser/spellchecker/spellcheck_service_unittest.cc',
2516 ], 2519 ],
2517 # TODO(mark): We really want this for all non-static library targets, 2520 # TODO(mark): We really want this for all non-static library targets,
2518 # but when we tried to pull it up to the common.gypi level, it broke 2521 # but when we tried to pull it up to the common.gypi level, it broke
2519 # other things like the ui and startup tests. *shrug* 2522 # other things like the ui and startup tests. *shrug*
2520 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 2523 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
2521 }], 2524 }],
2522 ['OS!="mac" and OS!="ios"', { 2525 ['OS!="mac" and OS!="ios"', {
2523 'dependencies': [ 2526 'dependencies': [
2524 '../third_party/hunspell/hunspell.gyp:hunspell', 2527 '../third_party/hunspell/hunspell.gyp:hunspell',
2525 'chrome_resources.gyp:packed_extra_resources', 2528 'chrome_resources.gyp:packed_extra_resources',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
2859 'dependencies': [ 2862 'dependencies': [
2860 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2863 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2861 ], 2864 ],
2862 }], 2865 }],
2863 ], 2866 ],
2864 }, 2867 },
2865 ], 2868 ],
2866 }], 2869 }],
2867 ], # 'conditions' 2870 ], # 'conditions'
2868 } 2871 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698