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