diff options
author | isherman <isherman@chromium.org> | 2014-10-23 22:57:44 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-24 05:58:09 +0000 |
commit | 3be67db9b30c4fe4ca54f426361cb621f193a31b (patch) | |
tree | b8072e18e592452386776b2a66fa8be04d567c37 /components/variations/DEPS | |
parent | 3e26604a0beccb0469cbdc0886b9822f0a5d175d (diff) | |
download | chromium_src-3be67db9b30c4fe4ca54f426361cb621f193a31b.zip chromium_src-3be67db9b30c4fe4ca54f426361cb621f193a31b.tar.gz chromium_src-3be67db9b30c4fe4ca54f426361cb621f193a31b.tar.bz2 |
[Clean up] Move VariationsHttpHeaderProvider into a subdirectory.
Along the way,
* Tighten up //components/variations and //components/metrics DEPS.
* Fix up metrics and variations BUILD.gn files.
* Add unit test targets for metrics and variations.
BUG=420110
TEST=compiles
R=asvitkine@chromium.org
TBR=jochen@chromium.org, cbentzel@chromium.org
Review URL: https://codereview.chromium.org/668863002
Cr-Commit-Position: refs/heads/master@{#301060}
Diffstat (limited to 'components/variations/DEPS')
-rw-r--r-- | components/variations/DEPS | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/components/variations/DEPS b/components/variations/DEPS index 1a790cd..3d6cf27 100644 --- a/components/variations/DEPS +++ b/components/variations/DEPS @@ -1,5 +1,8 @@ +# This component is shared with the Chrome OS build, so it's important to limit +# dependencies to a minimal set. include_rules = [ - "+components/google", - "+net", + "-components", + "+components/variations", + "-net", "+third_party/mt19937ar", ] |