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 /ash/ash.gyp | |
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 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 95547b2..c907df0 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -873,6 +873,7 @@ '../base/base.gyp:base_i18n', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../cc/cc.gyp:cc', + '../components/components.gyp:device_event_log_component', '../components/components.gyp:user_manager', '../components/components.gyp:wallpaper', '../content/content.gyp:content_browser', |