diff options
author | reillyg <reillyg@chromium.org> | 2015-02-20 13:38:43 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-20 21:39:05 +0000 |
commit | 4a84927b28b6b55d0ef9e4df59d2e1a14b2b3de2 (patch) | |
tree | 924dc5593f5b29a73ece14469b9a891091475512 /chromeos/DEPS | |
parent | b009786cea4f51ddeb80bd0518c5779b00a19dfe (diff) | |
download | chromium_src-4a84927b28b6b55d0ef9e4df59d2e1a14b2b3de2.zip chromium_src-4a84927b28b6b55d0ef9e4df59d2e1a14b2b3de2.tar.gz chromium_src-4a84927b28b6b55d0ef9e4df59d2e1a14b2b3de2.tar.bz2 |
Move chromeos::device_event_log into components.
There is device code in Chrome on non-Chrome OS platforms that would
benefit from a user-visible log dashboard like chrome://device-log. This
change moves the code for managing the device log into a component and
enables chrome://device-log on all versions of Chrome.
BUG=452609
Review URL: https://codereview.chromium.org/919183002
Cr-Commit-Position: refs/heads/master@{#317406}
Diffstat (limited to 'chromeos/DEPS')
-rw-r--r-- | chromeos/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/DEPS b/chromeos/DEPS index 8bc2f79..ecef880 100644 --- a/chromeos/DEPS +++ b/chromeos/DEPS @@ -2,6 +2,7 @@ # low level Chrome OS system library that may be used by targets that need to # be kept as small as possible. include_rules = [ + "+components/device_event_log", "+crypto", "+net", "+policy/proto", |