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

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: Fix compilation 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
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 1796 matching lines...) Expand 10 before | Expand all | Expand 10 after
1807 'common/metrics/variations/variations_util_unittest.cc', 1807 'common/metrics/variations/variations_util_unittest.cc',
1808 'common/multi_process_lock_unittest.cc', 1808 'common/multi_process_lock_unittest.cc',
1809 'common/net/url_fixer_upper_unittest.cc', 1809 'common/net/url_fixer_upper_unittest.cc',
1810 'common/net/x509_certificate_model_unittest.cc', 1810 'common/net/x509_certificate_model_unittest.cc',
1811 'common/partial_circular_buffer_unittest.cc', 1811 'common/partial_circular_buffer_unittest.cc',
1812 'common/pref_names_util_unittest.cc', 1812 'common/pref_names_util_unittest.cc',
1813 'common/search_urls_unittest.cc', 1813 'common/search_urls_unittest.cc',
1814 'common/service_process_util_unittest.cc', 1814 'common/service_process_util_unittest.cc',
1815 'common/switch_utils_unittest.cc', 1815 'common/switch_utils_unittest.cc',
1816 'common/thumbnail_score_unittest.cc', 1816 'common/thumbnail_score_unittest.cc',
1817 'common/translate/language_detection_util_unittest.cc',
1818 'common/translate/translate_common_metrics_unittest.cc',
1819 'common/translate/translate_util_unittest.cc',
1820 'common/worker_thread_ticker_unittest.cc', 1817 'common/worker_thread_ticker_unittest.cc',
1821 'renderer/chrome_content_renderer_client_unittest.cc', 1818 'renderer/chrome_content_renderer_client_unittest.cc',
1822 'renderer/content_settings_observer_unittest.cc', 1819 'renderer/content_settings_observer_unittest.cc',
1823 'renderer/extensions/activity_log_converter_strategy_unittest.cc', 1820 'renderer/extensions/activity_log_converter_strategy_unittest.cc',
1824 'renderer/extensions/chrome_v8_context_set_unittest.cc', 1821 'renderer/extensions/chrome_v8_context_set_unittest.cc',
1825 'renderer/extensions/event_unittest.cc', 1822 'renderer/extensions/event_unittest.cc',
1826 'renderer/extensions/extension_localization_peer_unittest.cc', 1823 'renderer/extensions/extension_localization_peer_unittest.cc',
1827 'renderer/extensions/json_schema_unittest.cc', 1824 'renderer/extensions/json_schema_unittest.cc',
1828 'renderer/extensions/messaging_utils_unittest.cc', 1825 'renderer/extensions/messaging_utils_unittest.cc',
1829 'renderer/extensions/module_system_unittest.cc', 1826 'renderer/extensions/module_system_unittest.cc',
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
2835 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2832 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2836 'browser/ui/app_list/test/fake_profile.cc', 2833 'browser/ui/app_list/test/fake_profile.cc',
2837 'browser/ui/app_list/test/fake_profile.h', 2834 'browser/ui/app_list/test/fake_profile.h',
2838 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', 2835 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc',
2839 ], 2836 ],
2840 }, 2837 },
2841 ], 2838 ],
2842 }], 2839 }],
2843 ], # 'conditions' 2840 ], # 'conditions'
2844 } 2841 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698