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

Side by Side Diff: components/components_tests.gyp

Issue 2230533002: Delete dead consumer enrollment code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | components/policy/core/common/BUILD.gn » ('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 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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'policy/core/browser/android/policy_converter_unittest.cc', 549 'policy/core/browser/android/policy_converter_unittest.cc',
550 'policy/core/browser/autofill_policy_handler_unittest.cc', 550 'policy/core/browser/autofill_policy_handler_unittest.cc',
551 'policy/core/browser/browser_policy_connector_unittest.cc', 551 'policy/core/browser/browser_policy_connector_unittest.cc',
552 'policy/core/browser/configuration_policy_handler_unittest.cc', 552 'policy/core/browser/configuration_policy_handler_unittest.cc',
553 'policy/core/browser/configuration_policy_pref_store_unittest.cc', 553 'policy/core/browser/configuration_policy_pref_store_unittest.cc',
554 'policy/core/browser/proxy_policy_handler_unittest.cc', 554 'policy/core/browser/proxy_policy_handler_unittest.cc',
555 'policy/core/browser/url_blacklist_manager_unittest.cc', 555 'policy/core/browser/url_blacklist_manager_unittest.cc',
556 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', 556 'policy/core/browser/url_blacklist_policy_handler_unittest.cc',
557 'policy/core/common/async_policy_provider_unittest.cc', 557 'policy/core/common/async_policy_provider_unittest.cc',
558 'policy/core/common/cloud/cloud_policy_client_unittest.cc', 558 'policy/core/common/cloud/cloud_policy_client_unittest.cc',
559 'policy/core/common/cloud/cloud_policy_constants_unittest.cc',
560 'policy/core/common/cloud/cloud_policy_core_unittest.cc', 559 'policy/core/common/cloud/cloud_policy_core_unittest.cc',
561 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', 560 'policy/core/common/cloud/cloud_policy_manager_unittest.cc',
562 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc', 561 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc',
563 'policy/core/common/cloud/cloud_policy_service_unittest.cc', 562 'policy/core/common/cloud/cloud_policy_service_unittest.cc',
564 'policy/core/common/cloud/cloud_policy_validator_unittest.cc', 563 'policy/core/common/cloud/cloud_policy_validator_unittest.cc',
565 'policy/core/common/cloud/component_cloud_policy_service_unittest.cc', 564 'policy/core/common/cloud/component_cloud_policy_service_unittest.cc',
566 'policy/core/common/cloud/component_cloud_policy_store_unittest.cc', 565 'policy/core/common/cloud/component_cloud_policy_store_unittest.cc',
567 'policy/core/common/cloud/component_cloud_policy_updater_unittest.cc', 566 'policy/core/common/cloud/component_cloud_policy_updater_unittest.cc',
568 'policy/core/common/cloud/device_management_service_unittest.cc', 567 'policy/core/common/cloud/device_management_service_unittest.cc',
569 'policy/core/common/cloud/external_policy_data_fetcher_unittest.cc', 568 'policy/core/common/cloud/external_policy_data_fetcher_unittest.cc',
(...skipping 1568 matching lines...) Expand 10 before | Expand all | Expand 10 after
2138 'dependencies': [ 2137 'dependencies': [
2139 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2138 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2140 ], 2139 ],
2141 }], 2140 }],
2142 ], 2141 ],
2143 }, 2142 },
2144 ], 2143 ],
2145 }], 2144 }],
2146 ], 2145 ],
2147 } 2146 }
OLDNEW
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | components/policy/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698