commit | bfee22ef3c7c2749538912889b26c1142530a122 | [log] [tgz] |
---|---|---|
author | rajendrant <[email protected]> | Fri Jan 20 20:34:17 2017 |
committer | Commit bot <[email protected]> | Fri Jan 20 20:34:17 2017 |
tree | f1e4a88ba721505553d4b894e44cb0998051554b | |
parent | c3a579962e733b26ef12f564732260844d558a56 [diff] [blame] |
Add data usage tracking for chrome services Add data usage tracking for GCM driver, web history and network time tracker services BUG=655749 Review-Url: https://codereview.chromium.org/2641293002 Cr-Commit-Position: refs/heads/master@{#445148}
diff --git a/components/gcm_driver/DEPS b/components/gcm_driver/DEPS index 97433dd1..24342e4b 100644 --- a/components/gcm_driver/DEPS +++ b/components/gcm_driver/DEPS
@@ -1,5 +1,6 @@ include_rules = [ "+components/crx_file/id_util.h", + "+components/data_use_measurement/core", "+components/os_crypt", "+components/keyed_service", "+components/pref_registry",