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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1784333002: Add Device Policy Handler for Bluetooth, and allow disabling the Bluetooth adapter on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made SetDisabled pure virtual Created 4 years, 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 'browser/chromeos/platform_keys/platform_keys_service_factory.cc', 748 'browser/chromeos/platform_keys/platform_keys_service_factory.cc',
749 'browser/chromeos/platform_keys/platform_keys_service_factory.h', 749 'browser/chromeos/platform_keys/platform_keys_service_factory.h',
750 'browser/chromeos/policy/affiliated_cloud_policy_invalidator.cc', 750 'browser/chromeos/policy/affiliated_cloud_policy_invalidator.cc',
751 'browser/chromeos/policy/affiliated_cloud_policy_invalidator.h', 751 'browser/chromeos/policy/affiliated_cloud_policy_invalidator.h',
752 'browser/chromeos/policy/affiliated_invalidation_service_provider.cc', 752 'browser/chromeos/policy/affiliated_invalidation_service_provider.cc',
753 'browser/chromeos/policy/affiliated_invalidation_service_provider.h', 753 'browser/chromeos/policy/affiliated_invalidation_service_provider.h',
754 'browser/chromeos/policy/affiliated_invalidation_service_provider_impl.c c', 754 'browser/chromeos/policy/affiliated_invalidation_service_provider_impl.c c',
755 'browser/chromeos/policy/affiliated_invalidation_service_provider_impl.h ', 755 'browser/chromeos/policy/affiliated_invalidation_service_provider_impl.h ',
756 'browser/chromeos/policy/auto_enrollment_client.cc', 756 'browser/chromeos/policy/auto_enrollment_client.cc',
757 'browser/chromeos/policy/auto_enrollment_client.h', 757 'browser/chromeos/policy/auto_enrollment_client.h',
758 'browser/chromeos/policy/bluetooth_policy_handler.cc',
759 'browser/chromeos/policy/bluetooth_policy_handler.h',
758 'browser/chromeos/policy/browser_policy_connector_chromeos.cc', 760 'browser/chromeos/policy/browser_policy_connector_chromeos.cc',
759 'browser/chromeos/policy/browser_policy_connector_chromeos.h', 761 'browser/chromeos/policy/browser_policy_connector_chromeos.h',
760 'browser/chromeos/policy/cloud_external_data_manager_base.cc', 762 'browser/chromeos/policy/cloud_external_data_manager_base.cc',
761 'browser/chromeos/policy/cloud_external_data_manager_base.h', 763 'browser/chromeos/policy/cloud_external_data_manager_base.h',
762 'browser/chromeos/policy/cloud_external_data_policy_observer.cc', 764 'browser/chromeos/policy/cloud_external_data_policy_observer.cc',
763 'browser/chromeos/policy/cloud_external_data_policy_observer.h', 765 'browser/chromeos/policy/cloud_external_data_policy_observer.h',
764 'browser/chromeos/policy/cloud_external_data_store.cc', 766 'browser/chromeos/policy/cloud_external_data_store.cc',
765 'browser/chromeos/policy/cloud_external_data_store.h', 767 'browser/chromeos/policy/cloud_external_data_store.h',
766 'browser/chromeos/policy/configuration_policy_handler_chromeos.cc', 768 'browser/chromeos/policy/configuration_policy_handler_chromeos.cc',
767 'browser/chromeos/policy/configuration_policy_handler_chromeos.h', 769 'browser/chromeos/policy/configuration_policy_handler_chromeos.h',
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 'browser/chromeos/attestation/attestation_signed_data.proto', 1327 'browser/chromeos/attestation/attestation_signed_data.proto',
1326 ], 1328 ],
1327 'variables': { 1329 'variables': {
1328 'proto_in_dir': 'browser/chromeos/attestation', 1330 'proto_in_dir': 'browser/chromeos/attestation',
1329 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1331 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1330 }, 1332 },
1331 'includes': [ '../build/protoc.gypi' ] 1333 'includes': [ '../build/protoc.gypi' ]
1332 }, 1334 },
1333 ], 1335 ],
1334 } 1336 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698