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

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: Inlude in shiny new gn base_unittests target Created 6 years, 4 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/mac/objc_method_swizzle.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 1863 matching lines...) Expand 10 before | Expand all | Expand 10 after
1874 'common/extensions/update_manifest_unittest.cc', 1874 'common/extensions/update_manifest_unittest.cc',
1875 'common/extensions/value_counter_unittest.cc', 1875 'common/extensions/value_counter_unittest.cc',
1876 'common/extensions/api/extension_api_unittest.cc', 1876 'common/extensions/api/extension_api_unittest.cc',
1877 'common/favicon/favicon_url_parser_unittest.cc', 1877 'common/favicon/favicon_url_parser_unittest.cc',
1878 'common/importer/firefox_importer_utils_unittest.cc', 1878 'common/importer/firefox_importer_utils_unittest.cc',
1879 'common/ini_parser_unittest.cc', 1879 'common/ini_parser_unittest.cc',
1880 'common/instant_restricted_id_cache_unittest.cc', 1880 'common/instant_restricted_id_cache_unittest.cc',
1881 'common/mac/cfbundle_blocker_unittest.mm', 1881 'common/mac/cfbundle_blocker_unittest.mm',
1882 'common/mac/mock_launchd.cc', 1882 'common/mac/mock_launchd.cc',
1883 'common/mac/mock_launchd.h', 1883 'common/mac/mock_launchd.h',
1884 'common/mac/objc_method_swizzle_unittest.mm',
1885 'common/mac/objc_zombie_unittest.mm', 1884 'common/mac/objc_zombie_unittest.mm',
1886 'common/multi_process_lock_unittest.cc', 1885 'common/multi_process_lock_unittest.cc',
1887 'common/net/x509_certificate_model_unittest.cc', 1886 'common/net/x509_certificate_model_unittest.cc',
1888 'common/partial_circular_buffer_unittest.cc', 1887 'common/partial_circular_buffer_unittest.cc',
1889 'common/pepper_permission_util_unittest.cc', 1888 'common/pepper_permission_util_unittest.cc',
1890 'common/pref_names_util_unittest.cc', 1889 'common/pref_names_util_unittest.cc',
1891 'common/search_urls_unittest.cc', 1890 'common/search_urls_unittest.cc',
1892 'common/service_process_util_unittest.cc', 1891 'common/service_process_util_unittest.cc',
1893 'common/switch_utils_unittest.cc', 1892 'common/switch_utils_unittest.cc',
1894 'common/variations/experiment_labels_unittest.cc', 1893 'common/variations/experiment_labels_unittest.cc',
(...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
2897 'dependencies': [ 2896 'dependencies': [
2898 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2897 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2899 ], 2898 ],
2900 }], 2899 }],
2901 ], 2900 ],
2902 }, 2901 },
2903 ], 2902 ],
2904 }], 2903 }],
2905 ], # 'conditions' 2904 ], # 'conditions'
2906 } 2905 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/mac/objc_method_swizzle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698