| 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 745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 'browser/chromeos/platform_keys/platform_keys_service_factory.cc', | 756 'browser/chromeos/platform_keys/platform_keys_service_factory.cc', |
| 757 'browser/chromeos/platform_keys/platform_keys_service_factory.h', | 757 'browser/chromeos/platform_keys/platform_keys_service_factory.h', |
| 758 'browser/chromeos/policy/affiliated_cloud_policy_invalidator.cc', | 758 'browser/chromeos/policy/affiliated_cloud_policy_invalidator.cc', |
| 759 'browser/chromeos/policy/affiliated_cloud_policy_invalidator.h', | 759 'browser/chromeos/policy/affiliated_cloud_policy_invalidator.h', |
| 760 'browser/chromeos/policy/affiliated_invalidation_service_provider.cc', | 760 'browser/chromeos/policy/affiliated_invalidation_service_provider.cc', |
| 761 'browser/chromeos/policy/affiliated_invalidation_service_provider.h', | 761 'browser/chromeos/policy/affiliated_invalidation_service_provider.h', |
| 762 'browser/chromeos/policy/affiliated_invalidation_service_provider_impl.c
c', | 762 'browser/chromeos/policy/affiliated_invalidation_service_provider_impl.c
c', |
| 763 'browser/chromeos/policy/affiliated_invalidation_service_provider_impl.h
', | 763 'browser/chromeos/policy/affiliated_invalidation_service_provider_impl.h
', |
| 764 'browser/chromeos/policy/auto_enrollment_client.cc', | 764 'browser/chromeos/policy/auto_enrollment_client.cc', |
| 765 'browser/chromeos/policy/auto_enrollment_client.h', | 765 'browser/chromeos/policy/auto_enrollment_client.h', |
| 766 'browser/chromeos/policy/bluetooth_policy_handler.cc', |
| 767 'browser/chromeos/policy/bluetooth_policy_handler.h', |
| 766 'browser/chromeos/policy/browser_policy_connector_chromeos.cc', | 768 'browser/chromeos/policy/browser_policy_connector_chromeos.cc', |
| 767 'browser/chromeos/policy/browser_policy_connector_chromeos.h', | 769 'browser/chromeos/policy/browser_policy_connector_chromeos.h', |
| 768 'browser/chromeos/policy/cloud_external_data_manager_base.cc', | 770 'browser/chromeos/policy/cloud_external_data_manager_base.cc', |
| 769 'browser/chromeos/policy/cloud_external_data_manager_base.h', | 771 'browser/chromeos/policy/cloud_external_data_manager_base.h', |
| 770 'browser/chromeos/policy/cloud_external_data_policy_observer.cc', | 772 'browser/chromeos/policy/cloud_external_data_policy_observer.cc', |
| 771 'browser/chromeos/policy/cloud_external_data_policy_observer.h', | 773 'browser/chromeos/policy/cloud_external_data_policy_observer.h', |
| 772 'browser/chromeos/policy/cloud_external_data_store.cc', | 774 'browser/chromeos/policy/cloud_external_data_store.cc', |
| 773 'browser/chromeos/policy/cloud_external_data_store.h', | 775 'browser/chromeos/policy/cloud_external_data_store.h', |
| 774 'browser/chromeos/policy/configuration_policy_handler_chromeos.cc', | 776 'browser/chromeos/policy/configuration_policy_handler_chromeos.cc', |
| 775 'browser/chromeos/policy/configuration_policy_handler_chromeos.h', | 777 'browser/chromeos/policy/configuration_policy_handler_chromeos.h', |
| (...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1337 'browser/chromeos/attestation/attestation_signed_data.proto', | 1339 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1338 ], | 1340 ], |
| 1339 'variables': { | 1341 'variables': { |
| 1340 'proto_in_dir': 'browser/chromeos/attestation', | 1342 'proto_in_dir': 'browser/chromeos/attestation', |
| 1341 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1343 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1342 }, | 1344 }, |
| 1343 'includes': [ '../build/protoc.gypi' ] | 1345 'includes': [ '../build/protoc.gypi' ] |
| 1344 }, | 1346 }, |
| 1345 ], | 1347 ], |
| 1346 } | 1348 } |
| OLD | NEW |