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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 286063004: Move active field trial API to variations component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 7 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
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 1848 matching lines...) Expand 10 before | Expand all | Expand 10 after
1859 'common/favicon/favicon_url_parser_unittest.cc', 1859 'common/favicon/favicon_url_parser_unittest.cc',
1860 'common/importer/firefox_importer_utils_unittest.cc', 1860 'common/importer/firefox_importer_utils_unittest.cc',
1861 'common/instant_restricted_id_cache_unittest.cc', 1861 'common/instant_restricted_id_cache_unittest.cc',
1862 'common/mac/cfbundle_blocker_unittest.mm', 1862 'common/mac/cfbundle_blocker_unittest.mm',
1863 'common/mac/mock_launchd.cc', 1863 'common/mac/mock_launchd.cc',
1864 'common/mac/mock_launchd.h', 1864 'common/mac/mock_launchd.h',
1865 'common/mac/objc_method_swizzle_unittest.mm', 1865 'common/mac/objc_method_swizzle_unittest.mm',
1866 'common/mac/objc_zombie_unittest.mm', 1866 'common/mac/objc_zombie_unittest.mm',
1867 'common/metrics/caching_permuted_entropy_provider_unittest.cc', 1867 'common/metrics/caching_permuted_entropy_provider_unittest.cc',
1868 'common/metrics/variations/experiment_labels_unittest.cc', 1868 'common/metrics/variations/experiment_labels_unittest.cc',
1869 'common/metrics/variations/variations_util_unittest.cc',
1870 'common/multi_process_lock_unittest.cc', 1869 'common/multi_process_lock_unittest.cc',
1871 'common/net/url_fixer_upper_unittest.cc', 1870 'common/net/url_fixer_upper_unittest.cc',
1872 'common/net/x509_certificate_model_unittest.cc', 1871 'common/net/x509_certificate_model_unittest.cc',
1873 'common/partial_circular_buffer_unittest.cc', 1872 'common/partial_circular_buffer_unittest.cc',
1874 'common/pepper_permission_util_unittest.cc', 1873 'common/pepper_permission_util_unittest.cc',
1875 'common/pref_names_util_unittest.cc', 1874 'common/pref_names_util_unittest.cc',
1876 'common/search_urls_unittest.cc', 1875 'common/search_urls_unittest.cc',
1877 'common/service_process_util_unittest.cc', 1876 'common/service_process_util_unittest.cc',
1878 'common/switch_utils_unittest.cc', 1877 'common/switch_utils_unittest.cc',
1879 'common/thumbnail_score_unittest.cc', 1878 'common/thumbnail_score_unittest.cc',
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
2837 # more details. 2836 # more details.
2838 'DebugInformationFormat': '3', 2837 'DebugInformationFormat': '3',
2839 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2838 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2840 }, 2839 },
2841 }, 2840 },
2842 }, 2841 },
2843 ], 2842 ],
2844 }], 2843 }],
2845 ], # 'conditions' 2844 ], # 'conditions'
2846 } 2845 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698