summaryrefslogtreecommitdiffstats
path: root/chrome/DEPS
diff options
context:
space:
mode:
authorasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-29 18:03:22 +0000
committerasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-29 18:03:22 +0000
commit50ae9f1c73aaa89c137ad74bf75798ee4b0059f7 (patch)
tree44687f9efda1114a9874381e35ee08019e3b11d4 /chrome/DEPS
parent67f73767318e1eb57ee8c036881166bd6629b1c1 (diff)
downloadchromium_src-50ae9f1c73aaa89c137ad74bf75798ee4b0059f7.zip
chromium_src-50ae9f1c73aaa89c137ad74bf75798ee4b0059f7.tar.gz
chromium_src-50ae9f1c73aaa89c137ad74bf75798ee4b0059f7.tar.bz2
Create a variations component, so that it can be re-used.
Moving this code out of chrome/ paves the way for server-controlled system field trials on ChromeOS. This allows building a new ChromeOS daemon binary that depends on the new variations target, without needing to depend on all of chrome/. This CL moves several files from chrome/common/metrics and chrome/browser/metrics into a separate component/variations target and updates all the include paths referencing these. It does not do additional cleanup, such as changing namespaces - this is left for a follow-up cleanup CL. BUG=266007 TEST=Existing unit tests. R=joi@chromium.org, jwd@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/23097007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220339 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r--chrome/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS
index 07ac7d3..252d584 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -30,6 +30,7 @@ include_rules = [
"+chrome/test",
"+components/json_schema",
"+components/sessions",
+ "+components/variations",
"+components/visitedlink/common",
"+content/public/common",
"+content/public/test",