From 1125d80a6488606d7c48abc44675100003c51e7c Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Sat, 13 Mar 2010 08:26:32 +0000 Subject: Create a toplevel gfx/ dir and seed it with icon_util. TBR=darin BUG=none TEST=none Review URL: http://codereview.chromium.org/915002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41528 0039d316-1c4b-4281-b951-d872f2087c98 --- gfx/DEPS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 gfx/DEPS (limited to 'gfx/DEPS') diff --git a/gfx/DEPS b/gfx/DEPS new file mode 100644 index 0000000..568a137 --- /dev/null +++ b/gfx/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + "+base", + "+skia", +] -- cgit v1.1