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

Side by Side Diff: components/components_tests.gyp

Issue 742513006: Add ManagementMode enum and GetManagementMode(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 ], 818 ],
819 'sources': [ 819 'sources': [
820 'policy/core/browser/autofill_policy_handler_unittest.cc', 820 'policy/core/browser/autofill_policy_handler_unittest.cc',
821 'policy/core/browser/browser_policy_connector_unittest.cc', 821 'policy/core/browser/browser_policy_connector_unittest.cc',
822 'policy/core/browser/configuration_policy_handler_unittest.cc', 822 'policy/core/browser/configuration_policy_handler_unittest.cc',
823 'policy/core/browser/configuration_policy_pref_store_unittest.cc ', 823 'policy/core/browser/configuration_policy_pref_store_unittest.cc ',
824 'policy/core/browser/managed_bookmarks_tracker_unittest.cc', 824 'policy/core/browser/managed_bookmarks_tracker_unittest.cc',
825 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', 825 'policy/core/browser/url_blacklist_policy_handler_unittest.cc',
826 'policy/core/common/async_policy_provider_unittest.cc', 826 'policy/core/common/async_policy_provider_unittest.cc',
827 'policy/core/common/cloud/cloud_policy_client_unittest.cc', 827 'policy/core/common/cloud/cloud_policy_client_unittest.cc',
828 'policy/core/common/cloud/cloud_policy_constants_unittest.cc',
828 'policy/core/common/cloud/cloud_policy_core_unittest.cc', 829 'policy/core/common/cloud/cloud_policy_core_unittest.cc',
829 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', 830 'policy/core/common/cloud/cloud_policy_manager_unittest.cc',
830 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes t.cc', 831 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes t.cc',
831 'policy/core/common/cloud/cloud_policy_service_unittest.cc', 832 'policy/core/common/cloud/cloud_policy_service_unittest.cc',
832 'policy/core/common/cloud/cloud_policy_validator_unittest.cc', 833 'policy/core/common/cloud/cloud_policy_validator_unittest.cc',
833 'policy/core/common/cloud/component_cloud_policy_service_unittes t.cc', 834 'policy/core/common/cloud/component_cloud_policy_service_unittes t.cc',
834 'policy/core/common/cloud/component_cloud_policy_store_unittest. cc', 835 'policy/core/common/cloud/component_cloud_policy_store_unittest. cc',
835 'policy/core/common/cloud/component_cloud_policy_updater_unittes t.cc', 836 'policy/core/common/cloud/component_cloud_policy_updater_unittes t.cc',
836 'policy/core/common/cloud/device_management_service_unittest.cc' , 837 'policy/core/common/cloud/device_management_service_unittest.cc' ,
837 'policy/core/common/cloud/external_policy_data_fetcher_unittest. cc', 838 'policy/core/common/cloud/external_policy_data_fetcher_unittest. cc',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 'dependencies': [ 1063 'dependencies': [
1063 '../base/allocator/allocator.gyp:allocator', 1064 '../base/allocator/allocator.gyp:allocator',
1064 ], 1065 ],
1065 }], 1066 }],
1066 ], 1067 ],
1067 }, 1068 },
1068 ], 1069 ],
1069 }], 1070 }],
1070 ], 1071 ],
1071 } 1072 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698