From 71352b81c0f96c566d72f4b3dc7d480b7951a07c Mon Sep 17 00:00:00 2001 From: "asvitkine@chromium.org" <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Thu, 29 Aug 2013 18:18:46 +0000 Subject: [PATCH] Fix checkdeps following variations target move. Broken by: https://codereview.chromium.org/23097007/ BUG=266007 TBR=joi@chromium.org Review URL: https://codereview.chromium.org/23601009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220341 0039d316-1c4b-4281-b951-d872f2087c98 --- components/DEPS | 3 +++ third_party/mt19937ar/OWNERS | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/components/DEPS b/components/DEPS index d6fbc7c41ed01..0ea897e6ff06a 100644 --- a/components/DEPS +++ b/components/DEPS @@ -13,4 +13,7 @@ include_rules = [ # "+content/public/browser" rule. "-content", "+content/public/common", + + # Dependencies of variations component. + "+third_party/mt19937ar", ] diff --git a/third_party/mt19937ar/OWNERS b/third_party/mt19937ar/OWNERS index be8a9f856cb90..b9e8da980ecc7 100644 --- a/third_party/mt19937ar/OWNERS +++ b/third_party/mt19937ar/OWNERS @@ -1 +1 @@ -asvitkine +asvitkine@chromium.org