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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 25531002: Move language detection to a component (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Run translate unittests on iOS Created 7 years, 2 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
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/DEPS » ('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 1797 matching lines...) Expand 10 before | Expand all | Expand 10 after
1808 'common/metrics/variations/variations_util_unittest.cc', 1808 'common/metrics/variations/variations_util_unittest.cc',
1809 'common/multi_process_lock_unittest.cc', 1809 'common/multi_process_lock_unittest.cc',
1810 'common/net/url_fixer_upper_unittest.cc', 1810 'common/net/url_fixer_upper_unittest.cc',
1811 'common/net/x509_certificate_model_unittest.cc', 1811 'common/net/x509_certificate_model_unittest.cc',
1812 'common/partial_circular_buffer_unittest.cc', 1812 'common/partial_circular_buffer_unittest.cc',
1813 'common/pref_names_util_unittest.cc', 1813 'common/pref_names_util_unittest.cc',
1814 'common/search_urls_unittest.cc', 1814 'common/search_urls_unittest.cc',
1815 'common/service_process_util_unittest.cc', 1815 'common/service_process_util_unittest.cc',
1816 'common/switch_utils_unittest.cc', 1816 'common/switch_utils_unittest.cc',
1817 'common/thumbnail_score_unittest.cc', 1817 'common/thumbnail_score_unittest.cc',
1818 'common/translate/language_detection_util_unittest.cc',
1819 'common/translate/translate_common_metrics_unittest.cc',
1820 'common/translate/translate_util_unittest.cc',
1821 'common/worker_thread_ticker_unittest.cc', 1818 'common/worker_thread_ticker_unittest.cc',
1822 'renderer/chrome_content_renderer_client_unittest.cc', 1819 'renderer/chrome_content_renderer_client_unittest.cc',
1823 'renderer/content_settings_observer_unittest.cc', 1820 'renderer/content_settings_observer_unittest.cc',
1824 'renderer/extensions/activity_log_converter_strategy_unittest.cc', 1821 'renderer/extensions/activity_log_converter_strategy_unittest.cc',
1825 'renderer/extensions/chrome_v8_context_set_unittest.cc', 1822 'renderer/extensions/chrome_v8_context_set_unittest.cc',
1826 'renderer/extensions/event_unittest.cc', 1823 'renderer/extensions/event_unittest.cc',
1827 'renderer/extensions/extension_localization_peer_unittest.cc', 1824 'renderer/extensions/extension_localization_peer_unittest.cc',
1828 'renderer/extensions/json_schema_unittest.cc', 1825 'renderer/extensions/json_schema_unittest.cc',
1829 'renderer/extensions/messaging_utils_unittest.cc', 1826 'renderer/extensions/messaging_utils_unittest.cc',
1830 'renderer/extensions/module_system_unittest.cc', 1827 'renderer/extensions/module_system_unittest.cc',
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
2846 'browser/ui/app_list/test/fake_profile_store.cc', 2843 'browser/ui/app_list/test/fake_profile_store.cc',
2847 'browser/ui/app_list/test/fake_profile_store.h', 2844 'browser/ui/app_list/test/fake_profile_store.h',
2848 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2845 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2849 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', 2846 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc',
2850 ], 2847 ],
2851 }, 2848 },
2852 ], 2849 ],
2853 }], 2850 }],
2854 ], # 'conditions' 2851 ], # 'conditions'
2855 } 2852 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698