From 4e7c37df45bf0227c7cced76617752c78981d694 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Fri, 7 Jan 2011 17:45:39 +0000 Subject: Fix checkdeps to account for new "ui" toplevel dir. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70745 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/DEPS | 2 ++ ui/DEPS | 3 +++ views/DEPS | 1 + 3 files changed, 6 insertions(+) create mode 100644 ui/DEPS diff --git a/chrome/DEPS b/chrome/DEPS index 1c86dee..bf750ac 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -29,4 +29,6 @@ include_rules = [ "+third_party/npapi", # NPAPI interface headers. "+third_party/tcmalloc", # tcmallo "+third_party/GTM", # Google Toolbox for Mac. + + "+ui", ] diff --git a/ui/DEPS b/ui/DEPS new file mode 100644 index 0000000..ea1ddd8 --- /dev/null +++ b/ui/DEPS @@ -0,0 +1,3 @@ +include_rules = [ + "+gfx", +] diff --git a/views/DEPS b/views/DEPS index a3a61b4..bec75eb 100644 --- a/views/DEPS +++ b/views/DEPS @@ -5,4 +5,5 @@ include_rules = [ "+grit/app_resources.h", "+skia/ext", "+net", + "+ui", ] -- cgit v1.1