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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 23532033: policy: Add ostream operator overloads to policy types for testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: generate json Created 7 years, 3 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
« no previous file with comments | « chrome/chrome_tests.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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'browser/password_manager/test_password_store.cc', 145 'browser/password_manager/test_password_store.cc',
146 'browser/password_manager/test_password_store.h', 146 'browser/password_manager/test_password_store.h',
147 'browser/policy/cloud/mock_cloud_policy_client.cc', 147 'browser/policy/cloud/mock_cloud_policy_client.cc',
148 'browser/policy/cloud/mock_cloud_policy_client.h', 148 'browser/policy/cloud/mock_cloud_policy_client.h',
149 'browser/policy/cloud/mock_cloud_policy_store.cc', 149 'browser/policy/cloud/mock_cloud_policy_store.cc',
150 'browser/policy/cloud/mock_cloud_policy_store.h', 150 'browser/policy/cloud/mock_cloud_policy_store.h',
151 'browser/policy/cloud/policy_builder.cc', 151 'browser/policy/cloud/policy_builder.cc',
152 'browser/policy/cloud/policy_builder.h', 152 'browser/policy/cloud/policy_builder.h',
153 'browser/policy/mock_configuration_policy_provider.cc', 153 'browser/policy/mock_configuration_policy_provider.cc',
154 'browser/policy/mock_configuration_policy_provider.h', 154 'browser/policy/mock_configuration_policy_provider.h',
155 'browser/policy/policy_test_utils.cc',
156 'browser/policy/policy_test_utils.h',
155 'browser/policy/test/local_policy_test_server.cc', 157 'browser/policy/test/local_policy_test_server.cc',
156 'browser/policy/test/local_policy_test_server.h', 158 'browser/policy/test/local_policy_test_server.h',
157 'browser/prefs/pref_service_mock_builder.cc', 159 'browser/prefs/pref_service_mock_builder.cc',
158 'browser/prefs/pref_service_mock_builder.h', 160 'browser/prefs/pref_service_mock_builder.h',
159 'browser/profile_resetter/profile_resetter_test_base.cc', 161 'browser/profile_resetter/profile_resetter_test_base.cc',
160 'browser/profile_resetter/profile_resetter_test_base.h', 162 'browser/profile_resetter/profile_resetter_test_base.h',
161 'browser/search_engines/template_url_service_test_util.cc', 163 'browser/search_engines/template_url_service_test_util.cc',
162 'browser/search_engines/template_url_service_test_util.h', 164 'browser/search_engines/template_url_service_test_util.h',
163 'browser/sessions/session_service_test_helper.cc', 165 'browser/sessions/session_service_test_helper.cc',
164 'browser/sessions/session_service_test_helper.h', 166 'browser/sessions/session_service_test_helper.h',
(...skipping 2586 matching lines...) Expand 10 before | Expand all | Expand 10 after
2751 # more details. 2753 # more details.
2752 'DebugInformationFormat': '3', 2754 'DebugInformationFormat': '3',
2753 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2755 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2754 }, 2756 },
2755 }, 2757 },
2756 }, 2758 },
2757 ], 2759 ],
2758 }], 2760 }],
2759 ], # 'conditions' 2761 ], # 'conditions'
2760 } 2762 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698