| 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 921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 'browser/importer/profile_writer_unittest.cc', | 932 'browser/importer/profile_writer_unittest.cc', |
| 933 'browser/internal_auth_unittest.cc', | 933 'browser/internal_auth_unittest.cc', |
| 934 'browser/invalidation/invalidation_service_android_unittest.cc', | 934 'browser/invalidation/invalidation_service_android_unittest.cc', |
| 935 'browser/invalidation/invalidation_service_test_template.cc', | 935 'browser/invalidation/invalidation_service_test_template.cc', |
| 936 'browser/invalidation/invalidation_service_test_template.h', | 936 'browser/invalidation/invalidation_service_test_template.h', |
| 937 'browser/invalidation/invalidator_storage_unittest.cc', | 937 'browser/invalidation/invalidator_storage_unittest.cc', |
| 938 'browser/invalidation/ticl_invalidation_service_unittest.cc', | 938 'browser/invalidation/ticl_invalidation_service_unittest.cc', |
| 939 'browser/language_usage_metrics_unittest.cc', | 939 'browser/language_usage_metrics_unittest.cc', |
| 940 'browser/local_discovery/privet_http_unittest.cc', | 940 'browser/local_discovery/privet_http_unittest.cc', |
| 941 'browser/local_discovery/privet_url_fetcher_unittest.cc', | 941 'browser/local_discovery/privet_url_fetcher_unittest.cc', |
| 942 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', |
| 942 'browser/mac/keystone_glue_unittest.mm', | 943 'browser/mac/keystone_glue_unittest.mm', |
| 943 'browser/managed_mode/managed_mode_url_filter_unittest.cc', | 944 'browser/managed_mode/managed_mode_url_filter_unittest.cc', |
| 944 'browser/managed_mode/managed_user_registration_service_unittest.cc', | 945 'browser/managed_mode/managed_user_registration_service_unittest.cc', |
| 945 'browser/managed_mode/managed_user_service_unittest.cc', | 946 'browser/managed_mode/managed_user_service_unittest.cc', |
| 946 'browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc', | 947 'browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc', |
| 947 'browser/media/webrtc_log_uploader_unittest.cc', | 948 'browser/media/webrtc_log_uploader_unittest.cc', |
| 948 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc', | 949 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc', |
| 949 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc'
, | 950 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc'
, |
| 950 'browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm', | 951 'browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm', |
| 951 'browser/media_galleries/win/mtp_device_delegate_impl_win_unittest.cc', | 952 'browser/media_galleries/win/mtp_device_delegate_impl_win_unittest.cc', |
| (...skipping 1489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2441 'browser/sync_file_system/drive_backend/drive_file_sync_service_sync
_unittest.cc', | 2442 'browser/sync_file_system/drive_backend/drive_file_sync_service_sync
_unittest.cc', |
| 2442 | 2443 |
| 2443 'browser/user_style_sheet_watcher_unittest.cc', | 2444 'browser/user_style_sheet_watcher_unittest.cc', |
| 2444 | 2445 |
| 2445 # The autofill popup is implemented in mostly native code on | 2446 # The autofill popup is implemented in mostly native code on |
| 2446 # Android. | 2447 # Android. |
| 2447 'browser/ui/autofill/autofill_popup_controller_unittest.cc', | 2448 'browser/ui/autofill/autofill_popup_controller_unittest.cc', |
| 2448 | 2449 |
| 2449 # Android uses a different invaliator. | 2450 # Android uses a different invaliator. |
| 2450 'browser/invalidation/ticl_invalidation_service_unittest.cc', | 2451 'browser/invalidation/ticl_invalidation_service_unittest.cc', |
| 2451 | 2452 |
| 2452 # The importer code is not used on Android. | 2453 # The importer code is not used on Android. |
| 2453 'common/importer/firefox_importer_utils_unittest.cc', | 2454 'common/importer/firefox_importer_utils_unittest.cc', |
| 2454 ], | 2455 ], |
| 2455 'sources/': [ | 2456 'sources/': [ |
| 2456 ['exclude', '^browser/captive_portal/'], | 2457 ['exclude', '^browser/captive_portal/'], |
| 2457 ['exclude', '^browser/diagnostics/'], | 2458 ['exclude', '^browser/diagnostics/'], |
| 2458 ['exclude', '^browser/first_run/'], | 2459 ['exclude', '^browser/first_run/'], |
| 2459 ['exclude', '^browser/lifetime/'], | 2460 ['exclude', '^browser/lifetime/'], |
| 2460 ['exclude', '^browser/media_galleries/'], | 2461 ['exclude', '^browser/media_galleries/'], |
| 2461 ['exclude', '^browser/profile_resetter/'], | 2462 ['exclude', '^browser/profile_resetter/'], |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2659 # more details. | 2660 # more details. |
| 2660 'DebugInformationFormat': '3', | 2661 'DebugInformationFormat': '3', |
| 2661 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2662 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2662 }, | 2663 }, |
| 2663 }, | 2664 }, |
| 2664 }, | 2665 }, |
| 2665 ], | 2666 ], |
| 2666 }], | 2667 }], |
| 2667 ], # 'conditions' | 2668 ], # 'conditions' |
| 2668 } | 2669 } |
| OLD | NEW |