Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 2221393002: EnrollmentConfig: Switch to default constructor and in-class initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-instate TODO. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/chromeos/policy/enrollment_config.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 'browser/chromeos/policy/device_local_account_policy_store.cc', 863 'browser/chromeos/policy/device_local_account_policy_store.cc',
864 'browser/chromeos/policy/device_local_account_policy_store.h', 864 'browser/chromeos/policy/device_local_account_policy_store.h',
865 'browser/chromeos/policy/device_network_configuration_updater.cc', 865 'browser/chromeos/policy/device_network_configuration_updater.cc',
866 'browser/chromeos/policy/device_network_configuration_updater.h', 866 'browser/chromeos/policy/device_network_configuration_updater.h',
867 'browser/chromeos/policy/device_policy_decoder_chromeos.cc', 867 'browser/chromeos/policy/device_policy_decoder_chromeos.cc',
868 'browser/chromeos/policy/device_policy_decoder_chromeos.h', 868 'browser/chromeos/policy/device_policy_decoder_chromeos.h',
869 'browser/chromeos/policy/device_status_collector.cc', 869 'browser/chromeos/policy/device_status_collector.cc',
870 'browser/chromeos/policy/device_status_collector.h', 870 'browser/chromeos/policy/device_status_collector.h',
871 'browser/chromeos/policy/display_rotation_default_handler.cc', 871 'browser/chromeos/policy/display_rotation_default_handler.cc',
872 'browser/chromeos/policy/display_rotation_default_handler.h', 872 'browser/chromeos/policy/display_rotation_default_handler.h',
873 'browser/chromeos/policy/enrollment_config.cc',
874 'browser/chromeos/policy/enrollment_config.h', 873 'browser/chromeos/policy/enrollment_config.h',
875 'browser/chromeos/policy/enrollment_handler_chromeos.cc', 874 'browser/chromeos/policy/enrollment_handler_chromeos.cc',
876 'browser/chromeos/policy/enrollment_handler_chromeos.h', 875 'browser/chromeos/policy/enrollment_handler_chromeos.h',
877 'browser/chromeos/policy/enrollment_status_chromeos.cc', 876 'browser/chromeos/policy/enrollment_status_chromeos.cc',
878 'browser/chromeos/policy/enrollment_status_chromeos.h', 877 'browser/chromeos/policy/enrollment_status_chromeos.h',
879 'browser/chromeos/policy/enterprise_install_attributes.cc', 878 'browser/chromeos/policy/enterprise_install_attributes.cc',
880 'browser/chromeos/policy/enterprise_install_attributes.h', 879 'browser/chromeos/policy/enterprise_install_attributes.h',
881 'browser/chromeos/policy/heartbeat_scheduler.cc', 880 'browser/chromeos/policy/heartbeat_scheduler.cc',
882 'browser/chromeos/policy/heartbeat_scheduler.h', 881 'browser/chromeos/policy/heartbeat_scheduler.h',
883 'browser/chromeos/policy/login_profile_policy_provider.cc', 882 'browser/chromeos/policy/login_profile_policy_provider.cc',
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 'browser/chromeos/attestation/attestation_signed_data.proto', 1399 'browser/chromeos/attestation/attestation_signed_data.proto',
1401 ], 1400 ],
1402 'variables': { 1401 'variables': {
1403 'proto_in_dir': 'browser/chromeos/attestation', 1402 'proto_in_dir': 'browser/chromeos/attestation',
1404 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1403 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1405 }, 1404 },
1406 'includes': [ '../build/protoc.gypi' ] 1405 'includes': [ '../build/protoc.gypi' ]
1407 }, 1406 },
1408 ], 1407 ],
1409 } 1408 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/policy/enrollment_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698