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 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
848 'browser/chromeos/policy/recommendation_restorer.cc', | 848 'browser/chromeos/policy/recommendation_restorer.cc', |
849 'browser/chromeos/policy/recommendation_restorer.h', | 849 'browser/chromeos/policy/recommendation_restorer.h', |
850 'browser/chromeos/policy/recommendation_restorer_factory.cc', | 850 'browser/chromeos/policy/recommendation_restorer_factory.cc', |
851 'browser/chromeos/policy/recommendation_restorer_factory.h', | 851 'browser/chromeos/policy/recommendation_restorer_factory.h', |
852 'browser/chromeos/policy/remote_commands/device_command_reboot_job.cc', | 852 'browser/chromeos/policy/remote_commands/device_command_reboot_job.cc', |
853 'browser/chromeos/policy/remote_commands/device_command_reboot_job.h', | 853 'browser/chromeos/policy/remote_commands/device_command_reboot_job.h', |
854 'browser/chromeos/policy/remote_commands/device_command_screenshot_job.c
c', | 854 'browser/chromeos/policy/remote_commands/device_command_screenshot_job.c
c', |
855 'browser/chromeos/policy/remote_commands/device_command_screenshot_job.h
', | 855 'browser/chromeos/policy/remote_commands/device_command_screenshot_job.h
', |
856 'browser/chromeos/policy/remote_commands/device_commands_factory_chromeo
s.cc', | 856 'browser/chromeos/policy/remote_commands/device_commands_factory_chromeo
s.cc', |
857 'browser/chromeos/policy/remote_commands/device_commands_factory_chromeo
s.h', | 857 'browser/chromeos/policy/remote_commands/device_commands_factory_chromeo
s.h', |
| 858 'browser/chromeos/policy/remote_commands/affiliated_remote_commands_inva
lidator.cc', |
| 859 'browser/chromeos/policy/remote_commands/affiliated_remote_commands_inva
lidator.h', |
858 'browser/chromeos/policy/remote_commands/screenshot_delegate.cc', | 860 'browser/chromeos/policy/remote_commands/screenshot_delegate.cc', |
859 'browser/chromeos/policy/remote_commands/screenshot_delegate.h', | 861 'browser/chromeos/policy/remote_commands/screenshot_delegate.h', |
860 'browser/chromeos/policy/server_backed_device_state.cc', | 862 'browser/chromeos/policy/server_backed_device_state.cc', |
861 'browser/chromeos/policy/server_backed_device_state.h', | 863 'browser/chromeos/policy/server_backed_device_state.h', |
862 'browser/chromeos/policy/server_backed_state_keys_broker.cc', | 864 'browser/chromeos/policy/server_backed_state_keys_broker.cc', |
863 'browser/chromeos/policy/server_backed_state_keys_broker.h', | 865 'browser/chromeos/policy/server_backed_state_keys_broker.h', |
864 'browser/chromeos/policy/status_uploader.cc', | 866 'browser/chromeos/policy/status_uploader.cc', |
865 'browser/chromeos/policy/status_uploader.h', | 867 'browser/chromeos/policy/status_uploader.h', |
866 'browser/chromeos/policy/ticl_device_settings_provider.cc', | 868 'browser/chromeos/policy/ticl_device_settings_provider.cc', |
867 'browser/chromeos/policy/ticl_device_settings_provider.h', | 869 'browser/chromeos/policy/ticl_device_settings_provider.h', |
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1336 'browser/chromeos/attestation/attestation_signed_data.proto', | 1338 'browser/chromeos/attestation/attestation_signed_data.proto', |
1337 ], | 1339 ], |
1338 'variables': { | 1340 'variables': { |
1339 'proto_in_dir': 'browser/chromeos/attestation', | 1341 'proto_in_dir': 'browser/chromeos/attestation', |
1340 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1342 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1341 }, | 1343 }, |
1342 'includes': [ '../build/protoc.gypi' ] | 1344 'includes': [ '../build/protoc.gypi' ] |
1343 }, | 1345 }, |
1344 ], | 1346 ], |
1345 } | 1347 } |
OLD | NEW |