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