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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
720 'browser/chromeos/ownership/owner_settings_service_chromeos.h', | 720 'browser/chromeos/ownership/owner_settings_service_chromeos.h', |
721 'browser/chromeos/ownership/owner_settings_service_chromeos_factory.cc', | 721 'browser/chromeos/ownership/owner_settings_service_chromeos_factory.cc', |
722 'browser/chromeos/ownership/owner_settings_service_chromeos_factory.h', | 722 'browser/chromeos/ownership/owner_settings_service_chromeos_factory.h', |
723 'browser/chromeos/platform_keys/platform_keys.cc', | 723 'browser/chromeos/platform_keys/platform_keys.cc', |
724 'browser/chromeos/platform_keys/platform_keys.h', | 724 'browser/chromeos/platform_keys/platform_keys.h', |
725 'browser/chromeos/platform_keys/platform_keys_nss.cc', | 725 'browser/chromeos/platform_keys/platform_keys_nss.cc', |
726 'browser/chromeos/platform_keys/platform_keys_service.cc', | 726 'browser/chromeos/platform_keys/platform_keys_service.cc', |
727 'browser/chromeos/platform_keys/platform_keys_service.h', | 727 'browser/chromeos/platform_keys/platform_keys_service.h', |
728 'browser/chromeos/platform_keys/platform_keys_service_factory.cc', | 728 'browser/chromeos/platform_keys/platform_keys_service_factory.cc', |
729 'browser/chromeos/platform_keys/platform_keys_service_factory.h', | 729 'browser/chromeos/platform_keys/platform_keys_service_factory.h', |
| 730 'browser/chromeos/policy/affiliated_invalidation_service_provider.cc', |
| 731 'browser/chromeos/policy/affiliated_invalidation_service_provider.h', |
730 'browser/chromeos/policy/auto_enrollment_client.cc', | 732 'browser/chromeos/policy/auto_enrollment_client.cc', |
731 'browser/chromeos/policy/auto_enrollment_client.h', | 733 'browser/chromeos/policy/auto_enrollment_client.h', |
732 'browser/chromeos/policy/browser_policy_connector_chromeos.cc', | 734 'browser/chromeos/policy/browser_policy_connector_chromeos.cc', |
733 'browser/chromeos/policy/browser_policy_connector_chromeos.h', | 735 'browser/chromeos/policy/browser_policy_connector_chromeos.h', |
734 'browser/chromeos/policy/cloud_external_data_manager_base.cc', | 736 'browser/chromeos/policy/cloud_external_data_manager_base.cc', |
735 'browser/chromeos/policy/cloud_external_data_manager_base.h', | 737 'browser/chromeos/policy/cloud_external_data_manager_base.h', |
736 'browser/chromeos/policy/cloud_external_data_policy_observer.cc', | 738 'browser/chromeos/policy/cloud_external_data_policy_observer.cc', |
737 'browser/chromeos/policy/cloud_external_data_policy_observer.h', | 739 'browser/chromeos/policy/cloud_external_data_policy_observer.h', |
738 'browser/chromeos/policy/cloud_external_data_store.cc', | 740 'browser/chromeos/policy/cloud_external_data_store.cc', |
739 'browser/chromeos/policy/cloud_external_data_store.h', | 741 'browser/chromeos/policy/cloud_external_data_store.h', |
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1285 'browser/chromeos/attestation/attestation_signed_data.proto', | 1287 'browser/chromeos/attestation/attestation_signed_data.proto', |
1286 ], | 1288 ], |
1287 'variables': { | 1289 'variables': { |
1288 'proto_in_dir': 'browser/chromeos/attestation', | 1290 'proto_in_dir': 'browser/chromeos/attestation', |
1289 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1291 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1290 }, | 1292 }, |
1291 'includes': [ '../build/protoc.gypi' ] | 1293 'includes': [ '../build/protoc.gypi' ] |
1292 }, | 1294 }, |
1293 ], | 1295 ], |
1294 } | 1296 } |
OLD | NEW |