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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 13270005: Display DNS probe results. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix FilePath initalization on Windows 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
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 1632 matching lines...) Expand 10 before | Expand all | Expand 10 after
1643 'common/mac/mock_launchd.h', 1643 'common/mac/mock_launchd.h',
1644 'common/mac/nscoder_util_unittest.mm', 1644 'common/mac/nscoder_util_unittest.mm',
1645 'common/mac/objc_method_swizzle_unittest.mm', 1645 'common/mac/objc_method_swizzle_unittest.mm',
1646 'common/mac/objc_zombie_unittest.mm', 1646 'common/mac/objc_zombie_unittest.mm',
1647 'common/metrics/entropy_provider_unittest.cc', 1647 'common/metrics/entropy_provider_unittest.cc',
1648 'common/metrics/metrics_log_base_unittest.cc', 1648 'common/metrics/metrics_log_base_unittest.cc',
1649 'common/metrics/metrics_log_manager_unittest.cc', 1649 'common/metrics/metrics_log_manager_unittest.cc',
1650 'common/metrics/metrics_util_unittest.cc', 1650 'common/metrics/metrics_util_unittest.cc',
1651 'common/metrics/variations/variations_util_unittest.cc', 1651 'common/metrics/variations/variations_util_unittest.cc',
1652 'common/multi_process_lock_unittest.cc', 1652 'common/multi_process_lock_unittest.cc',
1653 'common/net/net_error_tracker_unittest.cc',
1654 'common/net/x509_certificate_model_unittest.cc', 1653 'common/net/x509_certificate_model_unittest.cc',
1655 'common/pref_names_util_unittest.cc', 1654 'common/pref_names_util_unittest.cc',
1656 'common/service_process_util_unittest.cc', 1655 'common/service_process_util_unittest.cc',
1657 'common/switch_utils_unittest.cc', 1656 'common/switch_utils_unittest.cc',
1658 'common/thumbnail_score_unittest.cc', 1657 'common/thumbnail_score_unittest.cc',
1659 'common/time_format_unittest.cc', 1658 'common/time_format_unittest.cc',
1660 'common/worker_thread_ticker_unittest.cc', 1659 'common/worker_thread_ticker_unittest.cc',
1661 'nacl/nacl_ipc_adapter_unittest.cc', 1660 'nacl/nacl_ipc_adapter_unittest.cc',
1662 'nacl/nacl_validation_query_unittest.cc', 1661 'nacl/nacl_validation_query_unittest.cc',
1663 'renderer/chrome_content_renderer_client_unittest.cc', 1662 'renderer/chrome_content_renderer_client_unittest.cc',
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
2522 # more details. 2521 # more details.
2523 'DebugInformationFormat': '3', 2522 'DebugInformationFormat': '3',
2524 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2523 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2525 }, 2524 },
2526 }, 2525 },
2527 }, 2526 },
2528 ], 2527 ],
2529 }], 2528 }],
2530 ], # 'conditions' 2529 ], # 'conditions'
2531 } 2530 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698