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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12096096: Give access to a network time kept in the variation service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final nits. Created 7 years, 10 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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'browser/media_gallery/media_file_system_registry_unittest.cc', 862 'browser/media_gallery/media_file_system_registry_unittest.cc',
863 'browser/media_gallery/media_galleries_dialog_controller_mock.cc', 863 'browser/media_gallery/media_galleries_dialog_controller_mock.cc',
864 'browser/media_gallery/media_galleries_dialog_controller_mock.h', 864 'browser/media_gallery/media_galleries_dialog_controller_mock.h',
865 'browser/media_gallery/media_galleries_preferences_unittest.cc', 865 'browser/media_gallery/media_galleries_preferences_unittest.cc',
866 'browser/media_gallery/media_gallery_database_unittest.cc', 866 'browser/media_gallery/media_gallery_database_unittest.cc',
867 'browser/media_gallery/win/mtp_device_object_enumerator_unittest.cc', 867 'browser/media_gallery/win/mtp_device_object_enumerator_unittest.cc',
868 'browser/metrics/metrics_log_unittest.cc', 868 'browser/metrics/metrics_log_unittest.cc',
869 'browser/metrics/metrics_log_serializer_unittest.cc', 869 'browser/metrics/metrics_log_serializer_unittest.cc',
870 'browser/metrics/metrics_service_unittest.cc', 870 'browser/metrics/metrics_service_unittest.cc',
871 'browser/metrics/thread_watcher_unittest.cc', 871 'browser/metrics/thread_watcher_unittest.cc',
872 'browser/metrics/variations/network_time_tracker_unittest.cc',
872 'browser/metrics/variations/variations_registry_syncer_unittest_win.cc', 873 'browser/metrics/variations/variations_registry_syncer_unittest_win.cc',
873 'browser/metrics/variations/variations_service_unittest.cc', 874 'browser/metrics/variations/variations_service_unittest.cc',
874 'browser/metrics/variations/resource_request_allowed_notifier_test_util. cc', 875 'browser/metrics/variations/resource_request_allowed_notifier_test_util. cc',
875 'browser/metrics/variations/resource_request_allowed_notifier_test_util. h', 876 'browser/metrics/variations/resource_request_allowed_notifier_test_util. h',
876 'browser/metrics/variations/resource_request_allowed_notifier_unittest.c c', 877 'browser/metrics/variations/resource_request_allowed_notifier_unittest.c c',
877 'browser/nacl_host/nacl_validation_cache_unittest.cc', 878 'browser/nacl_host/nacl_validation_cache_unittest.cc',
878 'browser/nacl_host/pnacl_file_host_unittest.cc', 879 'browser/nacl_host/pnacl_file_host_unittest.cc',
879 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc', 880 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc',
880 'browser/net/chrome_net_log_unittest.cc', 881 'browser/net/chrome_net_log_unittest.cc',
881 'browser/net/chrome_network_delegate_unittest.cc', 882 'browser/net/chrome_network_delegate_unittest.cc',
(...skipping 1500 matching lines...) Expand 10 before | Expand all | Expand 10 after
2382 # more details. 2383 # more details.
2383 'DebugInformationFormat': '3', 2384 'DebugInformationFormat': '3',
2384 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2385 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2385 }, 2386 },
2386 }, 2387 },
2387 }, 2388 },
2388 ], 2389 ],
2389 }], 2390 }],
2390 ], # 'conditions' 2391 ], # 'conditions'
2391 } 2392 }
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