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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 23045003: Moved chrome/common/policy to components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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/DEPS » ('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 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1767 'common/metrics/entropy_provider_unittest.cc', 1767 'common/metrics/entropy_provider_unittest.cc',
1768 'common/metrics/metrics_log_base_unittest.cc', 1768 'common/metrics/metrics_log_base_unittest.cc',
1769 'common/metrics/metrics_log_manager_unittest.cc', 1769 'common/metrics/metrics_log_manager_unittest.cc',
1770 'common/metrics/metrics_util_unittest.cc', 1770 'common/metrics/metrics_util_unittest.cc',
1771 'common/metrics/variations/variations_associated_data_unittest.cc', 1771 'common/metrics/variations/variations_associated_data_unittest.cc',
1772 'common/metrics/variations/variations_util_unittest.cc', 1772 'common/metrics/variations/variations_util_unittest.cc',
1773 'common/multi_process_lock_unittest.cc', 1773 'common/multi_process_lock_unittest.cc',
1774 'common/net/url_fixer_upper_unittest.cc', 1774 'common/net/url_fixer_upper_unittest.cc',
1775 'common/net/x509_certificate_model_unittest.cc', 1775 'common/net/x509_certificate_model_unittest.cc',
1776 'common/partial_circular_buffer_unittest.cc', 1776 'common/partial_circular_buffer_unittest.cc',
1777 'common/policy/policy_schema_unittest.cc',
1778 'common/pref_names_util_unittest.cc', 1777 'common/pref_names_util_unittest.cc',
1779 'common/service_process_util_unittest.cc', 1778 'common/service_process_util_unittest.cc',
1780 'common/switch_utils_unittest.cc', 1779 'common/switch_utils_unittest.cc',
1781 'common/thumbnail_score_unittest.cc', 1780 'common/thumbnail_score_unittest.cc',
1782 'common/translate/language_detection_util_unittest.cc', 1781 'common/translate/language_detection_util_unittest.cc',
1783 'common/translate/translate_common_metrics_unittest.cc', 1782 'common/translate/translate_common_metrics_unittest.cc',
1784 'common/translate/translate_util_unittest.cc', 1783 'common/translate/translate_util_unittest.cc',
1785 'common/worker_thread_ticker_unittest.cc', 1784 'common/worker_thread_ticker_unittest.cc',
1786 'renderer/chrome_content_renderer_client_unittest.cc', 1785 'renderer/chrome_content_renderer_client_unittest.cc',
1787 'renderer/content_settings_observer_unittest.cc', 1786 'renderer/content_settings_observer_unittest.cc',
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
2747 # more details. 2746 # more details.
2748 'DebugInformationFormat': '3', 2747 'DebugInformationFormat': '3',
2749 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2748 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2750 }, 2749 },
2751 }, 2750 },
2752 }, 2751 },
2753 ], 2752 ],
2754 }], 2753 }],
2755 ], # 'conditions' 2754 ], # 'conditions'
2756 } 2755 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698