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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11293241: Cleaning up the custom dictionary code relative to the SpellcheckService to make the custom diction… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/tab_contents/spelling_menu_observer.cc ('k') | no next file » | 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 'browser/signin/signin_manager_fake.cc', 1012 'browser/signin/signin_manager_fake.cc',
1013 'browser/signin/signin_manager_fake.h', 1013 'browser/signin/signin_manager_fake.h',
1014 'browser/signin/signin_manager_unittest.cc', 1014 'browser/signin/signin_manager_unittest.cc',
1015 'browser/signin/signin_names_io_thread_unittest.cc', 1015 'browser/signin/signin_names_io_thread_unittest.cc',
1016 'browser/signin/signin_tracker_unittest.cc', 1016 'browser/signin/signin_tracker_unittest.cc',
1017 'browser/signin/token_service_unittest.cc', 1017 'browser/signin/token_service_unittest.cc',
1018 'browser/signin/token_service_unittest.h', 1018 'browser/signin/token_service_unittest.h',
1019 'browser/signin/ubertoken_fetcher_unittest.cc', 1019 'browser/signin/ubertoken_fetcher_unittest.cc',
1020 'browser/speech/extension_api/tts_extension_api_controller_unittest.cc', 1020 'browser/speech/extension_api/tts_extension_api_controller_unittest.cc',
1021 'browser/speech/speech_recognition_bubble_controller_unittest.cc', 1021 'browser/speech/speech_recognition_bubble_controller_unittest.cc',
1022 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc',
1022 'browser/spellchecker/spellcheck_service_unittest.cc', 1023 'browser/spellchecker/spellcheck_service_unittest.cc',
1023 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', 1024 'browser/spellchecker/spellcheck_platform_mac_unittest.cc',
1024 'browser/spellchecker/spelling_service_client_unittest.cc', 1025 'browser/spellchecker/spelling_service_client_unittest.cc',
1025 'browser/status_icons/status_icon_unittest.cc', 1026 'browser/status_icons/status_icon_unittest.cc',
1026 'browser/status_icons/status_tray_unittest.cc', 1027 'browser/status_icons/status_tray_unittest.cc',
1027 'browser/sync/about_sync_util_unittest.cc', 1028 'browser/sync/about_sync_util_unittest.cc',
1028 'browser/sync/abstract_profile_sync_service_test.cc', 1029 'browser/sync/abstract_profile_sync_service_test.cc',
1029 'browser/sync/abstract_profile_sync_service_test.h', 1030 'browser/sync/abstract_profile_sync_service_test.h',
1030 'browser/sync/backend_migrator_unittest.cc', 1031 'browser/sync/backend_migrator_unittest.cc',
1031 'browser/sync/credential_cache_service_win_unittest.cc', 1032 'browser/sync/credential_cache_service_win_unittest.cc',
(...skipping 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after
2201 'unit_tests.isolate', 2202 'unit_tests.isolate',
2202 ], 2203 ],
2203 'sources': [ 2204 'sources': [
2204 'unit_tests.isolate', 2205 'unit_tests.isolate',
2205 ], 2206 ],
2206 }, 2207 },
2207 ], 2208 ],
2208 }], 2209 }],
2209 ], # 'conditions' 2210 ], # 'conditions'
2210 } 2211 }
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/spelling_menu_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698