summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorreillyg <reillyg@chromium.org>2015-02-20 13:38:43 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-20 21:39:05 +0000
commit4a84927b28b6b55d0ef9e4df59d2e1a14b2b3de2 (patch)
tree924dc5593f5b29a73ece14469b9a891091475512 /components/components.gyp
parentb009786cea4f51ddeb80bd0518c5779b00a19dfe (diff)
downloadchromium_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 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 39e07f7..db6d9b0 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -21,6 +21,7 @@
'cronet.gypi',
'crx_file.gypi',
'data_reduction_proxy.gypi',
+ 'device_event_log.gypi',
'network_hints.gypi',
'dom_distiller.gypi',
'domain_reliability.gypi',