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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 13583007: Create a field trial to test if we can detect good QPC implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/metrics/histograms/histograms.xml » ('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 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 'browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm', 904 'browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm',
905 'browser/media_galleries/media_file_system_registry_unittest.cc', 905 'browser/media_galleries/media_file_system_registry_unittest.cc',
906 'browser/media_galleries/media_galleries_dialog_controller_mock.cc', 906 'browser/media_galleries/media_galleries_dialog_controller_mock.cc',
907 'browser/media_galleries/media_galleries_dialog_controller_mock.h', 907 'browser/media_galleries/media_galleries_dialog_controller_mock.h',
908 'browser/media_galleries/media_galleries_preferences_unittest.cc', 908 'browser/media_galleries/media_galleries_preferences_unittest.cc',
909 'browser/media_galleries/win/mtp_device_object_enumerator_unittest.cc', 909 'browser/media_galleries/win/mtp_device_object_enumerator_unittest.cc',
910 'browser/metrics/metrics_log_unittest.cc', 910 'browser/metrics/metrics_log_unittest.cc',
911 'browser/metrics/metrics_log_serializer_unittest.cc', 911 'browser/metrics/metrics_log_serializer_unittest.cc',
912 'browser/metrics/metrics_service_unittest.cc', 912 'browser/metrics/metrics_service_unittest.cc',
913 'browser/metrics/thread_watcher_unittest.cc', 913 'browser/metrics/thread_watcher_unittest.cc',
914 'browser/metrics/time_ticks_experiment_unittest.cc',
914 'browser/metrics/variations/variations_service_unittest.cc', 915 'browser/metrics/variations/variations_service_unittest.cc',
915 'browser/metrics/variations/resource_request_allowed_notifier_test_util. cc', 916 'browser/metrics/variations/resource_request_allowed_notifier_test_util. cc',
916 'browser/metrics/variations/resource_request_allowed_notifier_test_util. h', 917 'browser/metrics/variations/resource_request_allowed_notifier_test_util. h',
917 'browser/metrics/variations/resource_request_allowed_notifier_unittest.c c', 918 'browser/metrics/variations/resource_request_allowed_notifier_unittest.c c',
918 'browser/nacl_host/nacl_file_host_unittest.cc', 919 'browser/nacl_host/nacl_file_host_unittest.cc',
919 'browser/nacl_host/nacl_validation_cache_unittest.cc', 920 'browser/nacl_host/nacl_validation_cache_unittest.cc',
920 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc', 921 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc',
921 'browser/net/chrome_net_log_unittest.cc', 922 'browser/net/chrome_net_log_unittest.cc',
922 'browser/net/chrome_network_delegate_unittest.cc', 923 'browser/net/chrome_network_delegate_unittest.cc',
923 'browser/net/connection_tester_unittest.cc', 924 'browser/net/connection_tester_unittest.cc',
(...skipping 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after
2477 # more details. 2478 # more details.
2478 'DebugInformationFormat': '3', 2479 'DebugInformationFormat': '3',
2479 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2480 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2480 }, 2481 },
2481 }, 2482 },
2482 }, 2483 },
2483 ], 2484 ],
2484 }], 2485 }],
2485 ], # 'conditions' 2486 ], # 'conditions'
2486 } 2487 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698