From 568d3f5d7b4d5aecc0ab0dc2f858a8c78b082e6a Mon Sep 17 00:00:00 2001 From: "brettw@google.com" Date: Fri, 8 Aug 2008 22:07:48 +0000 Subject: Add deps files and rules for the checkdeps script. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@600 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/DEPS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 chrome/test/DEPS (limited to 'chrome/test/DEPS') diff --git a/chrome/test/DEPS b/chrome/test/DEPS new file mode 100644 index 0000000..20e075d --- /dev/null +++ b/chrome/test/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + # The test directory can do whatever it wants in chrome. + "+chrome", +] -- cgit v1.1