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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 23579003: GCAPI should append to the existing experiment_labels instead of clobbering them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 7 years, 1 month 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 1825 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 'common/importer/firefox_importer_utils_unittest.cc', 1836 'common/importer/firefox_importer_utils_unittest.cc',
1837 'common/instant_restricted_id_cache_unittest.cc', 1837 'common/instant_restricted_id_cache_unittest.cc',
1838 'common/mac/cfbundle_blocker_unittest.mm', 1838 'common/mac/cfbundle_blocker_unittest.mm',
1839 'common/mac/mock_launchd.cc', 1839 'common/mac/mock_launchd.cc',
1840 'common/mac/mock_launchd.h', 1840 'common/mac/mock_launchd.h',
1841 'common/mac/objc_method_swizzle_unittest.mm', 1841 'common/mac/objc_method_swizzle_unittest.mm',
1842 'common/mac/objc_zombie_unittest.mm', 1842 'common/mac/objc_zombie_unittest.mm',
1843 'common/metrics/caching_permuted_entropy_provider_unittest.cc', 1843 'common/metrics/caching_permuted_entropy_provider_unittest.cc',
1844 'common/metrics/metrics_log_base_unittest.cc', 1844 'common/metrics/metrics_log_base_unittest.cc',
1845 'common/metrics/metrics_log_manager_unittest.cc', 1845 'common/metrics/metrics_log_manager_unittest.cc',
1846 'common/metrics/variations/experiment_labels_win_unittest.cc',
Alexei Svitkine (slow) 2013/11/05 23:05:23 Name this experiment_labels_unittest_win.cc, that
gab 2013/11/06 16:39:10 Actually the rule works for this ordering too: htt
Alexei Svitkine (slow) 2013/11/06 22:45:06 You're right - it didn't always use to be the case
1846 'common/metrics/variations/variations_util_unittest.cc', 1847 'common/metrics/variations/variations_util_unittest.cc',
1847 'common/multi_process_lock_unittest.cc', 1848 'common/multi_process_lock_unittest.cc',
1848 'common/net/url_fixer_upper_unittest.cc', 1849 'common/net/url_fixer_upper_unittest.cc',
1849 'common/net/x509_certificate_model_unittest.cc', 1850 'common/net/x509_certificate_model_unittest.cc',
1850 'common/partial_circular_buffer_unittest.cc', 1851 'common/partial_circular_buffer_unittest.cc',
1851 'common/pref_names_util_unittest.cc', 1852 'common/pref_names_util_unittest.cc',
1852 'common/search_urls_unittest.cc', 1853 'common/search_urls_unittest.cc',
1853 'common/service_process_util_unittest.cc', 1854 'common/service_process_util_unittest.cc',
1854 'common/switch_utils_unittest.cc', 1855 'common/switch_utils_unittest.cc',
1855 'common/thumbnail_score_unittest.cc', 1856 'common/thumbnail_score_unittest.cc',
(...skipping 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after
2909 'browser/ui/app_list/test/fake_profile.h', 2910 'browser/ui/app_list/test/fake_profile.h',
2910 'browser/ui/app_list/test/fake_profile_store.cc', 2911 'browser/ui/app_list/test/fake_profile_store.cc',
2911 'browser/ui/app_list/test/fake_profile_store.h', 2912 'browser/ui/app_list/test/fake_profile_store.h',
2912 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2913 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2913 ], 2914 ],
2914 }, 2915 },
2915 ], 2916 ],
2916 }], 2917 }],
2917 ], # 'conditions' 2918 ], # 'conditions'
2918 } 2919 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698