| 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 940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 951 'browser/chromeos/session_length_limiter.cc', | 951 'browser/chromeos/session_length_limiter.cc', |
| 952 'browser/chromeos/session_length_limiter.h', | 952 'browser/chromeos/session_length_limiter.h', |
| 953 'browser/chromeos/set_time_dialog.cc', | 953 'browser/chromeos/set_time_dialog.cc', |
| 954 'browser/chromeos/set_time_dialog.h', | 954 'browser/chromeos/set_time_dialog.h', |
| 955 'browser/chromeos/settings/cros_settings.cc', | 955 'browser/chromeos/settings/cros_settings.cc', |
| 956 'browser/chromeos/settings/cros_settings.h', | 956 'browser/chromeos/settings/cros_settings.h', |
| 957 'browser/chromeos/settings/device_identity_provider.cc', | 957 'browser/chromeos/settings/device_identity_provider.cc', |
| 958 'browser/chromeos/settings/device_identity_provider.h', | 958 'browser/chromeos/settings/device_identity_provider.h', |
| 959 'browser/chromeos/settings/device_oauth2_token_service.cc', | 959 'browser/chromeos/settings/device_oauth2_token_service.cc', |
| 960 'browser/chromeos/settings/device_oauth2_token_service.h', | 960 'browser/chromeos/settings/device_oauth2_token_service.h', |
| 961 'browser/chromeos/settings/device_oauth2_token_service_delegate.cc', |
| 962 'browser/chromeos/settings/device_oauth2_token_service_delegate.h', |
| 961 'browser/chromeos/settings/device_oauth2_token_service_factory.cc', | 963 'browser/chromeos/settings/device_oauth2_token_service_factory.cc', |
| 962 'browser/chromeos/settings/device_oauth2_token_service_factory.h', | 964 'browser/chromeos/settings/device_oauth2_token_service_factory.h', |
| 963 'browser/chromeos/settings/device_settings_cache.cc', | 965 'browser/chromeos/settings/device_settings_cache.cc', |
| 964 'browser/chromeos/settings/device_settings_cache.h', | 966 'browser/chromeos/settings/device_settings_cache.h', |
| 965 'browser/chromeos/settings/device_settings_provider.cc', | 967 'browser/chromeos/settings/device_settings_provider.cc', |
| 966 'browser/chromeos/settings/device_settings_provider.h', | 968 'browser/chromeos/settings/device_settings_provider.h', |
| 967 'browser/chromeos/settings/device_settings_service.cc', | 969 'browser/chromeos/settings/device_settings_service.cc', |
| 968 'browser/chromeos/settings/device_settings_service.h', | 970 'browser/chromeos/settings/device_settings_service.h', |
| 969 'browser/chromeos/settings/owner_flags_storage.cc', | 971 'browser/chromeos/settings/owner_flags_storage.cc', |
| 970 'browser/chromeos/settings/owner_flags_storage.h', | 972 'browser/chromeos/settings/owner_flags_storage.h', |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1345 'browser/chromeos/attestation/attestation_signed_data.proto', | 1347 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1346 ], | 1348 ], |
| 1347 'variables': { | 1349 'variables': { |
| 1348 'proto_in_dir': 'browser/chromeos/attestation', | 1350 'proto_in_dir': 'browser/chromeos/attestation', |
| 1349 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1351 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1350 }, | 1352 }, |
| 1351 'includes': [ '../build/protoc.gypi' ] | 1353 'includes': [ '../build/protoc.gypi' ] |
| 1352 }, | 1354 }, |
| 1353 ], | 1355 ], |
| 1354 } | 1356 } |
| OLD | NEW |