| 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 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1060 'browser/shell_integration_win_unittest.cc', | 1060 'browser/shell_integration_win_unittest.cc', |
| 1061 'browser/signin/fake_auth_status_provider.cc', | 1061 'browser/signin/fake_auth_status_provider.cc', |
| 1062 'browser/signin/fake_auth_status_provider.h', | 1062 'browser/signin/fake_auth_status_provider.h', |
| 1063 'browser/signin/oauth2_token_service_test_util.cc', | 1063 'browser/signin/oauth2_token_service_test_util.cc', |
| 1064 'browser/signin/oauth2_token_service_test_util.h', | 1064 'browser/signin/oauth2_token_service_test_util.h', |
| 1065 'browser/signin/oauth2_token_service_unittest.cc', | 1065 'browser/signin/oauth2_token_service_unittest.cc', |
| 1066 'browser/signin/profile_oauth2_token_service_request_unittest.cc', | 1066 'browser/signin/profile_oauth2_token_service_request_unittest.cc', |
| 1067 'browser/signin/profile_oauth2_token_service_unittest.cc', | 1067 'browser/signin/profile_oauth2_token_service_unittest.cc', |
| 1068 'browser/signin/signin_global_error_unittest.cc', | 1068 'browser/signin/signin_global_error_unittest.cc', |
| 1069 'browser/signin/signin_manager_unittest.cc', | 1069 'browser/signin/signin_manager_unittest.cc', |
| 1070 'browser/signin/signin_manager_base_unittest.cc', |
| 1070 'browser/signin/signin_names_io_thread_unittest.cc', | 1071 'browser/signin/signin_names_io_thread_unittest.cc', |
| 1071 'browser/signin/signin_tracker_unittest.cc', | 1072 'browser/signin/signin_tracker_unittest.cc', |
| 1072 'browser/signin/token_service_unittest.cc', | 1073 'browser/signin/token_service_unittest.cc', |
| 1073 'browser/signin/token_service_unittest.h', | 1074 'browser/signin/token_service_unittest.h', |
| 1074 'browser/signin/ubertoken_fetcher_unittest.cc', | 1075 'browser/signin/ubertoken_fetcher_unittest.cc', |
| 1075 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', | 1076 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', |
| 1076 'browser/speech/speech_recognition_bubble_controller_unittest.cc', | 1077 'browser/speech/speech_recognition_bubble_controller_unittest.cc', |
| 1077 'browser/speech/tts_controller_unittest.cc', | 1078 'browser/speech/tts_controller_unittest.cc', |
| 1078 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', | 1079 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', |
| 1079 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', | 1080 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', |
| (...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1944 ['chromeos==1', { | 1945 ['chromeos==1', { |
| 1945 'sources!': [ | 1946 'sources!': [ |
| 1946 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 1947 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
| 1947 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 1948 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
| 1948 'browser/policy/cloud/mock_user_cloud_policy_store.cc', | 1949 'browser/policy/cloud/mock_user_cloud_policy_store.cc', |
| 1949 'browser/policy/cloud/mock_user_cloud_policy_store.h', | 1950 'browser/policy/cloud/mock_user_cloud_policy_store.h', |
| 1950 'browser/policy/cloud/user_cloud_policy_manager_unittest.cc', | 1951 'browser/policy/cloud/user_cloud_policy_manager_unittest.cc', |
| 1951 'browser/policy/cloud/user_cloud_policy_store_unittest.cc', | 1952 'browser/policy/cloud/user_cloud_policy_store_unittest.cc', |
| 1952 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 1953 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
| 1953 'browser/safe_browsing/download_protection_service_unittest.cc', | 1954 'browser/safe_browsing/download_protection_service_unittest.cc', |
| 1955 'browser/signin/signin_manager_unittest.cc', |
| 1954 'browser/storage_monitor/storage_monitor_linux_unittest.cc', | 1956 'browser/storage_monitor/storage_monitor_linux_unittest.cc', |
| 1957 'browser/ui/sync/one_click_signin_helper_unittest.cc', |
| 1955 ], | 1958 ], |
| 1956 'sources': [ | 1959 'sources': [ |
| 1957 'browser/ui/webui/feedback_ui_unittest.cc', | 1960 'browser/ui/webui/feedback_ui_unittest.cc', |
| 1958 ], | 1961 ], |
| 1959 }, { # else: chromeos == 0 | 1962 }, { # else: chromeos == 0 |
| 1960 'sources/': [ | 1963 'sources/': [ |
| 1961 ['exclude', '^browser/chromeos/'], | 1964 ['exclude', '^browser/chromeos/'], |
| 1962 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], | 1965 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], |
| 1963 ['exclude', '^browser/ui/webui/chromeos/login'], | 1966 ['exclude', '^browser/ui/webui/chromeos/login'], |
| 1964 ['exclude', '^browser/ui/webui/options/chromeos/'], | 1967 ['exclude', '^browser/ui/webui/options/chromeos/'], |
| (...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2429 # more details. | 2432 # more details. |
| 2430 'DebugInformationFormat': '3', | 2433 'DebugInformationFormat': '3', |
| 2431 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2434 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2432 }, | 2435 }, |
| 2433 }, | 2436 }, |
| 2434 }, | 2437 }, |
| 2435 ], | 2438 ], |
| 2436 }], | 2439 }], |
| 2437 ], # 'conditions' | 2440 ], # 'conditions' |
| 2438 } | 2441 } |
| OLD | NEW |