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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 345243007: Add ScopedObjCClassSwizzler in base/mac, absorbs objc_method_swizzle and ScopedClassSwizzler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix EventsMacTest.ButtonEvents Created 6 years, 5 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 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after
1911 'common/extensions/sync_type_unittest.cc', 1911 'common/extensions/sync_type_unittest.cc',
1912 'common/extensions/update_manifest_unittest.cc', 1912 'common/extensions/update_manifest_unittest.cc',
1913 'common/extensions/value_counter_unittest.cc', 1913 'common/extensions/value_counter_unittest.cc',
1914 'common/extensions/api/extension_api_unittest.cc', 1914 'common/extensions/api/extension_api_unittest.cc',
1915 'common/favicon/favicon_url_parser_unittest.cc', 1915 'common/favicon/favicon_url_parser_unittest.cc',
1916 'common/importer/firefox_importer_utils_unittest.cc', 1916 'common/importer/firefox_importer_utils_unittest.cc',
1917 'common/instant_restricted_id_cache_unittest.cc', 1917 'common/instant_restricted_id_cache_unittest.cc',
1918 'common/mac/cfbundle_blocker_unittest.mm', 1918 'common/mac/cfbundle_blocker_unittest.mm',
1919 'common/mac/mock_launchd.cc', 1919 'common/mac/mock_launchd.cc',
1920 'common/mac/mock_launchd.h', 1920 'common/mac/mock_launchd.h',
1921 'common/mac/objc_method_swizzle_unittest.mm',
1922 'common/mac/objc_zombie_unittest.mm', 1921 'common/mac/objc_zombie_unittest.mm',
1923 'common/multi_process_lock_unittest.cc', 1922 'common/multi_process_lock_unittest.cc',
1924 'common/net/x509_certificate_model_unittest.cc', 1923 'common/net/x509_certificate_model_unittest.cc',
1925 'common/partial_circular_buffer_unittest.cc', 1924 'common/partial_circular_buffer_unittest.cc',
1926 'common/pepper_permission_util_unittest.cc', 1925 'common/pepper_permission_util_unittest.cc',
1927 'common/pref_names_util_unittest.cc', 1926 'common/pref_names_util_unittest.cc',
1928 'common/search_urls_unittest.cc', 1927 'common/search_urls_unittest.cc',
1929 'common/service_process_util_unittest.cc', 1928 'common/service_process_util_unittest.cc',
1930 'common/switch_utils_unittest.cc', 1929 'common/switch_utils_unittest.cc',
1931 'common/variations/experiment_labels_unittest.cc', 1930 'common/variations/experiment_labels_unittest.cc',
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
2937 'dependencies': [ 2936 'dependencies': [
2938 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2937 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2939 ], 2938 ],
2940 }], 2939 }],
2941 ], 2940 ],
2942 }, 2941 },
2943 ], 2942 ],
2944 }], 2943 }],
2945 ], # 'conditions' 2944 ], # 'conditions'
2946 } 2945 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698