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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 58313002: Removed the PolicyDefinitionList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-policy-schema-10-use-registry
Patch Set: Created 7 years, 1 month 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'browser/policy/cloud/mock_cloud_policy_store.cc', 156 'browser/policy/cloud/mock_cloud_policy_store.cc',
157 'browser/policy/cloud/mock_cloud_policy_store.h', 157 'browser/policy/cloud/mock_cloud_policy_store.h',
158 'browser/policy/cloud/mock_device_management_service.cc', 158 'browser/policy/cloud/mock_device_management_service.cc',
159 'browser/policy/cloud/mock_device_management_service.h', 159 'browser/policy/cloud/mock_device_management_service.h',
160 'browser/policy/cloud/policy_builder.cc', 160 'browser/policy/cloud/policy_builder.cc',
161 'browser/policy/cloud/policy_builder.h', 161 'browser/policy/cloud/policy_builder.h',
162 'browser/policy/mock_configuration_policy_provider.cc', 162 'browser/policy/mock_configuration_policy_provider.cc',
163 'browser/policy/mock_configuration_policy_provider.h', 163 'browser/policy/mock_configuration_policy_provider.h',
164 'browser/policy/preferences_mock_mac.cc', 164 'browser/policy/preferences_mock_mac.cc',
165 'browser/policy/preferences_mock_mac.h', 165 'browser/policy/preferences_mock_mac.h',
166 'browser/policy/policy_test_utils.cc',
167 'browser/policy/policy_test_utils.h',
168 'browser/policy/test/local_policy_test_server.cc', 166 'browser/policy/test/local_policy_test_server.cc',
169 'browser/policy/test/local_policy_test_server.h', 167 'browser/policy/test/local_policy_test_server.h',
168 'browser/policy/test/policy_test_utils.cc',
169 'browser/policy/test/policy_test_utils.h',
170 'browser/prefs/pref_service_mock_builder.cc', 170 'browser/prefs/pref_service_mock_builder.cc',
171 'browser/prefs/pref_service_mock_builder.h', 171 'browser/prefs/pref_service_mock_builder.h',
172 'browser/profile_resetter/profile_resetter_test_base.cc', 172 'browser/profile_resetter/profile_resetter_test_base.cc',
173 'browser/profile_resetter/profile_resetter_test_base.h', 173 'browser/profile_resetter/profile_resetter_test_base.h',
174 'browser/search_engines/template_url_service_test_util.cc', 174 'browser/search_engines/template_url_service_test_util.cc',
175 'browser/search_engines/template_url_service_test_util.h', 175 'browser/search_engines/template_url_service_test_util.h',
176 'browser/sessions/session_service_test_helper.cc', 176 'browser/sessions/session_service_test_helper.cc',
177 'browser/sessions/session_service_test_helper.h', 177 'browser/sessions/session_service_test_helper.h',
178 'browser/signin/fake_profile_oauth2_token_service.cc', 178 'browser/signin/fake_profile_oauth2_token_service.cc',
179 'browser/signin/fake_profile_oauth2_token_service.h', 179 'browser/signin/fake_profile_oauth2_token_service.h',
(...skipping 2731 matching lines...) Expand 10 before | Expand all | Expand 10 after
2911 'browser/ui/app_list/test/fake_profile.h', 2911 'browser/ui/app_list/test/fake_profile.h',
2912 'browser/ui/app_list/test/fake_profile_store.cc', 2912 'browser/ui/app_list/test/fake_profile_store.cc',
2913 'browser/ui/app_list/test/fake_profile_store.h', 2913 'browser/ui/app_list/test/fake_profile_store.h',
2914 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2914 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2915 ], 2915 ],
2916 }, 2916 },
2917 ], 2917 ],
2918 }], 2918 }],
2919 ], # 'conditions' 2919 ], # 'conditions'
2920 } 2920 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698