Skip to content

Commit

Permalink
Fix checkdeps following variations target move.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
asvitkine@chromium.org committed Aug 29, 2013
1 parent 50ae9f1 commit 71352b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions components/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ include_rules = [
# "+content/public/browser" rule.
"-content",
"+content/public/common",

# Dependencies of variations component.
"+third_party/mt19937ar",
]
2 changes: 1 addition & 1 deletion third_party/mt19937ar/OWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
asvitkine
asvitkine@chromium.org

0 comments on commit 71352b8

Please sign in to comment.