OLD | NEW |
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 1713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1724 'common/metrics/variations/variations_util_unittest.cc', | 1724 'common/metrics/variations/variations_util_unittest.cc', |
1725 'common/multi_process_lock_unittest.cc', | 1725 'common/multi_process_lock_unittest.cc', |
1726 'common/net/net_error_tracker_unittest.cc', | 1726 'common/net/net_error_tracker_unittest.cc', |
1727 'common/net/x509_certificate_model_unittest.cc', | 1727 'common/net/x509_certificate_model_unittest.cc', |
1728 'common/partial_circular_buffer_unittest.cc', | 1728 'common/partial_circular_buffer_unittest.cc', |
1729 'common/pref_names_util_unittest.cc', | 1729 'common/pref_names_util_unittest.cc', |
1730 'common/service_process_util_unittest.cc', | 1730 'common/service_process_util_unittest.cc', |
1731 'common/switch_utils_unittest.cc', | 1731 'common/switch_utils_unittest.cc', |
1732 'common/thumbnail_score_unittest.cc', | 1732 'common/thumbnail_score_unittest.cc', |
1733 'common/time_format_unittest.cc', | 1733 'common/time_format_unittest.cc', |
| 1734 'common/translate/language_detection_util_unittest.cc', |
| 1735 'common/translate/translate_common_metrics_unittest.cc', |
1734 'common/translate/translate_util_unittest.cc', | 1736 'common/translate/translate_util_unittest.cc', |
1735 'common/worker_thread_ticker_unittest.cc', | 1737 'common/worker_thread_ticker_unittest.cc', |
1736 'nacl/nacl_ipc_adapter_unittest.cc', | 1738 'nacl/nacl_ipc_adapter_unittest.cc', |
1737 'nacl/nacl_validation_query_unittest.cc', | 1739 'nacl/nacl_validation_query_unittest.cc', |
1738 'renderer/chrome_content_renderer_client_unittest.cc', | 1740 'renderer/chrome_content_renderer_client_unittest.cc', |
1739 'renderer/content_settings_observer_unittest.cc', | 1741 'renderer/content_settings_observer_unittest.cc', |
1740 'renderer/extensions/chrome_v8_context_set_unittest.cc', | 1742 'renderer/extensions/chrome_v8_context_set_unittest.cc', |
1741 'renderer/extensions/event_unittest.cc', | 1743 'renderer/extensions/event_unittest.cc', |
1742 'renderer/extensions/extension_localization_peer_unittest.cc', | 1744 'renderer/extensions/extension_localization_peer_unittest.cc', |
1743 'renderer/extensions/json_schema_unittest.cc', | 1745 'renderer/extensions/json_schema_unittest.cc', |
(...skipping 12 matching lines...) Expand all Loading... |
1756 'renderer/safe_browsing/scorer_unittest.cc', | 1758 'renderer/safe_browsing/scorer_unittest.cc', |
1757 'renderer/searchbox/searchbox_extension_unittest.cc', | 1759 'renderer/searchbox/searchbox_extension_unittest.cc', |
1758 'renderer/searchbox/searchbox_unittest.cc', | 1760 'renderer/searchbox/searchbox_unittest.cc', |
1759 'renderer/spellchecker/custom_dictionary_engine_unittest.cc', | 1761 'renderer/spellchecker/custom_dictionary_engine_unittest.cc', |
1760 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', | 1762 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', |
1761 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc', | 1763 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc', |
1762 'renderer/spellchecker/spellcheck_provider_test.cc', | 1764 'renderer/spellchecker/spellcheck_provider_test.cc', |
1763 'renderer/spellchecker/spellcheck_provider_test.h', | 1765 'renderer/spellchecker/spellcheck_provider_test.h', |
1764 'renderer/spellchecker/spellcheck_unittest.cc', | 1766 'renderer/spellchecker/spellcheck_unittest.cc', |
1765 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', | 1767 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', |
1766 'renderer/translate/translate_helper_unittest.cc', | |
1767 'renderer/translate/translate_helper_metrics_unittest.cc', | |
1768 'renderer/web_apps_unittest.cc', | 1768 'renderer/web_apps_unittest.cc', |
1769 'service/cloud_print/cloud_print_helpers_unittest.cc', | 1769 'service/cloud_print/cloud_print_helpers_unittest.cc', |
1770 'service/cloud_print/cloud_print_token_store_unittest.cc', | 1770 'service/cloud_print/cloud_print_token_store_unittest.cc', |
1771 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', | 1771 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', |
1772 'service/cloud_print/connector_settings_unittest.cc', | 1772 'service/cloud_print/connector_settings_unittest.cc', |
1773 'service/cloud_print/printer_job_handler_unittest.cc', | 1773 'service/cloud_print/printer_job_handler_unittest.cc', |
1774 'service/cloud_print/printer_job_queue_handler_unittest.cc', | 1774 'service/cloud_print/printer_job_queue_handler_unittest.cc', |
1775 'service/service_process_prefs_unittest.cc', | 1775 'service/service_process_prefs_unittest.cc', |
1776 'service/service_process_unittest.cc', | 1776 'service/service_process_unittest.cc', |
1777 'test/base/browser_with_test_window_test.cc', | 1777 'test/base/browser_with_test_window_test.cc', |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1933 }, { # OS=="ios" | 1933 }, { # OS=="ios" |
1934 'dependencies': [ | 1934 'dependencies': [ |
1935 '../third_party/ocmock/ocmock.gyp:ocmock', | 1935 '../third_party/ocmock/ocmock.gyp:ocmock', |
1936 ], | 1936 ], |
1937 'sources/': [ | 1937 'sources/': [ |
1938 # Exclude everything but iOS-specific files. | 1938 # Exclude everything but iOS-specific files. |
1939 ['exclude', '\\.(cc|mm)$'], | 1939 ['exclude', '\\.(cc|mm)$'], |
1940 ['include', '_ios\\.(cc|mm)$'], | 1940 ['include', '_ios\\.(cc|mm)$'], |
1941 ['include', '(^|/)ios/'], | 1941 ['include', '(^|/)ios/'], |
1942 # TODO(ios): Add files here as they are updated to compile on iOS. | 1942 # TODO(ios): Add files here as they are updated to compile on iOS. |
| 1943 ['include', '^common/translate/language_detection_util_unittest\\.cc
$'], |
| 1944 ['include', '^common/translate/translate_util_unittest\\.cc$'], |
1943 ['include', '^common/zip_'], | 1945 ['include', '^common/zip_'], |
1944 ], | 1946 ], |
1945 'conditions': [ | 1947 'conditions': [ |
1946 ['coverage != 0', { | 1948 ['coverage != 0', { |
1947 'sources/': [ | 1949 'sources/': [ |
1948 # These tests crash when run with coverage turned on due to an | 1950 # These tests crash when run with coverage turned on due to an |
1949 # issue with llvm_gcda_increment_indirect_counter: | 1951 # issue with llvm_gcda_increment_indirect_counter: |
1950 # http://crbug.com/156058 | 1952 # http://crbug.com/156058 |
1951 ['exclude', '^browser/autocomplete/bookmark_provider_unittest\\.
cc$'], | 1953 ['exclude', '^browser/autocomplete/bookmark_provider_unittest\\.
cc$'], |
1952 ['exclude', '^browser/autocomplete/builtin_provider_unittest\\.c
c$'], | 1954 ['exclude', '^browser/autocomplete/builtin_provider_unittest\\.c
c$'], |
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2648 # more details. | 2650 # more details. |
2649 'DebugInformationFormat': '3', | 2651 'DebugInformationFormat': '3', |
2650 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2652 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2651 }, | 2653 }, |
2652 }, | 2654 }, |
2653 }, | 2655 }, |
2654 ], | 2656 ], |
2655 }], | 2657 }], |
2656 ], # 'conditions' | 2658 ], # 'conditions' |
2657 } | 2659 } |
OLD | NEW |