From 01c988df2e091c8c1c7b2d0fe652124d8e2d0101 Mon Sep 17 00:00:00 2001 From: "gspencer@chromium.org" Date: Tue, 11 Dec 2012 23:02:54 +0000 Subject: This moves the ONC parsing code into chromeos/network/onc so that it can be used there without violating dependency rules. (Using the "refactoring" OWNERS TBR rule...) BUG=none TEST=ran unit tests TBR=jhawkins@chromium.org Review URL: https://chromiumcodereview.appspot.com/11299236 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172446 0039d316-1c4b-4281-b951-d872f2087c98 --- chromeos/DEPS | 1 + 1 file changed, 1 insertion(+) (limited to 'chromeos/DEPS') diff --git a/chromeos/DEPS b/chromeos/DEPS index bc7030d2..a88fc06 100644 --- a/chromeos/DEPS +++ b/chromeos/DEPS @@ -1,4 +1,5 @@ include_rules = [ + "+crypto", "+net", "+third_party/cros_system_api", "+third_party/libxml", -- cgit v1.1