| 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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |