diff options
author | binjin <binjin@chromium.org> | 2015-05-15 09:59:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-15 17:00:04 +0000 |
commit | 9b94f2db07ffd0bad793e960f7a2d1cb428db7ea (patch) | |
tree | 207e67d3b56a26d6eb9f2496a283ad12997f00b8 /chrome/chrome_browser_chromeos.gypi | |
parent | 9cb8498a6318eb3aef01d6f4aafa8be15ea60347 (diff) | |
download | chromium_src-9b94f2db07ffd0bad793e960f7a2d1cb428db7ea.zip chromium_src-9b94f2db07ffd0bad793e960f7a2d1cb428db7ea.tar.gz chromium_src-9b94f2db07ffd0bad793e960f7a2d1cb428db7ea.tar.bz2 |
Initial RemoteCommandsInvalidator
This CL adds the invalidator class for remote commands service.
BUG=480982
Review URL: https://codereview.chromium.org/1094493003
Cr-Commit-Position: refs/heads/master@{#330114}
Diffstat (limited to 'chrome/chrome_browser_chromeos.gypi')
-rw-r--r-- | chrome/chrome_browser_chromeos.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi index aa01ca0..0c028c8 100644 --- a/chrome/chrome_browser_chromeos.gypi +++ b/chrome/chrome_browser_chromeos.gypi @@ -855,6 +855,8 @@ 'browser/chromeos/policy/remote_commands/device_command_screenshot_job.h', 'browser/chromeos/policy/remote_commands/device_commands_factory_chromeos.cc', 'browser/chromeos/policy/remote_commands/device_commands_factory_chromeos.h', + 'browser/chromeos/policy/remote_commands/affiliated_remote_commands_invalidator.cc', + 'browser/chromeos/policy/remote_commands/affiliated_remote_commands_invalidator.h', 'browser/chromeos/policy/remote_commands/screenshot_delegate.cc', 'browser/chromeos/policy/remote_commands/screenshot_delegate.h', 'browser/chromeos/policy/server_backed_device_state.cc', |