diff options
author | gunsch <gunsch@chromium.org> | 2014-10-20 15:44:43 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-20 22:45:05 +0000 |
commit | 7d57bdc3c5afc1fd8a5c2ef72c751735582962a1 (patch) | |
tree | 6f4743eb11a06f9cd1d6c056c1495ea6cb8026c3 /chromecast/DEPS | |
parent | 2aa4e40e4bac2c708c0e91c9a7c03fb9539323fd (diff) | |
download | chromium_src-7d57bdc3c5afc1fd8a5c2ef72c751735582962a1.zip chromium_src-7d57bdc3c5afc1fd8a5c2ef72c751735582962a1.tar.gz chromium_src-7d57bdc3c5afc1fd8a5c2ef72c751735582962a1.tar.bz2 |
Chromecast: adds class to help record complex histograms.
R=lcwu@chromium.org,damienv@chromium.org
BUG=336640
Review URL: https://codereview.chromium.org/652353003
Cr-Commit-Position: refs/heads/master@{#300365}
Diffstat (limited to 'chromecast/DEPS')
-rw-r--r-- | chromecast/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromecast/DEPS b/chromecast/DEPS index a1073ac..d278340 100644 --- a/chromecast/DEPS +++ b/chromecast/DEPS @@ -4,6 +4,7 @@ include_rules = [ # Chromecast code should explicitly declare its dependencies on each # sub-directory within chromecast/. "-chromecast", + "+chromecast/base", # Other Chromecast-wide dependencies. "+content/public/common", |