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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1094493003: Initial RemoteCommandsInvalidator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: all unit tests, fix lints Created 5 years, 7 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
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 833 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 'browser/chromeos/policy/recommendation_restorer.cc', 844 'browser/chromeos/policy/recommendation_restorer.cc',
845 'browser/chromeos/policy/recommendation_restorer.h', 845 'browser/chromeos/policy/recommendation_restorer.h',
846 'browser/chromeos/policy/recommendation_restorer_factory.cc', 846 'browser/chromeos/policy/recommendation_restorer_factory.cc',
847 'browser/chromeos/policy/recommendation_restorer_factory.h', 847 'browser/chromeos/policy/recommendation_restorer_factory.h',
848 'browser/chromeos/policy/remote_commands/device_command_reboot_job.cc', 848 'browser/chromeos/policy/remote_commands/device_command_reboot_job.cc',
849 'browser/chromeos/policy/remote_commands/device_command_reboot_job.h', 849 'browser/chromeos/policy/remote_commands/device_command_reboot_job.h',
850 'browser/chromeos/policy/remote_commands/device_command_screenshot_job.c c', 850 'browser/chromeos/policy/remote_commands/device_command_screenshot_job.c c',
851 'browser/chromeos/policy/remote_commands/device_command_screenshot_job.h ', 851 'browser/chromeos/policy/remote_commands/device_command_screenshot_job.h ',
852 'browser/chromeos/policy/remote_commands/device_commands_factory_chromeo s.cc', 852 'browser/chromeos/policy/remote_commands/device_commands_factory_chromeo s.cc',
853 'browser/chromeos/policy/remote_commands/device_commands_factory_chromeo s.h', 853 'browser/chromeos/policy/remote_commands/device_commands_factory_chromeo s.h',
854 'browser/chromeos/policy/remote_commands/remote_commands_invalidator.cc' ,
855 'browser/chromeos/policy/remote_commands/remote_commands_invalidator.h',
854 'browser/chromeos/policy/remote_commands/screenshot_delegate.cc', 856 'browser/chromeos/policy/remote_commands/screenshot_delegate.cc',
855 'browser/chromeos/policy/remote_commands/screenshot_delegate.h', 857 'browser/chromeos/policy/remote_commands/screenshot_delegate.h',
856 'browser/chromeos/policy/server_backed_device_state.cc', 858 'browser/chromeos/policy/server_backed_device_state.cc',
857 'browser/chromeos/policy/server_backed_device_state.h', 859 'browser/chromeos/policy/server_backed_device_state.h',
858 'browser/chromeos/policy/server_backed_state_keys_broker.cc', 860 'browser/chromeos/policy/server_backed_state_keys_broker.cc',
859 'browser/chromeos/policy/server_backed_state_keys_broker.h', 861 'browser/chromeos/policy/server_backed_state_keys_broker.h',
860 'browser/chromeos/policy/status_uploader.cc', 862 'browser/chromeos/policy/status_uploader.cc',
861 'browser/chromeos/policy/status_uploader.h', 863 'browser/chromeos/policy/status_uploader.h',
862 'browser/chromeos/policy/ticl_device_settings_provider.cc', 864 'browser/chromeos/policy/ticl_device_settings_provider.cc',
863 'browser/chromeos/policy/ticl_device_settings_provider.h', 865 'browser/chromeos/policy/ticl_device_settings_provider.h',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 'browser/chromeos/attestation/attestation_signed_data.proto', 1333 'browser/chromeos/attestation/attestation_signed_data.proto',
1332 ], 1334 ],
1333 'variables': { 1335 'variables': {
1334 'proto_in_dir': 'browser/chromeos/attestation', 1336 'proto_in_dir': 'browser/chromeos/attestation',
1335 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1337 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1336 }, 1338 },
1337 'includes': [ '../build/protoc.gypi' ] 1339 'includes': [ '../build/protoc.gypi' ]
1338 }, 1340 },
1339 ], 1341 ],
1340 } 1342 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698