| 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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 'browser/chromeos/ownership/owner_settings_service_chromeos.h', | 699 'browser/chromeos/ownership/owner_settings_service_chromeos.h', |
| 700 'browser/chromeos/ownership/owner_settings_service_chromeos_factory.cc', | 700 'browser/chromeos/ownership/owner_settings_service_chromeos_factory.cc', |
| 701 'browser/chromeos/ownership/owner_settings_service_chromeos_factory.h', | 701 'browser/chromeos/ownership/owner_settings_service_chromeos_factory.h', |
| 702 'browser/chromeos/platform_keys/platform_keys.cc', | 702 'browser/chromeos/platform_keys/platform_keys.cc', |
| 703 'browser/chromeos/platform_keys/platform_keys.h', | 703 'browser/chromeos/platform_keys/platform_keys.h', |
| 704 'browser/chromeos/platform_keys/platform_keys_nss.cc', | 704 'browser/chromeos/platform_keys/platform_keys_nss.cc', |
| 705 'browser/chromeos/platform_keys/platform_keys_service.cc', | 705 'browser/chromeos/platform_keys/platform_keys_service.cc', |
| 706 'browser/chromeos/platform_keys/platform_keys_service.h', | 706 'browser/chromeos/platform_keys/platform_keys_service.h', |
| 707 'browser/chromeos/platform_keys/platform_keys_service_factory.cc', | 707 'browser/chromeos/platform_keys/platform_keys_service_factory.cc', |
| 708 'browser/chromeos/platform_keys/platform_keys_service_factory.h', | 708 'browser/chromeos/platform_keys/platform_keys_service_factory.h', |
| 709 'browser/chromeos/policy/affiliated_invalidation_service_provider.cc', |
| 710 'browser/chromeos/policy/affiliated_invalidation_service_provider.h', |
| 709 'browser/chromeos/policy/auto_enrollment_client.cc', | 711 'browser/chromeos/policy/auto_enrollment_client.cc', |
| 710 'browser/chromeos/policy/auto_enrollment_client.h', | 712 'browser/chromeos/policy/auto_enrollment_client.h', |
| 711 'browser/chromeos/policy/browser_policy_connector_chromeos.cc', | 713 'browser/chromeos/policy/browser_policy_connector_chromeos.cc', |
| 712 'browser/chromeos/policy/browser_policy_connector_chromeos.h', | 714 'browser/chromeos/policy/browser_policy_connector_chromeos.h', |
| 713 'browser/chromeos/policy/cloud_external_data_manager_base.cc', | 715 'browser/chromeos/policy/cloud_external_data_manager_base.cc', |
| 714 'browser/chromeos/policy/cloud_external_data_manager_base.h', | 716 'browser/chromeos/policy/cloud_external_data_manager_base.h', |
| 715 'browser/chromeos/policy/cloud_external_data_policy_observer.cc', | 717 'browser/chromeos/policy/cloud_external_data_policy_observer.cc', |
| 716 'browser/chromeos/policy/cloud_external_data_policy_observer.h', | 718 'browser/chromeos/policy/cloud_external_data_policy_observer.h', |
| 717 'browser/chromeos/policy/cloud_external_data_store.cc', | 719 'browser/chromeos/policy/cloud_external_data_store.cc', |
| 718 'browser/chromeos/policy/cloud_external_data_store.h', | 720 'browser/chromeos/policy/cloud_external_data_store.h', |
| (...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1290 'browser/chromeos/attestation/attestation_signed_data.proto', | 1292 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1291 ], | 1293 ], |
| 1292 'variables': { | 1294 'variables': { |
| 1293 'proto_in_dir': 'browser/chromeos/attestation', | 1295 'proto_in_dir': 'browser/chromeos/attestation', |
| 1294 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1296 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1295 }, | 1297 }, |
| 1296 'includes': [ '../build/protoc.gypi' ] | 1298 'includes': [ '../build/protoc.gypi' ] |
| 1297 }, | 1299 }, |
| 1298 ], | 1300 ], |
| 1299 } | 1301 } |
| OLD | NEW |