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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
894 'browser/chromeos/profiles/profile_helper.h', | 894 'browser/chromeos/profiles/profile_helper.h', |
895 'browser/chromeos/profiles/profile_list_chromeos.cc', | 895 'browser/chromeos/profiles/profile_list_chromeos.cc', |
896 'browser/chromeos/profiles/profile_list_chromeos.h', | 896 'browser/chromeos/profiles/profile_list_chromeos.h', |
897 'browser/chromeos/profiles/profile_util.cc', | 897 'browser/chromeos/profiles/profile_util.cc', |
898 'browser/chromeos/profiles/profile_util.h', | 898 'browser/chromeos/profiles/profile_util.h', |
899 'browser/chromeos/proxy_config_service_impl.cc', | 899 'browser/chromeos/proxy_config_service_impl.cc', |
900 'browser/chromeos/proxy_config_service_impl.h', | 900 'browser/chromeos/proxy_config_service_impl.h', |
901 'browser/chromeos/proxy_cros_settings_parser.cc', | 901 'browser/chromeos/proxy_cros_settings_parser.cc', |
902 'browser/chromeos/proxy_cros_settings_parser.h', | 902 'browser/chromeos/proxy_cros_settings_parser.h', |
903 'browser/chromeos/reset/metrics.h', | 903 'browser/chromeos/reset/metrics.h', |
| 904 'browser/chromeos/resource_reporter/resource_reporter.cc', |
| 905 'browser/chromeos/resource_reporter/resource_reporter.h', |
904 'browser/chromeos/session_length_limiter.cc', | 906 'browser/chromeos/session_length_limiter.cc', |
905 'browser/chromeos/session_length_limiter.h', | 907 'browser/chromeos/session_length_limiter.h', |
906 'browser/chromeos/set_time_dialog.cc', | 908 'browser/chromeos/set_time_dialog.cc', |
907 'browser/chromeos/set_time_dialog.h', | 909 'browser/chromeos/set_time_dialog.h', |
908 'browser/chromeos/settings/cros_settings.cc', | 910 'browser/chromeos/settings/cros_settings.cc', |
909 'browser/chromeos/settings/cros_settings.h', | 911 'browser/chromeos/settings/cros_settings.h', |
910 'browser/chromeos/settings/device_identity_provider.cc', | 912 'browser/chromeos/settings/device_identity_provider.cc', |
911 'browser/chromeos/settings/device_identity_provider.h', | 913 'browser/chromeos/settings/device_identity_provider.h', |
912 'browser/chromeos/settings/device_oauth2_token_service.cc', | 914 'browser/chromeos/settings/device_oauth2_token_service.cc', |
913 'browser/chromeos/settings/device_oauth2_token_service.h', | 915 'browser/chromeos/settings/device_oauth2_token_service.h', |
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1293 'browser/chromeos/attestation/attestation_signed_data.proto', | 1295 'browser/chromeos/attestation/attestation_signed_data.proto', |
1294 ], | 1296 ], |
1295 'variables': { | 1297 'variables': { |
1296 'proto_in_dir': 'browser/chromeos/attestation', | 1298 'proto_in_dir': 'browser/chromeos/attestation', |
1297 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1299 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1298 }, | 1300 }, |
1299 'includes': [ '../build/protoc.gypi' ] | 1301 'includes': [ '../build/protoc.gypi' ] |
1300 }, | 1302 }, |
1301 ], | 1303 ], |
1302 } | 1304 } |
OLD | NEW |