| 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 1708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1719 'common/policy/policy_schema_unittest.cc', | 1719 'common/policy/policy_schema_unittest.cc', |
| 1720 'common/pref_names_util_unittest.cc', | 1720 'common/pref_names_util_unittest.cc', |
| 1721 'common/service_process_util_unittest.cc', | 1721 'common/service_process_util_unittest.cc', |
| 1722 'common/switch_utils_unittest.cc', | 1722 'common/switch_utils_unittest.cc', |
| 1723 'common/thumbnail_score_unittest.cc', | 1723 'common/thumbnail_score_unittest.cc', |
| 1724 'common/time_format_unittest.cc', | 1724 'common/time_format_unittest.cc', |
| 1725 'common/translate/language_detection_util_unittest.cc', | 1725 'common/translate/language_detection_util_unittest.cc', |
| 1726 'common/translate/translate_common_metrics_unittest.cc', | 1726 'common/translate/translate_common_metrics_unittest.cc', |
| 1727 'common/translate/translate_util_unittest.cc', | 1727 'common/translate/translate_util_unittest.cc', |
| 1728 'common/worker_thread_ticker_unittest.cc', | 1728 'common/worker_thread_ticker_unittest.cc', |
| 1729 'nacl/nacl_ipc_adapter_unittest.cc', | |
| 1730 'nacl/nacl_validation_query_unittest.cc', | |
| 1731 'renderer/chrome_content_renderer_client_unittest.cc', | 1729 'renderer/chrome_content_renderer_client_unittest.cc', |
| 1732 'renderer/content_settings_observer_unittest.cc', | 1730 'renderer/content_settings_observer_unittest.cc', |
| 1733 'renderer/extensions/chrome_v8_context_set_unittest.cc', | 1731 'renderer/extensions/chrome_v8_context_set_unittest.cc', |
| 1734 'renderer/extensions/event_unittest.cc', | 1732 'renderer/extensions/event_unittest.cc', |
| 1735 'renderer/extensions/extension_localization_peer_unittest.cc', | 1733 'renderer/extensions/extension_localization_peer_unittest.cc', |
| 1736 'renderer/extensions/json_schema_unittest.cc', | 1734 'renderer/extensions/json_schema_unittest.cc', |
| 1737 'renderer/extensions/module_system_unittest.cc', | 1735 'renderer/extensions/module_system_unittest.cc', |
| 1738 'renderer/extensions/renderer_permissions_policy_delegate_unittest.cc', | 1736 'renderer/extensions/renderer_permissions_policy_delegate_unittest.cc', |
| 1739 'renderer/extensions/safe_builtins_unittest.cc', | 1737 'renderer/extensions/safe_builtins_unittest.cc', |
| 1740 'renderer/media/chrome_webrtc_log_message_delegate_unittest.cc', | 1738 'renderer/media/chrome_webrtc_log_message_delegate_unittest.cc', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1831 '../components/autofill/core/browser/phone_number_unittest.cc', | 1829 '../components/autofill/core/browser/phone_number_unittest.cc', |
| 1832 '../components/autofill/core/browser/phone_number_i18n_unittest.cc', | 1830 '../components/autofill/core/browser/phone_number_i18n_unittest.cc', |
| 1833 '../components/autofill/core/browser/validation_unittest.cc', | 1831 '../components/autofill/core/browser/validation_unittest.cc', |
| 1834 | 1832 |
| 1835 # TODO(caitkp): Move to //components/components_tests.gypi once | 1833 # TODO(caitkp): Move to //components/components_tests.gypi once |
| 1836 # remaining dependencies back to //chrome are eliminated. | 1834 # remaining dependencies back to //chrome are eliminated. |
| 1837 '../components/autofill/core/browser/webdata/autofill_entry_unittest.cc'
, | 1835 '../components/autofill/core/browser/webdata/autofill_entry_unittest.cc'
, |
| 1838 '../components/autofill/core/browser/webdata/autofill_table_unittest.cc'
, | 1836 '../components/autofill/core/browser/webdata/autofill_table_unittest.cc'
, |
| 1839 '../components/autofill/core/browser/webdata/web_data_service_unittest.c
c', | 1837 '../components/autofill/core/browser/webdata/web_data_service_unittest.c
c', |
| 1840 '../components/autofill/core/common/password_form_fill_data_unittest.cc'
, | 1838 '../components/autofill/core/common/password_form_fill_data_unittest.cc'
, |
| 1839 |
| 1840 # TODO(yael): Move to //components/components_tests.gypi once |
| 1841 # nacl_defines is moved out of chrome.gyp into a common place. |
| 1842 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', |
| 1843 '../components/nacl/loader/nacl_validation_query_unittest.cc', |
| 1844 |
| 1841 '../components/webdata/common/web_database_migration_unittest.cc', | 1845 '../components/webdata/common/web_database_migration_unittest.cc', |
| 1842 '../components/webdata/common/web_data_service_test_util.cc', | 1846 '../components/webdata/common/web_data_service_test_util.cc', |
| 1843 '../components/webdata/common/web_data_service_test_util.h', | 1847 '../components/webdata/common/web_data_service_test_util.h', |
| 1844 '../components/webdata/encryptor/ie7_password_unittest_win.cc', | 1848 '../components/webdata/encryptor/ie7_password_unittest_win.cc', |
| 1845 | 1849 |
| 1846 # TODO(joi): Move the google_apis tests to a separate | 1850 # TODO(joi): Move the google_apis tests to a separate |
| 1847 # google_apis_unittests executable. | 1851 # google_apis_unittests executable. |
| 1848 '../google_apis/google_api_keys_unittest.cc', | 1852 '../google_apis/google_api_keys_unittest.cc', |
| 1849 '../google_apis/cup/client_update_protocol_unittest.cc', | 1853 '../google_apis/cup/client_update_protocol_unittest.cc', |
| 1850 '../google_apis/gaia/mock_url_fetcher_factory.h', | 1854 '../google_apis/gaia/mock_url_fetcher_factory.h', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1966 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm', | 1970 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm', |
| 1967 'browser/ui/sync/one_click_signin_helper_unittest.cc', | 1971 'browser/ui/sync/one_click_signin_helper_unittest.cc', |
| 1968 ] | 1972 ] |
| 1969 }], | 1973 }], |
| 1970 ['disable_nacl==1', { | 1974 ['disable_nacl==1', { |
| 1971 'sources!':[ | 1975 'sources!':[ |
| 1972 'browser/nacl_host/nacl_file_host_unittest.cc', | 1976 'browser/nacl_host/nacl_file_host_unittest.cc', |
| 1973 'browser/nacl_host/nacl_validation_cache_unittest.cc', | 1977 'browser/nacl_host/nacl_validation_cache_unittest.cc', |
| 1974 'browser/nacl_host/pnacl_host_unittest.cc', | 1978 'browser/nacl_host/pnacl_host_unittest.cc', |
| 1975 'browser/nacl_host/pnacl_translation_cache_unittest.cc', | 1979 'browser/nacl_host/pnacl_translation_cache_unittest.cc', |
| 1976 'nacl/nacl_ipc_adapter_unittest.cc', | 1980 # TODO(yael): Move to //components/components_tests.gypi once |
| 1977 'nacl/nacl_validation_query_unittest.cc', | 1981 # nacl_defines is moved out of chrome.gyp into a common place. |
| 1982 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', |
| 1983 '../components/nacl/loader/nacl_validation_query_unittest.cc', |
| 1978 ], | 1984 ], |
| 1979 }], | 1985 }], |
| 1980 ['enable_extensions==0', { | 1986 ['enable_extensions==0', { |
| 1981 'sources/': [ | 1987 'sources/': [ |
| 1982 ['exclude', '^../extensions/'], | 1988 ['exclude', '^../extensions/'], |
| 1983 ['exclude', '^browser/extensions/activity_log/'], | 1989 ['exclude', '^browser/extensions/activity_log/'], |
| 1984 ['exclude', '^browser/extensions/api/'], | 1990 ['exclude', '^browser/extensions/api/'], |
| 1985 ['exclude', '^browser/sync/glue/chrome_extensions_activity_monitor_u
nittest.cc'], | 1991 ['exclude', '^browser/sync/glue/chrome_extensions_activity_monitor_u
nittest.cc'], |
| 1986 ['exclude', '^common/extensions/api/'], | 1992 ['exclude', '^common/extensions/api/'], |
| 1987 ['exclude', '^common/extensions/manifest_handlers/'], | 1993 ['exclude', '^common/extensions/manifest_handlers/'], |
| (...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2651 # more details. | 2657 # more details. |
| 2652 'DebugInformationFormat': '3', | 2658 'DebugInformationFormat': '3', |
| 2653 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2659 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2654 }, | 2660 }, |
| 2655 }, | 2661 }, |
| 2656 }, | 2662 }, |
| 2657 ], | 2663 ], |
| 2658 }], | 2664 }], |
| 2659 ], # 'conditions' | 2665 ], # 'conditions' |
| 2660 } | 2666 } |
| OLD | NEW |