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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 36183002: Merge 227542 "Implement install module verification metric." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1650/src/
Patch Set: Created 7 years, 2 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_browser.gypi ('k') | no next file » | 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 937 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 'browser/history/top_sites_impl_unittest.cc', 948 'browser/history/top_sites_impl_unittest.cc',
949 'browser/history/typed_url_syncable_service_unittest.cc', 949 'browser/history/typed_url_syncable_service_unittest.cc',
950 'browser/history/url_database_unittest.cc', 950 'browser/history/url_database_unittest.cc',
951 'browser/history/url_utils_unittest.cc', 951 'browser/history/url_utils_unittest.cc',
952 'browser/history/visit_database_unittest.cc', 952 'browser/history/visit_database_unittest.cc',
953 'browser/history/visit_filter_unittest.cc', 953 'browser/history/visit_filter_unittest.cc',
954 'browser/history/visit_tracker_unittest.cc', 954 'browser/history/visit_tracker_unittest.cc',
955 'browser/importer/firefox_profile_lock_unittest.cc', 955 'browser/importer/firefox_profile_lock_unittest.cc',
956 'browser/importer/profile_writer_unittest.cc', 956 'browser/importer/profile_writer_unittest.cc',
957 'browser/internal_auth_unittest.cc', 957 'browser/internal_auth_unittest.cc',
958 'browser/install_module_verifier_unittest_win.cc',
958 'browser/invalidation/invalidation_service_android_unittest.cc', 959 'browser/invalidation/invalidation_service_android_unittest.cc',
959 'browser/invalidation/invalidation_service_test_template.cc', 960 'browser/invalidation/invalidation_service_test_template.cc',
960 'browser/invalidation/invalidation_service_test_template.h', 961 'browser/invalidation/invalidation_service_test_template.h',
961 'browser/invalidation/invalidator_storage_unittest.cc', 962 'browser/invalidation/invalidator_storage_unittest.cc',
962 'browser/invalidation/ticl_invalidation_service_unittest.cc', 963 'browser/invalidation/ticl_invalidation_service_unittest.cc',
963 'browser/language_usage_metrics_unittest.cc', 964 'browser/language_usage_metrics_unittest.cc',
964 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', 965 'browser/local_discovery/privet_confirm_api_flow_unittest.cc',
965 'browser/local_discovery/privet_http_unittest.cc', 966 'browser/local_discovery/privet_http_unittest.cc',
966 'browser/local_discovery/privet_url_fetcher_unittest.cc', 967 'browser/local_discovery/privet_url_fetcher_unittest.cc',
967 'browser/local_discovery/cloud_print_account_manager_unittest.cc', 968 'browser/local_discovery/cloud_print_account_manager_unittest.cc',
(...skipping 1856 matching lines...) Expand 10 before | Expand all | Expand 10 after
2824 'browser_ui', 2825 'browser_ui',
2825 ], 2826 ],
2826 'sources': [ 2827 'sources': [
2827 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2828 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2828 ], 2829 ],
2829 }, 2830 },
2830 ], 2831 ],
2831 }], 2832 }],
2832 ], # 'conditions' 2833 ], # 'conditions'
2833 } 2834 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698