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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 260903010: Start removing support for the experimental x-webkit-speech API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't touch histograms.xml Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/url_constants.h » ('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 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 '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 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 'browser/signin/account_reconcilor_unittest.cc', 1274 'browser/signin/account_reconcilor_unittest.cc',
1275 'browser/signin/local_auth_unittest.cc', 1275 'browser/signin/local_auth_unittest.cc',
1276 'browser/signin/profile_oauth2_token_service_request_unittest.cc', 1276 'browser/signin/profile_oauth2_token_service_request_unittest.cc',
1277 'browser/signin/signin_error_notifier_ash_unittest.cc', 1277 'browser/signin/signin_error_notifier_ash_unittest.cc',
1278 'browser/signin/signin_global_error_unittest.cc', 1278 'browser/signin/signin_global_error_unittest.cc',
1279 'browser/signin/signin_manager_unittest.cc', 1279 'browser/signin/signin_manager_unittest.cc',
1280 'browser/signin/signin_names_io_thread_unittest.cc', 1280 'browser/signin/signin_names_io_thread_unittest.cc',
1281 'browser/signin/signin_promo_unittest.cc', 1281 'browser/signin/signin_promo_unittest.cc',
1282 'browser/signin/signin_tracker_unittest.cc', 1282 'browser/signin/signin_tracker_unittest.cc',
1283 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', 1283 'browser/speech/extension_api/extension_manifests_tts_unittest.cc',
1284 'browser/speech/speech_recognition_bubble_controller_unittest.cc',
1285 'browser/speech/tts_controller_unittest.cc', 1284 'browser/speech/tts_controller_unittest.cc',
1286 'browser/spellchecker/feedback_sender_unittest.cc', 1285 'browser/spellchecker/feedback_sender_unittest.cc',
1287 'browser/spellchecker/feedback_unittest.cc', 1286 'browser/spellchecker/feedback_unittest.cc',
1288 'browser/spellchecker/misspelling_unittest.cc', 1287 'browser/spellchecker/misspelling_unittest.cc',
1289 'browser/spellchecker/spellcheck_action_unittest.cc', 1288 'browser/spellchecker/spellcheck_action_unittest.cc',
1290 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', 1289 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc',
1291 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', 1290 'browser/spellchecker/spellcheck_host_metrics_unittest.cc',
1292 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc', 1291 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc',
1293 'browser/spellchecker/spellcheck_message_filter_unittest.cc', 1292 'browser/spellchecker/spellcheck_message_filter_unittest.cc',
1294 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', 1293 'browser/spellchecker/spellcheck_platform_mac_unittest.cc',
(...skipping 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after
2853 'browser/ui/app_list/test/fake_profile_store.h', 2852 'browser/ui/app_list/test/fake_profile_store.h',
2854 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2853 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2855 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2854 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2856 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2855 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2857 ], 2856 ],
2858 }, 2857 },
2859 ], 2858 ],
2860 }], 2859 }],
2861 ], # 'conditions' 2860 ], # 'conditions'
2862 } 2861 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698