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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 23097007: Create variations target that depends on base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/metrics/caching_permuted_entropy_provider.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 'browser/media_galleries/media_galleries_dialog_controller_unittest.cc', 982 'browser/media_galleries/media_galleries_dialog_controller_unittest.cc',
983 'browser/media_galleries/media_galleries_preferences_unittest.cc', 983 'browser/media_galleries/media_galleries_preferences_unittest.cc',
984 'browser/media_galleries/win/mtp_device_object_enumerator_unittest.cc', 984 'browser/media_galleries/win/mtp_device_object_enumerator_unittest.cc',
985 'browser/metrics/compression_utils_unittest.cc', 985 'browser/metrics/compression_utils_unittest.cc',
986 'browser/metrics/metrics_log_unittest.cc', 986 'browser/metrics/metrics_log_unittest.cc',
987 'browser/metrics/metrics_log_serializer_unittest.cc', 987 'browser/metrics/metrics_log_serializer_unittest.cc',
988 'browser/metrics/metrics_service_unittest.cc', 988 'browser/metrics/metrics_service_unittest.cc',
989 'browser/metrics/thread_watcher_unittest.cc', 989 'browser/metrics/thread_watcher_unittest.cc',
990 'browser/metrics/time_ticks_experiment_unittest.cc', 990 'browser/metrics/time_ticks_experiment_unittest.cc',
991 'browser/metrics/variations/variations_http_header_provider_unittest.cc' , 991 'browser/metrics/variations/variations_http_header_provider_unittest.cc' ,
992 'browser/metrics/variations/variations_seed_processor_unittest.cc',
993 'browser/metrics/variations/variations_service_unittest.cc', 992 'browser/metrics/variations/variations_service_unittest.cc',
994 'browser/metrics/variations/variations_request_scheduler_unittest.cc', 993 'browser/metrics/variations/variations_request_scheduler_unittest.cc',
995 'browser/nacl_host/nacl_file_host_unittest.cc', 994 'browser/nacl_host/nacl_file_host_unittest.cc',
996 'browser/nacl_host/nacl_process_host_unittest.cc', 995 'browser/nacl_host/nacl_process_host_unittest.cc',
997 'browser/nacl_host/nacl_validation_cache_unittest.cc', 996 'browser/nacl_host/nacl_validation_cache_unittest.cc',
998 'browser/nacl_host/pnacl_translation_cache_unittest.cc', 997 'browser/nacl_host/pnacl_translation_cache_unittest.cc',
999 'browser/nacl_host/pnacl_host_unittest.cc', 998 'browser/nacl_host/pnacl_host_unittest.cc',
1000 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc', 999 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc',
1001 'browser/net/chrome_network_delegate_unittest.cc', 1000 'browser/net/chrome_network_delegate_unittest.cc',
1002 'browser/net/connection_tester_unittest.cc', 1001 'browser/net/connection_tester_unittest.cc',
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
1768 'common/favicon/favicon_url_parser_unittest.cc', 1767 'common/favicon/favicon_url_parser_unittest.cc',
1769 'common/importer/firefox_importer_utils_unittest.cc', 1768 'common/importer/firefox_importer_utils_unittest.cc',
1770 'common/instant_restricted_id_cache_unittest.cc', 1769 'common/instant_restricted_id_cache_unittest.cc',
1771 'common/mac/cfbundle_blocker_unittest.mm', 1770 'common/mac/cfbundle_blocker_unittest.mm',
1772 'common/mac/mock_launchd.cc', 1771 'common/mac/mock_launchd.cc',
1773 'common/mac/mock_launchd.h', 1772 'common/mac/mock_launchd.h',
1774 'common/mac/nscoder_util_unittest.mm', 1773 'common/mac/nscoder_util_unittest.mm',
1775 'common/mac/objc_method_swizzle_unittest.mm', 1774 'common/mac/objc_method_swizzle_unittest.mm',
1776 'common/mac/objc_zombie_unittest.mm', 1775 'common/mac/objc_zombie_unittest.mm',
1777 'common/metrics/caching_permuted_entropy_provider_unittest.cc', 1776 'common/metrics/caching_permuted_entropy_provider_unittest.cc',
1778 'common/metrics/entropy_provider_unittest.cc',
1779 'common/metrics/metrics_log_base_unittest.cc', 1777 'common/metrics/metrics_log_base_unittest.cc',
1780 'common/metrics/metrics_log_manager_unittest.cc', 1778 'common/metrics/metrics_log_manager_unittest.cc',
1781 'common/metrics/metrics_util_unittest.cc',
1782 'common/metrics/variations/variations_associated_data_unittest.cc',
1783 'common/metrics/variations/variations_util_unittest.cc', 1779 'common/metrics/variations/variations_util_unittest.cc',
1784 'common/multi_process_lock_unittest.cc', 1780 'common/multi_process_lock_unittest.cc',
1785 'common/net/url_fixer_upper_unittest.cc', 1781 'common/net/url_fixer_upper_unittest.cc',
1786 'common/net/x509_certificate_model_unittest.cc', 1782 'common/net/x509_certificate_model_unittest.cc',
1787 'common/partial_circular_buffer_unittest.cc', 1783 'common/partial_circular_buffer_unittest.cc',
1788 'common/pref_names_util_unittest.cc', 1784 'common/pref_names_util_unittest.cc',
1789 'common/service_process_util_unittest.cc', 1785 'common/service_process_util_unittest.cc',
1790 'common/switch_utils_unittest.cc', 1786 'common/switch_utils_unittest.cc',
1791 'common/thumbnail_score_unittest.cc', 1787 'common/thumbnail_score_unittest.cc',
1792 'common/translate/language_detection_util_unittest.cc', 1788 'common/translate/language_detection_util_unittest.cc',
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after
2760 # more details. 2756 # more details.
2761 'DebugInformationFormat': '3', 2757 'DebugInformationFormat': '3',
2762 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2758 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2763 }, 2759 },
2764 }, 2760 },
2765 }, 2761 },
2766 ], 2762 ],
2767 }], 2763 }],
2768 ], # 'conditions' 2764 ], # 'conditions'
2769 } 2765 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/metrics/caching_permuted_entropy_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698