OLD | NEW |
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 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
760 'browser/chromeos/platform_keys/platform_keys_service.cc', | 760 'browser/chromeos/platform_keys/platform_keys_service.cc', |
761 'browser/chromeos/platform_keys/platform_keys_service.h', | 761 'browser/chromeos/platform_keys/platform_keys_service.h', |
762 'browser/chromeos/platform_keys/platform_keys_service_factory.cc', | 762 'browser/chromeos/platform_keys/platform_keys_service_factory.cc', |
763 'browser/chromeos/platform_keys/platform_keys_service_factory.h', | 763 'browser/chromeos/platform_keys/platform_keys_service_factory.h', |
764 'browser/chromeos/policy/affiliated_cloud_policy_invalidator.cc', | 764 'browser/chromeos/policy/affiliated_cloud_policy_invalidator.cc', |
765 'browser/chromeos/policy/affiliated_cloud_policy_invalidator.h', | 765 'browser/chromeos/policy/affiliated_cloud_policy_invalidator.h', |
766 'browser/chromeos/policy/affiliated_invalidation_service_provider.cc', | 766 'browser/chromeos/policy/affiliated_invalidation_service_provider.cc', |
767 'browser/chromeos/policy/affiliated_invalidation_service_provider.h', | 767 'browser/chromeos/policy/affiliated_invalidation_service_provider.h', |
768 'browser/chromeos/policy/affiliated_invalidation_service_provider_impl.c
c', | 768 'browser/chromeos/policy/affiliated_invalidation_service_provider_impl.c
c', |
769 'browser/chromeos/policy/affiliated_invalidation_service_provider_impl.h
', | 769 'browser/chromeos/policy/affiliated_invalidation_service_provider_impl.h
', |
| 770 'browser/chromeos/policy/android_management_client.cc', |
| 771 'browser/chromeos/policy/android_management_client.h', |
770 'browser/chromeos/policy/auto_enrollment_client.cc', | 772 'browser/chromeos/policy/auto_enrollment_client.cc', |
771 'browser/chromeos/policy/auto_enrollment_client.h', | 773 'browser/chromeos/policy/auto_enrollment_client.h', |
772 'browser/chromeos/policy/bluetooth_policy_handler.cc', | 774 'browser/chromeos/policy/bluetooth_policy_handler.cc', |
773 'browser/chromeos/policy/bluetooth_policy_handler.h', | 775 'browser/chromeos/policy/bluetooth_policy_handler.h', |
774 'browser/chromeos/policy/browser_policy_connector_chromeos.cc', | 776 'browser/chromeos/policy/browser_policy_connector_chromeos.cc', |
775 'browser/chromeos/policy/browser_policy_connector_chromeos.h', | 777 'browser/chromeos/policy/browser_policy_connector_chromeos.h', |
776 'browser/chromeos/policy/cloud_external_data_manager_base.cc', | 778 'browser/chromeos/policy/cloud_external_data_manager_base.cc', |
777 'browser/chromeos/policy/cloud_external_data_manager_base.h', | 779 'browser/chromeos/policy/cloud_external_data_manager_base.h', |
778 'browser/chromeos/policy/cloud_external_data_policy_observer.cc', | 780 'browser/chromeos/policy/cloud_external_data_policy_observer.cc', |
779 'browser/chromeos/policy/cloud_external_data_policy_observer.h', | 781 'browser/chromeos/policy/cloud_external_data_policy_observer.h', |
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1345 'browser/chromeos/attestation/attestation_signed_data.proto', | 1347 'browser/chromeos/attestation/attestation_signed_data.proto', |
1346 ], | 1348 ], |
1347 'variables': { | 1349 'variables': { |
1348 'proto_in_dir': 'browser/chromeos/attestation', | 1350 'proto_in_dir': 'browser/chromeos/attestation', |
1349 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1351 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1350 }, | 1352 }, |
1351 'includes': [ '../build/protoc.gypi' ] | 1353 'includes': [ '../build/protoc.gypi' ] |
1352 }, | 1354 }, |
1353 ], | 1355 ], |
1354 } | 1356 } |
OLD | NEW |